Re: [Sikuli-driver] [Question #679122]: SikuliXIDE; Mojave; Robot Framework: ArrayIndexOutOfBoundsException: 1

2019-03-13 Thread Melvin Raymond
Question #679122 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679122 Melvin Raymond posted a new comment: OK, I agree. We should close. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. _

Re: [Sikuli-driver] [Question #679122]: SikuliXIDE; Mojave; Robot Framework: ArrayIndexOutOfBoundsException: 1

2019-03-13 Thread RaiMan
Question #679122 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679122 Status: Open => Solved RaiMan changed the question status: Ok, all the best. We should close this thread now. If you come up with new issues, pleas post a new question. -- You received this question n

Re: [Sikuli-driver] [Question #679122]: SikuliXIDE; Mojave; Robot Framework: ArrayIndexOutOfBoundsException: 1

2019-03-13 Thread Melvin Raymond
Question #679122 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679122 Melvin Raymond gave more information on the question: Interesting. Yes, I had renamed the application to shorten it and so I wouldn't have to worry about spaces in the name. I should probably name it back to

Re: [Sikuli-driver] [Question #679122]: SikuliXIDE; Mojave; Robot Framework: ArrayIndexOutOfBoundsException: 1

2019-03-13 Thread Melvin Raymond
Question #679122 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679122 Status: Answered => Open Melvin Raymond is still having a problem: Interesting. Yes, I had renamed the application to shorten it and so I wouldn't have to worry about spaces in the name. I should probabl

Re: [Sikuli-driver] [Question #679122]: SikuliXIDE; Mojave; Robot Framework: ArrayIndexOutOfBoundsException: 1

2019-03-13 Thread RaiMan
Question #679122 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679122 Linked to bug: #1819878 https://bugs.launchpad.net/bugs/1819878 "[1.1.4] Mac: App::close(): has problems when app name differs from process name" -- You received this question notification beca

Re: [Sikuli-driver] [Question #679122]: SikuliXIDE; Mojave; Robot Framework: ArrayIndexOutOfBoundsException: 1

2019-03-13 Thread RaiMan
Question #679122 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679122 Status: Open => Answered RaiMan proposed the following answer: Indeed seems to be a close() problem on Mac: the process name (Vernier Graphical Analysis) differs from the app name (GraphicalAnalysis) t

Re: [Sikuli-driver] [Question #679122]: SikuliXIDE; Mojave; Robot Framework: ArrayIndexOutOfBoundsException: 1

2019-03-12 Thread Melvin Raymond
Question #679122 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679122 Status: Answered => Open Melvin Raymond is still having a problem: Thank you Raiman for the reply. I think there is some kind of bug in the App.close(myApp) class for Jython or Python. I checked my pre

Re: [Sikuli-driver] [Question #679122]: SikuliXIDE; Mojave; Robot Framework: ArrayIndexOutOfBoundsException: 1

2019-03-12 Thread RaiMan
Question #679122 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679122 Status: Open => Answered RaiMan proposed the following answer: I have no idea, where this error comes from. I made the following test with the latest build of 1.1.4: class GA4(object): def prepare_my

Re: [Sikuli-driver] [Question #679122]: SikuliXIDE; Mojave; Robot Framework: ArrayIndexOutOfBoundsException: 1

2019-03-11 Thread Melvin Raymond
Question #679122 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679122 Status: Answered => Open Melvin Raymond is still having a problem: OK, that was interesting. Didn't know how to do that, but now I do. I ran the following script and it appears to have opened my app, an

Re: [Sikuli-driver] [Question #679122]: SikuliXIDE; Mojave; Robot Framework: ArrayIndexOutOfBoundsException: 1

2019-03-11 Thread RaiMan
Question #679122 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679122 Status: Open => Answered RaiMan proposed the following answer: You should test your class GA4(object): outside RFW in an extra script: class GA4(object): def prepare_my_application(self, myApp):

Re: [Sikuli-driver] [Question #679122]: SikuliXIDE; Mojave; Robot Framework: ArrayIndexOutOfBoundsException: 1

2019-03-11 Thread Melvin Raymond
Question #679122 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679122 Status: Needs information => Open Melvin Raymond gave more information on the question: TEARDOWN Suite Teardown Actions It appears to have actually closed my app as expected even though it got the array

Re: [Sikuli-driver] [Question #679122]: SikuliXIDE; Mojave; Robot Framework: ArrayIndexOutOfBoundsException: 1

2019-03-11 Thread Melvin Raymond
Question #679122 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679122 Melvin Raymond gave more information on the question: KEYWORD GA4 . Stop My Application ${TESTAPP} Start / End / Elapsed: 20190311 13:05:21.224 / 20190311 13:05:34.521 / 00:00:13.297 13:05:34.521FAIL

Re: [Sikuli-driver] [Question #679122]: SikuliXIDE; Mojave; Robot Framework: ArrayIndexOutOfBoundsException: 1

2019-03-11 Thread RaiMan
Question #679122 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679122 Status: Open => Needs information RaiMan requested more information: where exactly do you get the exception? -- You received this question notification because your team Sikuli Drivers is an answer con

[Sikuli-driver] [Question #679122]: SikuliXIDE; Mojave; Robot Framework: ArrayIndexOutOfBoundsException: 1

2019-03-11 Thread Melvin Raymond
New question #679122 on Sikuli: https://answers.launchpad.net/sikuli/+question/679122 Using the following Configuration: - SikulixIDE-1.1.4-SNAPSHOT (updated to latest today) - Robot Framework I had previously built a script that worked fine with another application which could do a Suite Setup,