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

    Status: Open => Answered

rss proposed the following answer:
Ruby variant is differ only by syntax and by volume of code. The core of
Sikuli is the same.

You can also try async events like following (in Ruby):
onAppear( image1 ) { popup 'title1' , 'content'  }
onAppear( image2 ) { popup 'title2' , 'content'  }
onAppear( image3 ) { popup 'title3' , 'content'  }
observe 60

-- 
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