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

2013-07-24 Thread RaiMan
Question #232760 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232760 Status: Open = Answered RaiMan proposed the following answer: Confirmed, this is the current situation of OCR with Sikuli (this is why I switched it off in the standard). Hope it will be better with

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

2013-07-24 Thread RaiMan
Question #232940 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232940 Status: Open = Answered RaiMan proposed the following answer: running your Java in an IDE or how do you do it? If disappears means it is hidden by your Java Window, then it is a focus problem. -- You

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

2013-07-24 Thread Abhishek Lal
Question #232940 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232940 Abhishek Lal posted a new comment: I can see the process appear on the process list(gnome-system-monitor), but no GUI, the process stays as long as the program runs. It must be hidden as you said, But not

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

2013-07-24 Thread RaiMan
Question #232940 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232940 Summary changed to: [1.0] Linux: App.open() opens an app and close immediatly. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

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

2013-07-24 Thread RaiMan
Question #232940 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232940 RaiMan proposed the following answer: internally, this is used to open an app on Linux: String cmd[] = {sh, -c, (+ appName + ) \necho -n $!}; Process p = Runtime.getRuntime().exec(cmd); I know, that the

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

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

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

2013-07-24 Thread Parn Yin
Question #232844 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232844 Parn Yin posted a new comment: I still can't get the expected result I want. But I found another stupid way to fix that: def set_screenshot_path(my_screenshot_path): my_screenshot_path =

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

2013-07-24 Thread RaiMan
Question #232844 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232844 RaiMan posted a new comment: Uuups, that looks really strange ;-) again pythonized: assuming my_screenshot_path is a global variable: def set_screenshot_path(path): global my_screenshot_path

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

2013-07-24 Thread RaiMan
Question #232844 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232844 RaiMan posted a new comment: sorry, forgot to correct: my_screenshot_path = repr(path).replace(, \\).strip(') raw strings r cannot have trailing \ -- You received this question notification

[Sikuli-driver] [Question #232962]: Sikuli doesn't work if reduce or close Remote Desktop

2013-07-24 Thread GUILLAUME
New question #232962 on Sikuli: https://answers.launchpad.net/sikuli/+question/232962 Hello, I wrote some scripts under Sikuli which work fine on VM if i look continuously at them. It works too if i lock my session (Win + L) NB : I am connected to my VM by classic remote desktop. But if I

Re: [Sikuli-driver] [Question #169927]: how to operate a date picker with click()

2013-07-24 Thread Amutha Sreenivasan
Question #169927 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169927 Amutha Sreenivasan posted a new comment: Thanks Raiman. That solved my problem. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #168519]: Command Line use of Sikuli is slow because of startup time. Can Sikuli be prestarted somehow?

2013-07-24 Thread Amutha Sreenivasan
Question #168519 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/168519 Amutha Sreenivasan requested more information: Hi Raiman, using latest version of sikuli Tried to run 25 testcases (total lines of code --3000) .But sikuli is not even starting up. waited for nearly 20

[Sikuli-driver] [Bug 1204634] [NEW] Find fail after use it for a long time

2013-07-24 Thread Erick Quinteros
Public bug reported: Version: Sikuly finally 1.0.0 OS: Windows 7 64-bits Reproduce: Execute find operations for a long period of time. When I use the find operation (or others than use find inside) on a automatized scenario during long periods of time, the find operation fail in some point, if I

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

2013-07-24 Thread Parn Yin
Question #232844 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232844 Parn Yin posted a new comment: Thanks again, RaiMan! -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.