[Sikuli-driver] [Question #685803]: Bundle files inside executable Jar

2019-11-12 Thread spyros-liakos
New question #685803 on Sikuli: https://answers.launchpad.net/sikuli/+question/685803 Hello.! I have created a simple JFrame with an image background in Sikuli IDE 1.3. My script is called test.sikuli and it is inside a folder called "test". The image I use for background is inside the folder

Re: [Sikuli-driver] [Question #675874]: Slow mouse move even with Settings.MoveMouseDelay=0

2018-11-02 Thread spyros-liakos
Question #675874 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/675874 Description changed to: -Im on java 11 java version "11.0.1" 2018-10-16 LTS Java(TM) SE Runtime Environment 18.9 (build 11.0.1+13-LTS) Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.1+13-LTS, mixed mode)

[Sikuli-driver] [Question #675874]: Slow mouse move even with Settings.MoveMouseDelay=0

2018-11-02 Thread spyros-liakos
New question #675874 on Sikuli: https://answers.launchpad.net/sikuli/+question/675874 -Im on java 11 java version "11.0.1" 2018-10-16 LTS Java(TM) SE Runtime Environment 18.9 (build 11.0.1+13-LTS) Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.1+13-LTS, mixed mode) -MacOS 10.13.6 -1.1.3 Sikuli

Re: [Sikuli-driver] [Question #675874]: Slow mouse move even with Settings.MoveMouseDelay=0

2018-11-02 Thread spyros-liakos
Question #675874 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/675874 Description changed to: -Im on java 11 java version "11.0.1" 2018-10-16 LTS Java(TM) SE Runtime Environment 18.9 (build 11.0.1+13-LTS) Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.1+13-LTS, mixed mode)

Re: [Sikuli-driver] [Question #675874]: Slow mouse move even with Settings.MoveMouseDelay=0

2018-11-02 Thread spyros-liakos
Question #675874 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/675874 Description changed to: -Im on java 11 java version "11.0.1" 2018-10-16 LTS Java(TM) SE Runtime Environment 18.9 (build 11.0.1+13-LTS) Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.1+13-LTS, mixed mode)

[Sikuli-driver] [Bug 1749262] Re: [1.1.2] Java9: IDE: Warnings illegal reflective access operation --- have to be accepted, not a problem

2018-08-23 Thread spyros-liakos
Im on 10.13.6, java 10. sikuli 1.4 and get this: WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.python.core.PySystemState (file:/Applications/Gate.app/model.jar) to method java.io.Console.encoding() WARNING: Please consider reporting this to

Re: [Sikuli-driver] [Question #672521]: Save file (JfileChooser) problem

2018-08-22 Thread spyros-liakos
Question #672521 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/672521 Status: Answered => Solved spyros-liakos confirmed that the question is solved: Ok thanks... the code was correct... I was missing something in the rest of my code.. -- You received this quest

[Sikuli-driver] [Question #672521]: Save file (JfileChooser) problem

2018-08-20 Thread spyros-liakos
New question #672521 on Sikuli: https://answers.launchpad.net/sikuli/+question/672521 Hello... I got this code: choose_save_file = JFileChooser() ret_save = choose_save_file.showSaveDialog(None) if ret_save == JFileChooser.APPROVE_OPTION: save_select = cho

Re: [Sikuli-driver] [Question #668789]: Assign every Match from findAll to a separate variable

2018-05-10 Thread spyros-liakos
Question #668789 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/668789 Status: Answered => Solved spyros-liakos confirmed that the question is solved: Great thanxns@@@! -- You received this question notification because your team Sikuli Drivers is an answer cont

Re: [Sikuli-driver] [Question #668789]: Assign every Match from findAll to a separate variable

2018-05-10 Thread spyros-liakos
Question #668789 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/668789 Status: Answered => Open spyros-liakos is still having a problem: Yes but how to store every match x- y in a separate variable?? thats my problem... -- You received this question notification beca

[Sikuli-driver] [Question #668789]: Assign every Match from findAll to a separate variable

2018-05-09 Thread spyros-liakos
New question #668789 on Sikuli: https://answers.launchpad.net/sikuli/+question/668789 Hi there.I go this script: #---# Search = Region(100,100,1000,1000) img = "img.png" get_x = 0 get_y = 0 Region.Search.findAll(img) result = Search

Re: [Sikuli-driver] [Question #668702]: Memory consumption

2018-05-07 Thread spyros-liakos
Question #668702 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/668702 spyros-liakos gave more information on the question: Sorry I run from command line and I use the python language.. -- You received this question notification because your team Sikuli Drivers is an

Re: [Sikuli-driver] [Question #668702]: Memory consumption

2018-05-07 Thread spyros-liakos
Question #668702 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/668702 Status: Needs information => Open spyros-liakos gave more information on the question: Java -- You received this question notification because your team Sikuli Drivers is an answer contact for Sik

[Sikuli-driver] [Question #668702]: Memory consumption

2018-05-07 Thread spyros-liakos
New question #668702 on Sikuli: https://answers.launchpad.net/sikuli/+question/668702 Im working on Mac 10.13.4 with sikuli night build 1.1.3 and Java 10 (jre+jdk) It seems that garbage collector is not working well because I have a big project(1+lines) and memory is keep rising over 8 hour

Re: [Sikuli-driver] [Question #667668]: Exit Javarunner

2018-04-07 Thread spyros-liakos
Question #667668 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/667668 Status: Open => Solved spyros-liakos confirmed that the question is solved: Sorry guys I found it... :) It is: killall java It is very useful to have shell code inside python.. I can deal t

Re: [Sikuli-driver] [Question #667668]: Exit Javarunner

2018-04-07 Thread spyros-liakos
Question #667668 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/667668 Description changed to: I have this code inside my python program form Sikuli ide scriptbash = ''' set dialogText to text returned of (display dialog "Provide your Password:" default answer "") return dial

Re: [Sikuli-driver] [Question #667668]: Exit Javarunner

2018-04-07 Thread spyros-liakos
Question #667668 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/667668 Description changed to: I have this code inside my python program from Sikuli ide scriptbash = ''' set dialogText to text returned of (display dialog "Provide your Password:" default answer "") return dial

[Sikuli-driver] [Question #667668]: Exit Javarunner

2018-04-07 Thread spyros-liakos
New question #667668 on Sikuli: https://answers.launchpad.net/sikuli/+question/667668 I have this code inside my python program form Sikuli ide scriptbash = ''' set dialogText to text returned of (display dialog "Provide your Password:" default answer "") return dialogText EOF dialogText=$(osas

Re: [Sikuli-driver] [Question #665147]: Print python to Java swing window

2018-03-03 Thread spyros-liakos
Question #665147 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665147 Status: Answered => Solved spyros-liakos confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers

Re: [Sikuli-driver] [Question #665147]: Print python to Java swing window

2018-03-03 Thread spyros-liakos
Question #665147 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/665147 spyros-liakos posted a new comment: Can you give simply practical example for your #1 comment Thanks -- You received this question notification because your team Sikuli Drivers is an answer contact for

[Sikuli-driver] [Question #665147]: Print python to Java swing window

2018-03-02 Thread spyros-liakos
New question #665147 on Sikuli: https://answers.launchpad.net/sikuli/+question/665147 I can't figure out how I can redirect the print from my python script to swing window... I have already a working swing panel with options for my script. thanx -- You received this question notification bec

Re: [Sikuli-driver] [Question #661161]: Convert bool to string

2017-11-29 Thread spyros-liakos
Question #661161 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/661161 Status: Answered => Solved spyros-liakos confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers

[Sikuli-driver] [Question #661161]: Convert bool to string

2017-11-28 Thread spyros-liakos
New question #661161 on Sikuli: https://answers.launchpad.net/sikuli/+question/661161 def Save_Settings(event): configFile = File("config.properties") inProps = Properties() inProps.setProperty("Member", check_member_enable.isSelected()) outputStream = FileOutputS

Re: [Sikuli-driver] [Question #660498]: Get x,y from onappear

2017-11-08 Thread spyros-liakos
Question #660498 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/660498 Status: Answered => Solved spyros-liakos confirmed that the question is solved: I need a working example to understand how to implement..and get those x,y as a variables... -- You received t

[Sikuli-driver] [Question #660498]: Get x,y from onappear

2017-11-08 Thread spyros-liakos
New question #660498 on Sikuli: https://answers.launchpad.net/sikuli/+question/660498 Hi there.. This works.. Reg_observe_always = Region(310,92,413,539) p = Pattern("clock.png") m = Reg_observe_always.exists(p,0) x = m.x y = m.y print x print y but when I try on onAppear instead of exists I

Re: [Sikuli-driver] [Question #631887]: GET VALUE FROM SWING GUI

2017-05-10 Thread spyros-liakos
Question #631887 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/631887 Status: Answered => Solved spyros-liakos confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers

Re: [Sikuli-driver] [Question #631887]: GET VALUE FROM SWING GUI

2017-05-09 Thread spyros-liakos
Question #631887 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/631887 Description changed to: Hi. I can't get value from swing simple gui to the rest script I think it must be in a different thread but I can't find any working example Can you show me a working example?? *im run

Re: [Sikuli-driver] [Question #631887]: GET VALUE FROM SWING GUI

2017-05-09 Thread spyros-liakos
Question #631887 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/631887 Description changed to: Hi. I can't get value from swing simple gui to the rest script I think it must be in a different thread but I can't find any working example Can you show me a working example?? *im run

[Sikuli-driver] [Question #631887]: GET VALUE FROM SWING GUI

2017-05-09 Thread spyros-liakos
New question #631887 on Sikuli: https://answers.launchpad.net/sikuli/+question/631887 Hi. I can't get value from swing simple gui to the rest script I think it must be in a different thread but I can't find any working example Can you show me a working example?? *im running throw command line the

Re: [Sikuli-driver] [Question #461129]: [1.1.1] macOS 10.12.3: mouseDown suddenly stoped working correctly

2017-02-16 Thread spyros-liakos
Question #461129 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/461129 spyros-liakos posted a new comment: Ok. Thank you. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

[Sikuli-driver] [Question #461129]: mouseDown suddenly stoped working correctly

2017-02-15 Thread spyros-liakos
New question #461129 on Sikuli: https://answers.launchpad.net/sikuli/+question/461129 last nightly version stimuli 1.1.1 java se 8 (121) mac osx 10.12.3 --- Yesterday I got this: thumbnailRight = Region(1255,456,1,1) placeholderRight = Region(802,84,1,1) hover(thumbnailRight) m

Re: [Sikuli-driver] [Question #404461]: Create multiple check boxes popup dialog box --- use mixed-in Java code

2016-11-29 Thread spyros-liakos
Question #404461 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/404461 Status: Answered => Solved spyros-liakos confirmed that the question is solved: Thank you.. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sik

[Sikuli-driver] [Question #404461]: Create multiple check boxes popup dialog box

2016-11-28 Thread spyros-liakos
New question #404461 on Sikuli: https://answers.launchpad.net/sikuli/+question/404461 Hello. Is there any way to create multiple checkboxes in one popup dialog box?? -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. _

Re: [Sikuli-driver] [Question #404238]: [1.1.0+] HowTo use Region.observe()

2016-11-21 Thread spyros-liakos
Question #404238 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/404238 spyros-liakos posted a new comment: Hello again.. Now a new problem born... I left the script to play for about 7 hours and in 5th hour the observe stoped working...All the other moves work correctly but the

Re: [Sikuli-driver] [Question #404001]: stopObserver() doesn't work

2016-11-21 Thread spyros-liakos
Question #404001 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/404001 spyros-liakos posted a new comment: Finally got this work out!! regblueline = Region(602,315,100,150) regblueline = JRegion(regblueline) clicktoavoiderrordone = Region(1280,95,2,2) count = False popupcoc

[Sikuli-driver] [Question #404238]: Error Observe sikuli 1.1.1

2016-11-20 Thread spyros-liakos
New question #404238 on Sikuli: https://answers.launchpad.net/sikuli/+question/404238 Hello. With sikulix 1.1.0 api i was success run this: def handler(event): global count count = True wait(2) print("#Observe Error") clicktoavoiderrordone.click() event.stopObserver()

Re: [Sikuli-driver] [Question #403943]: Stable increasing memory - Hang script!!

2016-11-10 Thread spyros-liakos
Question #403943 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/403943 Status: Open => Solved spyros-liakos confirmed that the question is solved: Problem solved...Need it to clean up code...Memory goes till 720 for 3 hours now with stimuli 1.1.0 -- You received t

Re: [Sikuli-driver] [Question #403943]: Stable increasing memory - Hang script!!

2016-11-10 Thread spyros-liakos
Question #403943 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/403943 Description changed to: Hello.! I got a stable increasing memory.It starts the script from 400mb ram and in 4hours increased to 2,50gb ram and then hangs the Mac. for tt in range(150): if count == 0:

Re: [Sikuli-driver] [Question #403943]: Stable increasing memory - Hang script!!

2016-11-10 Thread spyros-liakos
Question #403943 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/403943 Status: Answered => Open spyros-liakos is still having a problem: - In 2 hours i get the same amount of memory: 1,25gb and keep increasing What i noticed is,, when the loop starts from the begin

Re: [Sikuli-driver] [Question #403943]: Stable increasing memory - Hang script!!

2016-11-10 Thread spyros-liakos
Question #403943 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/403943 spyros-liakos posted a new comment: Ok. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. ___ Mailing

Re: [Sikuli-driver] [Question #403943]: Stable increasing memory - Hang script!!

2016-11-10 Thread spyros-liakos
Question #403943 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/403943 Status: Needs information => Open spyros-liakos gave more information on the question: 1.1.0 -- You received this question notification because your team Sikuli Drivers is an answer contact for Sik

Re: [Sikuli-driver] [Question #403943]: Stable increasing memory - Hang script!!

2016-11-10 Thread spyros-liakos
Question #403943 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/403943 spyros-liakos posted a new comment: 1.1.0 -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

[Sikuli-driver] [Question #403943]: Stable increasing memory - Hang script!!

2016-11-10 Thread spyros-liakos
New question #403943 on Sikuli: https://answers.launchpad.net/sikuli/+question/403943 Hello.! I got a stable increasing memory.It starts the script from 400mb ram and in 4hours increased to 2,50gb ram and then hangs the Mac. The mac has 4gb ram and 10.10 osx. I run script from command this: jav

Re: [Sikuli-driver] [Question #403018]: Pass value from handler (on appear) to main script

2016-10-17 Thread spyros-liakos
Question #403018 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/403018 Status: Answered => Solved spyros-liakos confirmed that the question is solved: Im done!! Thank you!!! -- You received this question notification because your team Sikuli Drivers is an answer cont

Re: [Sikuli-driver] [Question #403018]: Pass value from handler (on appear) to main script

2016-10-15 Thread spyros-liakos
Question #403018 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/403018 Status: Needs information => Open spyros-liakos gave more information on the question: Thanks for replying..! I want to observe always for an error popup in the program i use. The error is a inter

[Sikuli-driver] [Question #403018]: Pass value from handler (on appear) to main script

2016-10-14 Thread spyros-liakos
New question #403018 on Sikuli: https://answers.launchpad.net/sikuli/+question/403018 Hello and really thanks for support.!! Im trying to get the value from the handler to my main script. So when an observe is happen i can send my script flow to any direction The philosophy is to catch erro