Re: [Sikuli-driver] [Question #232844]: Can Sikuli search the sub-folders to find screenshots?

2013-07-23 Thread RaiMan
Question #232844 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232844 Status: Open = Answered RaiMan proposed the following answer: Since getBundlPath returns a string, str() is not needed: your def() a little bit pythonized ;-) def

Re: [Sikuli-driver] [Question #232881]: Finder - how to match multiple sub-images within a captured image

2013-07-23 Thread RaiMan
Question #232881 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232881 Assignee: None = RaiMan -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. ___

Re: [Sikuli-driver] [Question #232881]: Finder - how to match multiple sub-images within a captured image

2013-07-23 Thread RaiMan
Question #232881 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232881 Status: Open = Answered RaiMan proposed the following answer: This is principally not possible with the current implementation: you can only use one level of find operations with a Finder() and you

Re: [Sikuli-driver] [Question #232881]: Finder - how to match multiple sub-images within a captured image

2013-07-23 Thread RaiMan
Question #232881 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232881 Linked to bug: #1203989 https://bugs.launchpad.net/bugs/1203989 [request] use a saved image the same way as a screen (virtual screen) -- You received this question notification because you are

[Sikuli-driver] [Bug 1203989] [NEW] [request] use a saved image the same way as a screen (virtual screen)

2013-07-23 Thread RaiMan
Public bug reported: Attempting to scan a previously saved screen capture. The screen capture contains multiple (similar) blocks of data. Each block contains three fields. Field 1 is a unique identifier, Field 2 will vary and must be ignored, Field 3 contains the content that will pass/fail

[Sikuli-driver] [Bug 1203989] Re: [request] use a saved image the same way as a screen (virtual screen)

2013-07-23 Thread RaiMan
This is principally not possible with the current implementation: you can only use one level of find operations with a Finder() and you cannot restrict the Finders find operation to a subregion of the given image. With this sequence of primary and secondary find operations on a real screen, with

[Sikuli-driver] [Question #232900]: how to turn on text recognition, Java

2013-07-23 Thread Abhishek Lal
New question #232900 on Sikuli: https://answers.launchpad.net/sikuli/+question/232900 I just started with sikuli, I am using java + sikuli api, I am trying to get text from a region. but what I am getting is [error] Region.text: text recognition is currently switched off --- no text --- the

Re: [Sikuli-driver] [Question #232900]: [1.0] [HowTo] turn on text recognition --- solution

2013-07-23 Thread RaiMan
Question #232900 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232900 Summary changed to: [1.0] [HowTo] turn on text recognition --- solution Description changed to: --- solution TextSearch and OCR find(some text) and Region.text() are currently switched off in the default

Re: [Sikuli-driver] [Question #232900]: [1.0] [HowTo] turn on text recognition --- solution

2013-07-23 Thread RaiMan
Question #232900 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232900 Status: Open = Answered RaiMan proposed the following answer: see in question above -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact

Re: [Sikuli-driver] [Question #232900]: [1.0] [HowTo] turn on text recognition

2013-07-23 Thread RaiMan
Question #232900 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232900 Summary changed to: [1.0] [HowTo] turn on text recognition -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #232900]: [1.0] [HowTo] turn on text recognition --- solution

2013-07-23 Thread Abhishek Lal
Question #232900 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232900 Status: Answered = Solved Abhishek Lal confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli

Re: [Sikuli-driver] [Question #232881]: Finder - how to match multiple sub-images within a captured image

2013-07-23 Thread Ryan Paterson
Question #232881 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232881 Ryan Paterson posted a new comment: Thank you for your quick response! I looked through the source code and noticed the following Finder constructor: public Finder(String imageFilename, Region

Re: [Sikuli-driver] [Question #232881]: Finder - how to match multiple sub-images within a captured image

2013-07-23 Thread RaiMan
Question #232881 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232881 RaiMan proposed the following answer: Yes, there is such a constructor,but this is not used as you think and does not work like you thought it would work (it is only used, to recalculate the matches back to

Re: [Sikuli-driver] [Question #232881]: Finder - how to match multiple sub-images within a captured image --- currently not possible

2013-07-23 Thread RaiMan
Question #232881 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232881 Summary changed to: Finder - how to match multiple sub-images within a captured image --- currently not possible -- You received this question notification because you are a member of Sikuli Drivers,

Re: [Sikuli-driver] [Question #232760]: Screen.text returns unfomatted text win7 (64 bit)

2013-07-23 Thread Nikhil
Question #232760 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232760 Status: Solved = Open Nikhil is still having a problem: btw, I am using 1.0.0 -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for

Re: [Sikuli-driver] [Question #232760]: Screen.text returns unfomatted text win7 (64 bit)

2013-07-23 Thread Nikhil
Question #232760 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232760 Status: Needs information = Solved Nikhil confirmed that the question is solved: Actually I figured it out, Sikuli recognizes very specific set of fonts with normal font size (say with Times new Roman

Re: [Sikuli-driver] [Question #232844]: Can Sikuli search the sub-folders to find screenshots?

2013-07-23 Thread Parn Yin
Question #232844 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232844 Status: Answered = Open Parn Yin is still having a problem: Yeah, pythonized... thank you RaiMan! In fact I don't have any programming experience before studying Python. What you taught me help me to

[Sikuli-driver] [Question #232940]: [1.0] App.open() opens an app and close immediatly.

2013-07-23 Thread Abhishek Lal
New question #232940 on Sikuli: https://answers.launchpad.net/sikuli/+question/232940 My code is App.open( /usr/bin/kate); Screen s = new Screen(); try { s.wait(images/head.png, 10); .. It opens the app for a sec or less and immediatialy the app get disappear.