New question #676268 on Sikuli: https://answers.launchpad.net/sikuli/+question/676268
By using the following code: def Start(event): Main() def Main(): button = Do.popAsk("test", "Error", 10) If button == False: exit(1) ====== Issue : text popAsk dialog box is blank. When using Do.popAsk outside the Start(event) function, the text is displayed. Any idea regarding this? -- You received this question notification because your team Sikuli Drivers 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