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

    Status: Open => Answered

RaiMan proposed the following answer:
Uuuups, that is a problem with the current version.

I am supporting the developers in testing pre versions and I have one of
the next guide version.

There it is possible to say:

dialog("please click Yes or No", "The Question", buttons=["Yes", "No"])
retval = show()
if retval == "Yes":
 pass # replace with your code
else:
 pass # replace with your code

If you want to try:

I have uploaded a ready preversion guide.jar at 
https://files.me.com/rhocke/seyzc6 (guide_1.4.3_preversion.jar)

download it and place it in %APDATA%\Sikuli\extensions (on Windows). You
may save the original guide.jar before.

-- 
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     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to