sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #49383
[Question #676268]: Blank text for Do.popAsk
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.