Re: [Sikuli-driver] [Question #261426]: Region.observe(60, True) is throwing an exception

2015-01-30 Thread RaiMan
Question #261426 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/261426 Description changed to: Sikuli 1.1.0 I'm trying to track the sub-menu that appears when you click on a menu name. I've set up the handler and assigned it with onChange() but when I call r.observe(60, True)

Re: [Sikuli-driver] [Question #261426]: Region.observe(60, True) is throwing an exception

2015-01-30 Thread RaiMan
Question #261426 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/261426 Status: Open = Answered RaiMan proposed the following answer: I removed the debug log, since this does not help. More helpful would be to see the code you are using (just the relevant snippet). And

Re: [Sikuli-driver] [Question #261426]: Region.observe(60, True) is throwing an exception

2015-01-30 Thread RaiMan
Question #261426 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/261426 RaiMan proposed the following answer: another problem might be, that you are importing Region stuff from the Java level, which is strictly a no-go ;-) Since auto-complete and auto-compile/syntax-check

[Sikuli-driver] [Bug 1411151] Re: [request] Java: want a helper feature, to dynamically access and use the image and pattern definitions from a SikuliX script

2015-01-30 Thread NoBugs!
A helper in this situation would be some Java feature like this: a class, that creates some image/pattern container, that analyses the script.py and allows to dynamically access the definitions: Wouldn't it be better to just have a Jython-IDE-instance runner that could run specific .sikuli

[Sikuli-driver] [Bug 1411151] Re: [request] Java: want a helper feature, to dynamically access and use the image and pattern definitions from a SikuliX script

2015-01-30 Thread RaiMan
--- that could run specific .sikuli project as needed? that is not the point here. For this we have the ScriptRunner feature already. the here mentioned container class is only about prepared images and image related specs (Pattern) -- You received this bug notification because you are a member

[Sikuli-driver] [Bug 1183246] Re: [request] add python stuff like xlrd, xlwt, htmlTestRunner, ... as installable extensions

2015-01-30 Thread NoBugs!
Where are these extension? Would it be possible to have Selenium usable from the Sikuli IDE's Jython script? -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1183246 Title: [request] add python

Re: [Sikuli-driver] [Question #260707]: Where can I get the Symbols of VisionProxy.dll

2015-01-30 Thread Launchpad Janitor
Question #260707 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/260707 Status: Needs information = Expired Launchpad Janitor expired the question: This question was expired because it remained in the 'Needs information' state without activity for the last 15 days. -- You

[Sikuli-driver] [Question #261426]: Region.observe(60, True) is throwing an exception

2015-01-30 Thread Pierre Best
New question #261426 on Sikuli: https://answers.launchpad.net/sikuli/+question/261426 Sikuli 1.1.0 I'm trying to track the sub-menu that appears when you click on a menu name. I've set up the handler and assigned it with onChange() but when I call r.observe(60, True) an exception is thrown.