New question #240549 on Sikuli:
https://answers.launchpad.net/sikuli/+question/240549

If using Sikuli's "Popup" or "Input" in the code, when run the code in Eclipse, 
even all the codes have been run, launch process is still there.

[Steps to Reproduce]
1. create an empty PyDev module in Eclipse.
2. Enter this snippet:

from sikuli import *
input("cat")

3. Save and run.
4. Click "OK" or "Cance"" in the displayed dialog box.

[Actual Result]
Launch process is still there.
Need to terminate it manually.

Using this snippet get the same result:

from sikuli import *
popup("cat")

Excuse me, did I set something wrong? Is there a way to fix it?

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to