Re: [Sikuli-driver] [Question #250327]: [error] mouseDown: buttons still pressed - using all

2014-06-18 Thread RaiMan
Question #250327 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/250327 Status: Open = Answered RaiMan proposed the following answer: just google with Cannot call method from the event dispatcher thread and you will get some hints, what is forbidden and how to solve it

Re: [Sikuli-driver] [Question #250286]: HTML TestRunner report NOT showing screenshots

2014-06-18 Thread RaiMan
Question #250286 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/250286 Status: Open = Answered RaiMan proposed the following answer: Sorry, but I have not time, to help you hacking the HTMLTestRunner. You have the sources, so you can look at it and find out how to get

Re: [Sikuli-driver] [Question #250392]: Sikuli doesn't work with Mac OSX 10.10

2014-06-18 Thread RaiMan
Question #250392 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/250392 Status: Open = Answered RaiMan proposed the following answer: interesting ;-) Does sikulixsetup-1.1.jar work? if yes: could you run on a command line with 1.1.0-Beta1: java -jar

Re: [Sikuli-driver] [Question #250392]: Sikuli doesn't work with Mac OSX 10.10

2014-06-18 Thread Akshay
Question #250392 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/250392 Status: Answered = Open Akshay is still having a problem: Thanks for your reply RaiMan, sikulixsetup-1.1.jar doesn't work. there is no log. For both the versions it just gets hang does nothing for

Re: [Sikuli-driver] [Question #250145]: [1.0.1] sikuli-java: Startup error - WinUtil.dll - non standard Java installation

2014-06-18 Thread Pathiyil
Question #250145 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/250145 Pathiyil posted a new comment: After inspecting WinUtil.dll with Dependency Walker (depends.exe), the dependencies seem to be for a few DLLs in JAVA_HOME/jre/bin, JAVA_HOME/jre/bin/server as well as

Re: [Sikuli-driver] [Question #250392]: Sikuli doesn't work with Mac OSX 10.10

2014-06-18 Thread RaiMan
Question #250392 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/250392 Status: Open = Needs information RaiMan requested more information: what Java version are you using? what happens on command line when using: java -jar sikulixsetup1.1.jar -- You received this

[Sikuli-driver] [Question #250411]: Sikuli default environment (IDE)

2014-06-18 Thread os ju
New question #250411 on Sikuli: https://answers.launchpad.net/sikuli/+question/250411 I installed sikuli IDE and everything seems to run fine if I use GUI interactions only. Clearly I must need to do something else because none of the keyboard stuff works. If I try to use the type(key.ENTER)

Re: [Sikuli-driver] [Question #250374]: click() fails if the underlying image changes even if I passed it a location to click at?

2014-06-18 Thread Tak Eda
Question #250374 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/250374 Status: Needs information = Open Tak Eda gave more information on the question: SikuliX Setup Build: 1.1.0-Beta1 2014-05-30-18 -- You received this question notification because you are a member of

Re: [Sikuli-driver] [Question #250411]: Sikuli default environment (IDE)

2014-06-18 Thread os ju
Question #250411 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/250411 Description changed to: I installed sikuli IDE 1.0.1 and everything seems to run fine if I use GUI interactions only. Clearly I must need to do something else because none of the keyboard stuff works. If I

Re: [Sikuli-driver] [Question #250411]: Sikuli default environment (IDE)

2014-06-18 Thread os ju
Question #250411 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/250411 os ju posted a new comment: I added the following line to the top of my script It was not part of the script. from sikuli.Sikuli import * That made no difference to the ('key' is not defined) error as

Re: [Sikuli-driver] [Question #250411]: type(key.ENTER) does not work --- all Sikuli classes start uppercase - hence: Key.ENTER

2014-06-18 Thread RaiMan
Question #250411 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/250411 Summary changed to: type(key.ENTER) does not work --- all Sikuli classes start uppercase - hence: Key.ENTER -- You received this question notification because you are a member of Sikuli Drivers, which is

Re: [Sikuli-driver] [Question #250392]: Sikuli IDE doesn't work with Mac OSX 10.10

2014-06-18 Thread RaiMan
Question #250392 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/250392 Summary changed to: Sikuli IDE doesn't work with Mac OSX 10.10 -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #250392]: Sikuli IDE doesn't work with Mac OSX 10.10

2014-06-18 Thread RaiMan
Question #250392 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/250392 RaiMan proposed the following answer: BTW: interactive mode and running scripts from command line should work. -- You received this question notification because you are a member of Sikuli Drivers, which

Re: [Sikuli-driver] [Question #250067]: Menus in the Mac OS Menu Bar as targets

2014-06-18 Thread RaiMan
Question #250067 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/250067 RaiMan posted a new comment: --- Is there a hot-key also for Screen.selectRegion()? currently not. Do you think this is really needed? If yes, pls. report a request bug. -- You received this question

Re: [Sikuli-driver] [Question #250067]: HowTo capture Menus in the Mac OS Menu Bar as targets

2014-06-18 Thread RaiMan
Question #250067 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/250067 Summary changed to: HowTo capture Menus in the Mac OS Menu Bar as targets -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #189458]: [research] X1.1 Sikuli-script.dll for calling API from .NET

2014-06-18 Thread tiennen07
Question #189458 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/189458 tiennen07 proposed the following answer: Ended up putting together a web service that exposes some of the core functionality of Sikuli. Hope it helps -- I know it isn't a direct port, but it works just as

Re: [Sikuli-driver] [Question #250411]: type(key.ENTER) does not work --- all Sikuli classes start uppercase - hence: Key.ENTER

2014-06-18 Thread os ju
Question #250411 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/250411 Status: Answered = Solved os ju 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 #250411]: type(key.ENTER) does not work --- all Sikuli classes start uppercase - hence: Key.ENTER

2014-06-18 Thread os ju
Question #250411 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/250411 os ju posted a new comment: well I certainly feel dumb. I think I was just focused on the obvious ENTER being uppercase that I did not even notice the captical K in key. Greatly appreciate you taking the

[Sikuli-driver] [Bug 1331924] [NEW] Sikuli deletes images on save

2014-06-18 Thread Ben Stanley
Public bug reported: Using Sikuli 1.1.0 Beta1 on RHEL6.4 x86_64 I have a 400 line proprietary script, containing the order of 50 images. When I save the script, Sikuli deletes all but 10 of the images. I have been working with 3 scripts open simultaneously. I don't know if this is a