Question #193849 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/193849
RaiMan posted a new comment: --- I do use subtitleControl again directly following ... yes, I have overseen that. so forget it ;-) --- multi monitor When you search something in a multi-monitor environment, you have to specify the screen region, when searching the whole screen and it is not the primary monitor. find(something) # searches on SCREEN (= Screen(0)) SCREEN1 = Screen(1) reg = SCREEN1.find(something) # will search on screen 1 reg.below() # now is a region on screen 1 (world coordinates with ref to (0,0) upper left of SCREEN) This means, in a multi monitor environment only the full screen searches have to specify the screen (wherever you get this information from). -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. _______________________________________________ Mailing list: https://launchpad.net/~sikuli-driver Post to : [email protected] Unsubscribe : https://launchpad.net/~sikuli-driver More help : https://help.launchpad.net/ListHelp

