Re: [Sikuli-driver] [Question #204206]: New sikuli version

2012-07-26 Thread RaiMan
Question #204206 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/204206 Status: Open = Answered RaiMan proposed the following answer: They say, there might be something new around end of July. But I do not know the details. -- You received this question notification

Re: [Sikuli-driver] [Question #204112]: Running 2 sikuli scripts simulataneously present in two different workstations

2012-07-26 Thread Omkkumar
Question #204112 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/204112 Status: Answered = Open Omkkumar is still having a problem: Thanks Raiman, I have one more question Again I have two scripts. First script in workstation1. Second script in workstation2. After

Re: [Sikuli-driver] [Question #204153]: How to provide user input to sikuli script from a file

2012-07-26 Thread RaiMan
Question #204153 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/204153 RaiMan proposed the following answer: @ pyCoder good finding - thanks. I will make it a faq. But you missed the needed import ConfigParser at the beginning. BTW: for the given case this is not the best

Re: [Sikuli-driver] [Question #204112]: Running 2 sikuli scripts simulataneously present in two different workstations

2012-07-26 Thread RaiMan
Question #204112 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/204112 Status: Open = Answered RaiMan proposed the following answer: --- Is this feasible? Of course ;-) But rather complex, since you need some kind of inter process communication. The easiest way would be

Re: [Sikuli-driver] [Question #204177]: Sikuli-Script doesn't find the files in Netbeans

2012-07-26 Thread RaiMan
Question #204177 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/204177 Status: Open = Answered RaiMan proposed the following answer: Just tested with Netbeans 7.2: This perfectly works for me. package siktest; import org.sikuli.script.*; public class SikTest {

Re: [Sikuli-driver] [Question #204177]: Sikuli-Script doesn't find the files in Netbeans

2012-07-26 Thread RaiMan
Question #204177 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/204177 RaiMan proposed the following answer: Just tested with Netbeans 7.2: This perfectly works for me. package siktest; import org.sikuli.script.*; public class SikTest { public static void main(String[]

Re: [Sikuli-driver] [Question #204121]: Help making a functional test suite.

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

[Sikuli-driver] [Question #204250]: How to Implement Ctrl+Alt+Del in the ide

2012-07-26 Thread sriganesh
New question #204250 on Sikuli: https://answers.launchpad.net/sikuli/+question/204250 Hi, I tried to run Windows Task Manager using Sikuli IDE by defining the below command type(Key.CTRL+Key.ALT+Key.DELETE) I even tried type(Key.CTRL,Key.ALT,Key.DELETE) But i found error executing the script.

Re: [Sikuli-driver] [Question #204164]: Not able to use Key.TAB when using Cucumber and jruby

2012-07-26 Thread Shiva Kumar
Question #204164 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/204164 Status: Answered = Solved Shiva Kumar confirmed that the question is solved: I just used java_import 'org.sikuli.script.Screen' in my env.rd Inside my step_definitions, which is my jruby file with .rb

Re: [Sikuli-driver] [Question #204250]: How to Implement Ctrl+Alt+Del in the ide

2012-07-26 Thread RaiMan
Question #204250 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/204250 Status: Open = Answered RaiMan proposed the following answer: Sometimes the docs help ;-) http://sikuli.org/docx/keys.html#key-constants -- You received this question notification because you are a

Re: [Sikuli-driver] [Question #204177]: Sikuli-Script doesn't find the files in Netbeans

2012-07-26 Thread Deses
Question #204177 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/204177 Deses 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, which is an answer contact for

Re: [Sikuli-driver] [Question #204177]: Sikuli-Script doesn't find the files in Netbeans

2012-07-26 Thread Deses
Question #204177 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/204177 Status: Answered = Solved Deses confirmed that the question is solved: That's right, it was that. With SikuliTest, the path I have to write is src/deses/img/test.png, otherwise it doesn't work. Which

Re: [Sikuli-driver] [Question #204177]: Sikuli-Script doesn't find the files in Netbeans

2012-07-26 Thread RaiMan
Question #204177 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/204177 RaiMan posted a new comment: --- ResourceManager.loadResources Seems not to be an official Java feature. Seems to belong to Silverlight. But anyway, this is totally different to what Sikuli needs to load

Re: [Sikuli-driver] [Question #204250]: How to Implement Ctrl+Alt+Del in the ide

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

[Sikuli-driver] [Question #204259]: Error

2012-07-26 Thread Leticia Bermond
New question #204259 on Sikuli: https://answers.launchpad.net/sikuli/+question/204259 Hi, Sikuli rc3 install IDE and when I start the program displays the following errors: java.io.FileNotFoundException: C:\Users\Lety\AppData\Local\Temp\tmp--95794990.sikuli (Acceso denegado) at

[Sikuli-driver] [Bug 1029446] [NEW] type( ¨ ) and type( ¨¨ )

2012-07-26 Thread Glauco Fernando Leite Momolli
Public bug reported: type( ¨ ) type( ¨¨ ) problem running this script. ** Affects: sikuli Importance: Undecided Status: New -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1029446

Re: [Sikuli-driver] [Question #204259]: Error

2012-07-26 Thread RaiMan
Question #204259 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/204259 Status: Open = Answered RaiMan proposed the following answer: look faq 1766 - delete registry key -- You received this question notification because you are a member of Sikuli Drivers, which is an

[Sikuli-driver] [Bug 1029446] Re: type( ¨ ) and type( ¨¨ )

2012-07-26 Thread RaiMan
What should that be? Some special characters? Known problem - not possible with type (look faq 933) ** Changed in: sikuli Status: New = Opinion -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli.

[Sikuli-driver] [Question #204266]: Open jar files

2012-07-26 Thread Martin D
New question #204266 on Sikuli: https://answers.launchpad.net/sikuli/+question/204266 Is it somehow possible to use openApp to load jar files? I tried, it tells me that it loaded the file, but nothing happened. My app uses a logging system every time it gets started. None was created when

Re: [Sikuli-driver] [Question #204266]: Open jar files

2012-07-26 Thread RaiMan
Question #204266 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/204266 Status: Open = Answered RaiMan proposed the following answer: a .jar cannot be opened using openApp, only executable applications. you might try to use os.popen() and issue an open command or a java

Re: [Sikuli-driver] [Question #204153]: How to provide user input to sikuli script from a file

2012-07-26 Thread pyCoder
Question #204153 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/204153 pyCoder posted a new comment: refined.. your right RaiMan, it's depends on what op needs... if it's like a hundered entries csv method might be better. i took it as a config type. basically if you have

Re: [Sikuli-driver] [Question #204266]: Open jar files

2012-07-26 Thread Martin D
Question #204266 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/204266 Status: Answered = Solved Martin D 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 #204206]: New sikuli version

2012-07-26 Thread pyCoder
Question #204206 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/204206 pyCoder posted a new comment: Good to hear I was getting worried that the project was abandoned/dying. This is too good of a project to let die. -- You received this question notification because you are a

Re: [Sikuli-driver] [Question #204153]: How to provide user input to sikuli script from a file

2012-07-26 Thread pyCoder
Question #204153 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/204153 pyCoder posted a new comment: Edit: username1 = config.get('user1','username') should be username1 = config.get('user1','user') i hate how this sight doesn't allow edits. -- You received this question

Re: [Sikuli-driver] [Question #204153]: How to provide user input to sikuli script from a file

2012-07-26 Thread RaiMan
Question #204153 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/204153 RaiMan posted a new comment: --- i hate how this sight doesn't allow edits. Do not ask RaiMan how he hates it ;-) -- You received this question notification because you are a member of Sikuli Drivers,

Re: [Sikuli-driver] [Question #204153]: How to provide user input to sikuli script from a file

2012-07-26 Thread pyCoder
Question #204153 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/204153 pyCoder posted a new comment: lmao *site ugh. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #200005]: New project about sikuli(sikuli remote control)

2012-07-26 Thread Anil
Question #25 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/25 Anil posted a new comment: Hi, Previously was using the Sikuli X. After reading about this project, tried to use it. I started the server on a mac as : java -jar

Re: [Sikuli-driver] [Question #200005]: New project about sikuli(sikuli remote control)

2012-07-26 Thread Anil
Question #25 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/25 Anil posted a new comment: ok..I found libVisionProxy.dylib in my Application folder . So i extracted the jar file and copied the .dylib to the META-INF/lib folder and jar'd it again and the above

Re: [Sikuli-driver] [Question #200005]: New project about sikuli(sikuli remote control)

2012-07-26 Thread RaiMan
Question #25 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/25 RaiMan posted a new comment: You need a valid OpenCV 2.2installation on your system -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for

[Sikuli-driver] [Question #204317]: Sikuli IDE doesn't display on WIN 7

2012-07-26 Thread Lane
New question #204317 on Sikuli: https://answers.launchpad.net/sikuli/+question/204317 I run Sikuli IDE on desktop or run Sikuli-IDE-w.bat, I can't found IDE display, but i can found process javaw.exe is run. If i use cmd line type java -jar PATH-to-Sikuli XXX.sikuli , it is running fine. My

[Sikuli-driver] [Question #204318]: Page navigation using sikuli

2012-07-26 Thread Anjali
New question #204318 on Sikuli: https://answers.launchpad.net/sikuli/+question/204318 Helo sir, I have a presentation slide, i need to traverse the pages(i mean from page 1 to page 20).I want to do it using mouse click after each 10-20 sec.How can i automate that ? I had given the image of

Re: [Sikuli-driver] [Question #204317]: Sikuli IDE doesn't display on WIN 7

2012-07-26 Thread nemonik
Question #204317 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/204317 Status: Open = Answered nemonik proposed the following answer: Likely, the path to the javaw.exe needs to corrected, and point to the x86 path to either the jdk or jre javaw.exe. -- You received this

Re: [Sikuli-driver] [Question #204317]: Sikuli IDE doesn't display on WIN 7

2012-07-26 Thread Lane
Question #204317 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/204317 Status: Answered = Solved Lane confirmed that the question is solved: Delete HKEY_CURRENT_USER\Software\JavaSoft\Prefs\org\sikuli\ide\. Now work fine~~ -- You received this question notification