Christian Rondeau

Results 112 comments of Christian Rondeau

Nope, but it should be pretty simple to add support for this! Let me know if you'd like information on this (make sure you can compile and run from a...

That is a very good question; I'd say: not easily. Check on your maching how much time does it takes to launch a command line, launch the Sikuli repl jar...

Haha, agreed, seconds are precious :) The session is already "lazy loaded", in fact. When you create a new session, the process is started, and then we simply wait for...

Just FYI: https://answers.launchpad.net/sikuli/+question/168519 this is where you can make a difference.

Nope, but it should be pretty simple to add support for this! Let me know if you'd like information on this (make sure you can compile and run from a...

@pcdigitacao2017 this is actually a good idea! However, it sounds like writing what Sikuli has been built for... it's probably as simple to pass through the key codes themselves (here:...

True, it should be simple (even though in software, nothing ever ends up being as simple as it should have been!) Are you running on a Mac or Linux? And...

For Java, there is a function called `SikuliScriptProcessFactory.GuessJavaPath()` - it checks if `java.exe` exists, and if it doesn't, it throws. It could instead fallback to checking if the Mac version...

I looked quickly at QT, and there is this project here that looks interesting: https://github.com/ddobrev/QtSharp - but for the purposes of the test app, we only want very basic interactions...

I'm fully open to whatever UI framework you want to use, as long as it's simple :) Perspex seems to fit the bill too, and since it's only for testing,...