← Back to team overview

sikuli-driver team mailing list archive

[Question #209226]: multi-monitor support not working

 

New question #209226 on Sikuli:
https://answers.launchpad.net/sikuli/+question/209226

Even after telling sikuli to search on the second monitor (as descrived in other FAQs) - the findfailed for me.
My script looks like this:
numScreens = getNumberScreens()
print "numScreens is %d" % numScreens #returns 2 as expected
SCREEN.find("Lumsmls.png")#this is on primary and PASSES
#Screen(0).find("Lumsmls.png") #this FAILS, why?
sb2= Screen(1)
sb2.find("VIIDEIUnread.png") #this FAILS too???should Pass???
I am on Win 7 SP1
Sikuli X-1.0rc3 (r905)
Java 6


-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.