Re: [Sikuli-driver] [Question #235070]: Is Sikuli stable when it run in Java api for a little complicate program?

2013-09-28 Thread RaiMan
Question #235070 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235070 Status: Open = Answered RaiMan proposed the following answer: Yes of course, I am always talking about the stuff you get when setting up SikuliX 1.0.1 from https://launchpad.net/sikuli/+download For

[Sikuli-driver] [Bug 1230928] Re: Error Tracebacks Display Wrong Line when FindFailed in imported script

2013-09-28 Thread RaiMan
OK, thanks for clarification and example. This is a bug. I will check and fix as soon as possible. ** Summary changed: - Error Tracebacks Display Wrong Line + Error Tracebacks Display Wrong Line when FindFailed in imported script ** Summary changed: - Error Tracebacks Display Wrong Line when

Re: [Sikuli-driver] [Question #236500]: How to use Sikuli in 3D crosshair applications?

2013-09-28 Thread Poh Wei Pin
Question #236500 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/236500 Status: Needs information = Open Poh Wei Pin gave more information on the question: No problem Sir! -- You received this question notification because you are a member of Sikuli Drivers, which is an

[Sikuli-driver] [Question #236513]: Display variable value (loop counter) on-screen during loop?

2013-09-28 Thread tjonnyc
New question #236513 on Sikuli: https://answers.launchpad.net/sikuli/+question/236513 Let's say I have a counter loop: - for a in range(100): {do something} {do something else} I would like to display a pop-up /

Re: [Sikuli-driver] [Question #236513]: Display variable value (loop counter) on-screen during loop?

2013-09-28 Thread RaiMan
Question #236513 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/236513 Status: Open = Answered RaiMan proposed the following answer: Not easily possible on the script level (guess you are not working on the Java level - or do you?). There is no parallel auto-vanishing

[Sikuli-driver] [Question #236516]: The right way to script waiting for events in multiple browser tabs?

2013-09-28 Thread tjonnyc
New question #236516 on Sikuli: https://answers.launchpad.net/sikuli/+question/236516 I have a small script that performs some actions in a web-based application. A cornerstone of this script is waiting for an event complete message, and proceeding to the next step. Here's the simplified code:

[Sikuli-driver] [Bug 1214589] Re: [1.0.1] tessdata folder not found after setup with option 5 --- workaround

2013-09-28 Thread Super Zhu
@RaiMan I have just downloaded tessdata stuff and then Text search was switched on now. I want to find a file named helloworld.txt in a folder, and I use find(helloworld.txt) but [error] FindFailed ( can not find helloworld.txt on the screen. ) and then I had tried to type helloworld.txt in a

[Sikuli-driver] [Question #236518]: click not registering on site

2013-09-28 Thread marv t
New question #236518 on Sikuli: https://answers.launchpad.net/sikuli/+question/236518 Sikuli will detect and find objects I would like to click on, but the website doesn't register the clicks. Is there anything I can do to change the type of click sikuli uses? -- You received this question

Re: [Sikuli-driver] [Question #236513]: Display variable value (loop counter) on-screen during loop?

2013-09-28 Thread tjonnyc
Question #236513 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/236513 Status: Answered = Open tjonnyc is still having a problem: There is plenty of screen space to hold a display/popup/overlay, without interfering with the web app. The app is 1000x700, and my monitor is

Re: [Sikuli-driver] [Question #236513]: Display variable value (loop counter) on-screen during loop?

2013-09-28 Thread RaiMan
Question #236513 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/236513 Status: Open = Answered RaiMan proposed the following answer: So if it is possible for you, to just look at something on another computer, that is produced on the remote computer, running the script:

Re: [Sikuli-driver] [Question #236516]: The right way to script waiting for events in multiple browser tabs?

2013-09-28 Thread RaiMan
Question #236516 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/236516 Status: Open = Needs information RaiMan requested more information: --- now I would like to run it in 10 tabs at the same time. are the tab areas visible at the same time on the screen? Is it really a

Re: [Sikuli-driver] [Question #236513]: Display variable value (loop counter) on-screen during loop?

2013-09-28 Thread tjonnyc
Question #236513 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/236513 Status: Answered = Open tjonnyc is still having a problem: OK, that could work. But a more flexible / reliable solution would be pasting the counter value into Google Docs - since I could access it from

Re: [Sikuli-driver] [Question #236518]: click not registering on site

2013-09-28 Thread RaiMan
Question #236518 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/236518 Status: Open = Answered RaiMan proposed the following answer: there are websites (especially some online games) that that can block the clicks produced by Sikuli. So try this: m = find(some_image)

[Sikuli-driver] [Bug 1214589] Re: [1.0.1] tessdata folder not found after setup with option 5 --- workaround

2013-09-28 Thread RaiMan
when asking questions in comments, you should subscribe to the question to get notified. I have done this for you this time. But it is nearly always a better, to start your own question. --- your question The OCR and text search feature in Sikuli still is weak, especially with smaller fonts or

Re: [Sikuli-driver] [Question #236513]: Display variable value (loop counter) on-screen during loop?

2013-09-28 Thread RaiMan
Question #236513 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/236513 Status: Open = Answered RaiMan proposed the following answer: ok, you might do this, but ... ... you must do that before triggering the last action in your working tab (since I guess the popup you are

[Sikuli-driver] [Bug 1214589] Re: [1.0.1] tessdata folder not found after setup with option 5 --- workaround

2013-09-28 Thread Super Zhu
@RaiMan Thank you for your quick response and kindly suggestion. I'll start my own question next time. I tried your solution and it didn't work well. Hope you can arrange the schedule and enhance this feature. Thanks! -- You received this bug notification because you are a member of Sikuli

Re: [Sikuli-driver] [Question #236481]: Script: can you prefill input() --- yes: input(message text, prefill)

2013-09-28 Thread dude
Question #236481 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/236481 Status: Solved = Open dude is still having a problem: so i tried input(message text, prefill) on my mac and it worked just fine however when i did it on my windows machine it didnt work I realized it

Re: [Sikuli-driver] [Question #236481]: Script: can you prefill input() --- yes: input(message text, prefill)

2013-09-28 Thread RaiMan
Question #236481 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/236481 Status: Open = Answered RaiMan proposed the following answer: -- 1. RC3 in the latest version r930 the input() function with prefill exists. If you still have the r905, you might try with the update to

Re: [Sikuli-driver] [Question #236516]: The right way to script waiting for events in multiple browser tabs?

2013-09-28 Thread tjonnyc
Question #236516 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/236516 Status: Needs information = Open tjonnyc gave more information on the question: The browser window is open visible. Each tab can be switched to at any time. The app is running concurrently, and may or