Re: [Sikuli-driver] [Question #169468]: [Java] Using the wait() without image needs double value (e.g. wait(3.0))

2011-08-30 Thread RaiMan
Question #169468 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169468 Status: Open = Answered RaiMan proposed the following answer: try a type cast like s.wait((double) 1.0); -- You received this question notification because you are a member of Sikuli Drivers, which

Re: [Sikuli-driver] [Question #169558]: How can I make this faster?

2011-08-30 Thread RaiMan
Question #169558 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169558 Status: Open = Answered RaiMan proposed the following answer: -- restricting the search region is most appropriate reg = some-region-that-should-contain-picture while True: if not reg.exists(picture,

Re: [Sikuli-driver] [Question #169519]: App class not working on Ubuntu 11.04 (QT issue?)

2011-08-30 Thread RaiMan
Question #169519 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169519 Status: Open = Answered RaiMan proposed the following answer: besides the fact, that the class App is not fully implemented/functional on Linux systems, I think, that on linux (as on Windows), the app

Re: [Sikuli-driver] [Question #169505]: Get the active window

2011-08-30 Thread sylvain caillet
Question #169505 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169505 Status: Answered = Open sylvain caillet is still having a problem: Ok, thank you RaiMan for your explanations. During my script, i would like to restrict my searches to regions limited by the active

Re: [Sikuli-driver] [Question #169514]: Scroll bar to work with Java

2011-08-30 Thread RaiMan
Question #169514 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169514 Status: Open = Needs information RaiMan requested more information: more detailed information would be helpful (only answered partly): - what system??? - what application My App has a yahoo light box

Re: [Sikuli-driver] [Question #169505]: Get the active window

2011-08-30 Thread RaiMan
Question #169505 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169505 Status: Open = Answered RaiMan proposed the following answer: Yes, that is a general problem with the window features of the class App. Especially on Windows, recent apps (e.g. browsers like Firefox

Re: [Sikuli-driver] [Question #169558]: How can I make this faster?

2011-08-30 Thread Alexandre Bourdeau
Question #169558 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169558 Status: Answered = Solved Alexandre Bourdeau confirmed that the question is solved: Thank you very much. I am still learning this program. Very useful so far. -- You received this question

Re: [Sikuli-driver] [Question #169023]: Currently running application title needed

2011-08-30 Thread Vinay Kulkarni
Question #169023 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169023 Status: Answered = Open Vinay Kulkarni is still having a problem: Ok. I have an application in which I am displaying my local file system in collapse view (tree structure). There are 2 columns namely

[Sikuli-driver] [Question #169573]: winreg

2011-08-30 Thread SQA_75
New question #169573 on Sikuli: https://answers.launchpad.net/sikuli/+question/169573 Hi ! I need to check the registry from a sikuli script and try to use import _winreg but I get the following error : ImportError: No module named _winreg How I can use this kind of module ? Thanks --

Re: [Sikuli-driver] [Question #169023]: Currently running application title needed

2011-08-30 Thread RaiMan
Question #169023 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169023 Status: Open = Answered RaiMan proposed the following answer: If you need information on files just use the appropriate standard Python modules, that are available in Sikuli script. Here is an example,

Re: [Sikuli-driver] [Question #169573]: winreg

2011-08-30 Thread RaiMan
Question #169573 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169573 Status: Open = Answered RaiMan proposed the following answer: This is a C-based Python module and not available in the Jython environment of Sikuli. Have a look at

[Sikuli-driver] [Question #169580]: What is the basic requirments to install Sikuli project into windows?

2011-08-30 Thread M.Kashif
New question #169580 on Sikuli: https://answers.launchpad.net/sikuli/+question/169580 Dear Respected Sir, I have just downloaded your new and amazing software for myself but this Programme is not functioning at my computer.When I wanted to install this programme on my computer an error always

Re: [Sikuli-driver] [Question #169580]: What is the basic requirments to install Sikuli project into windows?

2011-08-30 Thread RaiMan
Question #169580 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169580 Status: Open = Answered RaiMan proposed the following answer: You should install the latest JRE version available at: http://www.java.com/en/download/ -- You received this question notification

Re: [Sikuli-driver] [Question #169580]: What is the basic requirments to install Sikuli project into windows?

2011-08-30 Thread M.Kashif
Question #169580 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169580 Status: Answered = Solved M.Kashif confirmed that the question is solved: Bundle of thanks dear sir for your quick sweet help I am downloading now -- You received this question notification because

Re: [Sikuli-driver] [Question #151967]: I canĀ“t import guide

2011-08-30 Thread sunjutha
Question #151967 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/151967 sunjutha posted a new comment: I am getting error ImportError: No module named ctypes when i tried to import application from pywinauto .Pls help me how to fix it? -- You received this question

Re: [Sikuli-driver] [Question #169573]: Windows: reading the registry

2011-08-30 Thread SQA_75
Question #169573 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169573 Status: Answered = Solved SQA_75 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 #169468]: [Java] Using the wait() without image needs double value

2011-08-30 Thread RaiMan
Question #169468 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169468 Summary changed to: [Java] Using the wait() without image needs double value Description changed to: * usage wait( (double) x ) where x is either an integer or decimal number

Re: [Sikuli-driver] [Question #169514]: Scroll bar to work with Java

2011-08-30 Thread Tameem Ahmed
Question #169514 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/169514 Status: Needs information = Open Tameem Ahmed gave more information on the question: We plan to test this on multiple operating systems / multiple browsers. I captured the screen shots of the light

[Sikuli-driver] [Question #169661]: auto fill forms

2011-08-30 Thread Vineet
New question #169661 on Sikuli: https://answers.launchpad.net/sikuli/+question/169661 I am testing a web-based form that has few textboxes, dropdowns and checkboxes. I can manage auto-filling textboxes but its really cumbersome to test a form with dropdown menus, especially when the drop down