[Sikuli-driver] [Bug 729260] [NEW] setROI updates the constant variable SCREEN

2011-03-04 Thread Will P
Public bug reported: Calling setROI(smaller_region) changes the global variable SCREEN, which I assume is meant to be constant. The __str__ function of SCREEN also isn't updated to reflect the change. print SCREEN print SCREEN.getW() setROI(Region(0,0,100,100) print SCREEN print SCREEN.getW() se

[Sikuli-driver] [Question #161532]: Allow for hooks before/during/after Sikuli actions

2011-06-15 Thread Will P
New question #161532 on Sikuli: https://answers.launchpad.net/sikuli/+question/161532 Hi, We'd like to write an extension that, among other things, modifies common Sikuli actions (e.g., click, wait, any Image Search). As a few examples, - on type(image, 'txt'), we'd like to insert a delay bet

[Sikuli-driver] [Question #161585]: Getting extension to work within a Java binary?

2011-06-15 Thread Will P
New question #161585 on Sikuli: https://answers.launchpad.net/sikuli/+question/161585 Two questions: - Is it possible to run Sikuli extensions within a Java program that uses Sikuli? Current documentation only describes this for python .sikuli files. - If yes, are extensions written within