← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #667296]: Sikuli UI Freeze

 

Question #667296 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/667296

    Status: Open => Answered

RaiMan proposed the following answer:
With JavaFX you are in a GUI situation, that has some restrictions with
usage of Java Robot (which internally in SikuliX is used too) with
respect to the EventDispatch queue (handling of actions for GUI elements
like buttons ....).

Robot actions can generally not be used in handlers directly, but must be delegated to extra threads/processes.
Consult the net for adequate solutions and concepts.

If you are new to Java and SikuliX, then you should start a bit easier
just with a "commandline" Java Program (normal application with no GUI).

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.