Re: [Sikuli-driver] [Question #228987]: can sikuli thumbnails be viewed in other ides?

2013-05-15 Thread RaiMan
Question #228987 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/228987 Status: Open => Answered RaiMan proposed the following answer: Sorry no. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. _

Re: [Sikuli-driver] [Question #228978]: Similarity index in Java using the click method

2013-05-15 Thread RaiMan
Question #228978 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/228978 Status: Open => Answered RaiMan proposed the following answer: No, the second argument of click(image, mod) is the KeyModifier code for the mod key to be pressed together with the mouse click(SHIFT, ALT

[Sikuli-driver] [Question #228987]: can sikuli thumbnails be viewed in other ides?

2013-05-15 Thread robert gonzales
New question #228987 on Sikuli: https://answers.launchpad.net/sikuli/+question/228987 can sikuli thumbnails be viewed in other ides? like in eclipse for example? -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. _

[Sikuli-driver] [Question #228978]: Similarity index in Java using the click method

2013-05-15 Thread Jeremiah Jacquet
New question #228978 on Sikuli: https://answers.launchpad.net/sikuli/+question/228978 is the last argument in the click method the similarity index? s.click(arg0, arg1); if yes, what is the most accurate setting value? 10? if not, how can I set the similarity index to its most accurate settin

Re: [Sikuli-driver] [Question #228965]: how i write a command like for hotkey instead of using create region

2013-05-15 Thread RaiMan
Question #228965 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/228965 Status: Open => Answered RaiMan proposed the following answer: rightClick(Image of folder Icon) type(Key.DOWN) type(Key.ENTER) -- You received this question notification because you are a member of Sik

[Sikuli-driver] [Question #228965]: how i write a command like for hotkey instead of using create region

2013-05-15 Thread tester
New question #228965 on Sikuli: https://answers.launchpad.net/sikuli/+question/228965 for example : I want to write right click < the folder> then send hotkey< down> then send hot key < enter> -- You received this question notification because you are a member of Sikuli Drivers, which is an ans

[Sikuli-driver] [Bug 855953] Re: X-1.0rc3: IDE: Shift-Tab deletes image if leftmost --- workaround

2013-05-15 Thread RaiMan
** Changed in: sikuli Status: In Progress => Fix Committed ** Changed in: sikuli Importance: High => Critical -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/855953 Title: X-1.0rc3: IDE:

Re: [Sikuli-driver] [Question #228860]: windows 64 bit error

2013-05-15 Thread RaiMan
Question #228860 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/228860 Status: Open => Answered RaiMan proposed the following answer: ;-) If I use a screen with a lower resolution using the same GUI settings, the icons only LOOK larger, but the pixels stay the same. But wi

Re: [Sikuli-driver] [Question #228860]: windows 64 bit error / different screen resolutions

2013-05-15 Thread RaiMan
Question #228860 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/228860 Summary changed to: windows 64 bit error / different screen resolutions -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. ___

Re: [Sikuli-driver] [Question #228924]: How to terminate a script which involves SimpleXMLRPCServer gracefully

2013-05-15 Thread RaiMan
Question #228924 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/228924 RaiMan posted a new comment: Yes, this prevented the report file to be correctly terminated. BTW: os._exit() is one of the brute_force methods (sthg. like an emergency brake ;-) - ... but as long as you kn

Re: [Sikuli-driver] [Question #228860]: windows 64 bit error

2013-05-15 Thread anish
Question #228860 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/228860 Status: Answered => Open anish is still having a problem: Raiman, Sorry for that line, I really didn't mean it... Is it the same with lower screen resolution using the scripts of higher dimension GUI..

Re: [Sikuli-driver] [Question #228860]: windows 64 bit error

2013-05-15 Thread RaiMan
Question #228860 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/228860 Status: Open => Answered RaiMan proposed the following answer: --- But the thing is pixel dimensions of same icon in different screen resolutions will be different Need not be. Depends on system setting

Re: [Sikuli-driver] [Question #228924]: How to terminate a script which involves SimpleXMLRPCServer gracefully

2013-05-15 Thread Aravind
Question #228924 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/228924 Status: Open => Solved Aravind confirmed that the question is solved: Resolved the issue. I was giving os._exit() in the tearDown method all these time and that was why the termination happened before r

Re: [Sikuli-driver] [Question #228860]: windows 64 bit error

2013-05-15 Thread anish
Question #228860 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/228860 Status: Answered => Open anish is still having a problem: But the thing is pixel dimensions of same icon in different screen resolutions will be different...I think it can't help much.. -Original Me

Re: [Sikuli-driver] [Question #228924]: How to terminate a script which involves SimpleXMLRPCServer gracefully

2013-05-15 Thread Aravind
Question #228924 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/228924 Status: Answered => Open Aravind is still having a problem: Thanks Raiman. What are the ways to do a graceless termination then ? (other than ctrl+c). Tried using os._exit() but it again pose a threat

Re: [Sikuli-driver] [Question #228860]: windows 64 bit error

2013-05-15 Thread RaiMan
Question #228860 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/228860 Status: Open => Answered RaiMan proposed the following answer: yes, as long as the image as it appears on different systems is the same in terms of screen pixels (same pixel width, same pixel height and

Re: [Sikuli-driver] [Question #228860]: windows 64 bit error

2013-05-15 Thread anish
Question #228860 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/228860 Status: Answered => Open anish is still having a problem: Can a sikuli script is usable for different systems of different screen resolution... -Original Message- From: boun...@canonical.com [ma

Re: [Sikuli-driver] [Question #228924]: How to terminate a script which involves SimpleXMLRPCServer gracefully

2013-05-15 Thread RaiMan
Question #228924 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/228924 Status: Open => Answered RaiMan proposed the following answer: There is no "graceful" termination for SimpleXMLRPCServer, if you use it this way, since per definition the process has to be killed. So if

Re: [Sikuli-driver] [Question #228860]: windows 64 bit error

2013-05-15 Thread RaiMan
Question #228860 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/228860 Status: Open => Answered RaiMan proposed the following answer: --- the build instructions of source code if you are talking about the cmake preparation: this cannot be used unmodified for building Siku

Re: [Sikuli-driver] [Question #228924]: How to terminate a script which involves SimpleXMLRPCServer gracefully

2013-05-15 Thread Aravind
Question #228924 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/228924 Description changed to: Is there any graceful way to terminate test scripts which involves XMLRPC communication between server & client? The client part will exit gracefully after the test ends.. It seems t

[Sikuli-driver] [Question #228924]: How to terminate a script which involves SimpleXMLRPCServer gracefully

2013-05-15 Thread Aravind
New question #228924 on Sikuli: https://answers.launchpad.net/sikuli/+question/228924 Is there any graceful way to terminate test scripts which involves XMLRPC communication between server & client? The client part will exit gracefully after the test ends.. It seems the serve_forever() in the S

Re: [Sikuli-driver] [Question #228924]: How to terminate a script which involves SimpleXMLRPCServer gracefully

2013-05-15 Thread Aravind
Question #228924 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/228924 Description changed to: Is there any graceful way to terminate test scripts which involves XMLRPC communication between server & client? The client part will exit gracefully after the test ends.. It seems t

Re: [Sikuli-driver] [Question #228924]: How to terminate a script which involves SimpleXMLRPCServer gracefully

2013-05-15 Thread Aravind
Question #228924 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/228924 Description changed to: Is there any graceful way to terminate test scripts which involves XMLRPC communication between server & client? The client part will exit gracefully after the test ends.. It seems t

Re: [Sikuli-driver] [Question #228860]: windows 64 bit error

2013-05-15 Thread anish
Question #228860 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/228860 Status: Answered => Open anish is still having a problem: Raiman, Can you tell me whether the build instructions of source code for windows 32 bit and 64 bit are same or not -Original M