Re: [Sikuli-driver] [Question #236003]: i am not able to display the region after find failed

2013-10-08 Thread RaiMan
Question #236003 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/236003 Status: Open = Answered RaiMan proposed the following answer: as already mentioned in comment #1: - should work - not debuggable in Sikuli IDE The only approach with Sikuli IDE is to check step by step

Re: [Sikuli-driver] [Question #236003]: i am not able to display the region after find failed

2013-10-07 Thread RaiMan
Question #236003 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/236003 Status: Open = Answered RaiMan proposed the following answer: There are some non-Sikuli functions, that might produce errors. On the other hand: this is far too complicated: img = targetimage.png pat

Re: [Sikuli-driver] [Question #236003]: i am not able to display the region after find failed

2013-10-07 Thread azhar
Question #236003 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/236003 Status: Answered = Open azhar is still having a problem: I didn't get you. which are the non-sikuli functions ? -- You received this question notification because you are a member of Sikuli Drivers,

Re: [Sikuli-driver] [Question #236003]: i am not able to display the region after find failed

2013-10-07 Thread RaiMan
Question #236003 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/236003 Status: Open = Answered RaiMan proposed the following answer: getFilename(target) screenshot(... and not clear, what this is: SikuliRegion.click(s... -- You received this question notification

Re: [Sikuli-driver] [Question #236003]: i am not able to display the region after find failed

2013-10-07 Thread azhar
Question #236003 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/236003 Status: Answered = Open azhar is still having a problem: I wrote all of them as in the link and added my changes to them

Re: [Sikuli-driver] [Question #236003]: i am not able to display the region after find failed

2013-10-03 Thread azhar
Question #236003 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/236003 Status: Answered = Open azhar is still having a problem: hi, I was out of town for a while. it solved my problem partially, by taking a screenshot when failure occurs. But when image is not found I am

Re: [Sikuli-driver] [Question #236003]: i am not able to display the region after find failed

2013-09-20 Thread azhar
Question #236003 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/236003 azhar posted a new comment: thanks RaiMan I ll try that. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

[Sikuli-driver] [Question #236003]: i am not able to display the region after find failed

2013-09-19 Thread azhar
New question #236003 on Sikuli: https://answers.launchpad.net/sikuli/+question/236003 I have written logger class as mentioned on this link https://github.com/imikemo/Sikuli-and-Robot-Framework-Integration/blob/master/calctest/CalcLib/logger.py when test case fails I am writing tat result to a

Re: [Sikuli-driver] [Question #236003]: i am not able to display the region after find failed

2013-09-19 Thread RaiMan
Question #236003 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/236003 Status: Open = Answered RaiMan proposed the following answer: What you are trying to do is in my opinion not suitable for development in Sikuli IDE. You should use a mature Python/Jython capable IDE