New question #141954 on Sikuli: https://answers.launchpad.net/sikuli/+question/141954
Hi there, In my company, with use computers (running on CentOS 5.5) with two screens. Two modes are available to manage multi-screen : - extended mode - separate desktop mode (we use it) My question is the following : Is the separate desktop mode supported by Sikuli ? I encountered a lot of problems to work with Sikuli on these computers. For example, when Sikuli runs on Screen0, it takes snapshots on Screen1. I think that Sikuli is totally lost... I tried to execute the following script : > print getNumberScreens() > print Screen(0) > print Screen(1) > print SCREEN And this is the result : > 2 > Screen(0)[0,0 1600x1200] E:Y, T:3.0 > Screen(0)[0,0 1600x1200] E:Y, T:3.0 <== seems strange > Screen(0)[0,0 1600x1200] E:Y, T:3.0 PS : thanks for this amazing tool ! -- 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

