Re: [Sikuli-driver] [Question #667296]: Java FX app: using SikuliX features in handlers freezes UI

2018-04-04 Thread Julian
Question #667296 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/667296 Julian posted a new comment: I run into bugs if i have my timeline into the run function. Then somehow the ui freezes again if i call Thread.sleep or anything like that. Now it's in the controller class again

[Sikuli-driver] [Bug 1761226] Re: Mac: NullPointerException when running via ssh

2018-04-04 Thread RaiMan
should first be a question ** Changed in: sikuli Status: New => Invalid ** Converted to question: https://answers.launchpad.net/sikuli/+question/667565 -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchp

Re: [Sikuli-driver] [Question #667565]: Mac: NullPointerException when running via ssh

2018-04-04 Thread RaiMan
Question #667565 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/667565 RaiMan requested more information: please run with debug option so: 'java -Dsikuli.Debug=3 -jar /Applications/SikuliX.app/Contents/Java/sikulix.jar -r /Users/shareduser//click_button.sikuli' and use versi

Re: [Sikuli-driver] [Question #667565]: Mac: NullPointerException when running via ssh

2018-04-04 Thread RaiMan
Question #667565 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/667565 Status: Open => Needs information RaiMan requested more information: If I understand right: The machine where the script is run is always the same. Only in the second case it is accessed via ssh from ano

Re: [Sikuli-driver] [Question #667565]: Mac: NullPointerException when running via ssh

2018-04-04 Thread RaiMan
Question #667565 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/667565 RaiMan posted a new comment: should first be a question -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

[Sikuli-driver] [Question #667565]: Mac: NullPointerException when running via ssh

2018-04-04 Thread Ilya Anshmidt
New question #667565 on Sikuli: https://answers.launchpad.net/sikuli/+question/667565 Sikuli versions: 1.1.2, 1.1.3 Mac OS: 10.13, 10.12, 10.10 Java versions: 1.8, 1.9 My sikuli script works fine when I run it from Sikuli IDE and from command line (without IDE). But when I connect via ssh to th

[Sikuli-driver] [Bug 1761226] [NEW] Mac: NullPointerException when running via ssh

2018-04-04 Thread Ilya Anshmidt
Public bug reported: Sikuli versions: 1.1.2, 1.1.3 Mac OS: 10.13, 10.12, 10.10 Java versions: 1.8, 1.9 My sikuli script works fine when I run it from Sikuli IDE and from command line (without IDE). But when I connect via ssh to the Mac where Sikuli is installed and run the same script, it fail

Re: [Sikuli-driver] [Question #667296]: Java FX app: using SikuliX features in handlers freezes UI

2018-04-04 Thread RaiMan
Question #667296 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/667296 RaiMan posted a new comment: Well done ;-) Thanks for kind feedback. Have fun. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. _

Re: [Sikuli-driver] [Question #667420]: Linux Drag and Drop

2018-04-04 Thread Jeff_Vallis
Question #667420 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/667420 Status: Needs information => Open Jeff_Vallis gave more information on the question: Sent as Private message -- You received this question notification because your team Sikuli Drivers is an answer con

Re: [Sikuli-driver] [Question #666773]: How to get on the road as a newcomer to Java programming

2018-04-04 Thread RaiMan
Question #666773 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/666773 RaiMan posted a new comment: Always welcome ;-) Fragen kannst du was du willst - wie ich antworte ist dann meine Entscheidung. Die kürzeste Antwort wäre z.B.: Keine Ahnung ;-) ... aber ernsthaft: Wenn Du F

Re: [Sikuli-driver] [Question #667296]: Java FX app: using SikuliX features in handlers freezes UI

2018-04-04 Thread Julian
Question #667296 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/667296 Status: Answered => Solved Julian confirmed that the question is solved: Thank you very much, everything working fine right now! I changed my run() method to: public void run() { //starts a t

Re: [Sikuli-driver] [Question #666773]: How to get on the road as a newcomer to Java programming

2018-04-04 Thread Alexander Schone
Question #666773 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/666773 Alexander Schone posted a new comment: Ah, interessant, ja dann werde ich wohl auch umsteigen.. Vielen Dank fuer deine Hilfe und deine Arbeit an dem Projekt! Wenn ich wieder Fragen habe melde ich mich ;) (

Re: [Sikuli-driver] [Question #666773]: How to get on the road as a newcomer to Java programming

2018-04-04 Thread RaiMan
Question #666773 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/666773 RaiMan posted a new comment: Wenn es ein Lernprojekt ist, dann auf jeden Fall erst mal komplett in Java starten. Dann auch am besten direkt bzgl. des GUI mit JavaFX statt Java Swing anfangen. Der Hinweis au

Re: [Sikuli-driver] [Question #666773]: How to get on the road as a newcomer to Java programming

2018-04-04 Thread Alexander Schone
Question #666773 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/666773 Alexander Schone posted a new comment: Ja, es soll eine GUI werden die dann die Sikuli funktionen steuert. Das wird ein Haufen Arbeit und viel Lernen, aber das ist ja der Sinn der ganzen Sache :) Es ist ein L

Re: [Sikuli-driver] [Question #667555]: Word doc termination in automation

2018-04-04 Thread RaiMan
Question #667555 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/667555 Status: Open => Answered RaiMan proposed the following answer: --- We do not get this error when we do this manually ... then the automatic is not exactly like the manual flow. Usually this is a timing

Re: [Sikuli-driver] [Question #667420]: Linux Drag and Drop

2018-04-04 Thread RaiMan
Question #667420 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/667420 Status: Open => Needs information RaiMan requested more information: -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. _

Re: [Sikuli-driver] [Question #666773]: How to get on the road as a newcomer to Java programming

2018-04-04 Thread RaiMan
Question #666773 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/666773 RaiMan posted a new comment: -- Version 2: dauert noch > 6 Monate - also nicht drauf warten. wird aber abwärts kompatibel sein. -- pausieren, stoppen, wieder starten von Abläufen (scripts): da bist du schon

Re: [Sikuli-driver] [Question #667420]: Linux Drag and Drop

2018-04-04 Thread Jeff_Vallis
Question #667420 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/667420 Status: Answered => Open Jeff_Vallis is still having a problem: Still no joy -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. __

[Sikuli-driver] [Question #667555]: Word doc termination in automation

2018-04-04 Thread shama
New question #667555 on Sikuli: https://answers.launchpad.net/sikuli/+question/667555 We are using SikuliX to automate one report which downloads the word documents from one tool. the doc gets downloaded but while saving it comes up with MS word doc termination error. We do not get this error wh

Re: [Sikuli-driver] [Question #666773]: How to get on the road as a newcomer to Java programming

2018-04-04 Thread Alexander Schone
Question #666773 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/666773 Alexander Schone posted a new comment: Haha, ja das koennten wir tun :) Ich vermute mal, du hast Recht und der Aufwand das zu lernen und dann zu implementieren, lohnt sich fuer mich wohl nicht.. Version 2 i

Re: [Sikuli-driver] [Question #666773]: How to get on the road as a newcomer to Java programming

2018-04-04 Thread RaiMan
Question #666773 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/666773 RaiMan posted a new comment: LOL, wir können gerne auch Deutsch reden ;-) Also in der implementierten Lösung laufen die internen Suchen (10 in deinem Fall) schon parallel. Das mit dem Initiativ-Vorschlag ge

Re: [Sikuli-driver] [Question #666773]: How to get on the road as a newcomer to Java programming

2018-04-04 Thread Alexander Schone
Question #666773 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/666773 Alexander Schone posted a new comment: "You might dive into and implement your own parallel find, that tries to reuse resources as much as possible." I suppose that is higher level java? I would like to hav

[Sikuli-driver] [Bug 1756820] Re: [1.1.2] Offline setup: not working: no main manifest attribute in sikulix.jar -- fixed 1.1.3 2018-04-03 build #16

2018-04-04 Thread RaiMan
checked now on Ubuntu 16.04: works. Be sure to use the latest nightly build. Delete /.Sikulix and start allover new. Put the downloads all in one folder and start setup in that folder. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Siku

Re: [Sikuli-driver] [Question #667420]: Linux Drag and Drop

2018-04-04 Thread RaiMan
Question #667420 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/667420 Status: Open => Answered RaiMan proposed the following answer: ok, then it does not work with Sikulix (Java Robot) mouse actions. Any chance for me to check that myself on an Ubuntu 16.04? -- You rece

[Sikuli-driver] [Bug 1756820] Re: [1.1.2] Offline setup: not working: no main manifest attribute in sikulix.jar -- fixed 1.1.3 2018-04-03 build #16

2018-04-04 Thread RaiMan
ok, I did not have time yet to check on Linux (Ubuntu 16.04). I will do that asap and come back. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1756820 Title: [1.1.2] Offline setup: not working: n

Re: [Sikuli-driver] [Question #667530]: how-do-i-get-sikuli-to-wait-until-the-mouse-pointer-changes-from-busy-to-not

2018-04-04 Thread RaiMan
Question #667530 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/667530 Status: Open => Answered RaiMan proposed the following answer: 1. mouse cursor cannot be captured with Java Robot (SikuliX) - generally left out from capture. 2. situations like "wait until stable" can

Re: [Sikuli-driver] [Question #667296]: Java FX app: using SikuliX features in handlers freezes UI

2018-04-04 Thread RaiMan
Question #667296 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/667296 Status: Open => Answered RaiMan proposed the following answer: 1. to let a Thread dynamically access content in the caller, you either have to use the ThreadContext feature or add a constructor to the Th