sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #04409
[Bug 822203] Re: [request] option to set Sikuli Popup Title
again --- more clear
*** workaround:
import javax.swing.JOptionPane as myPop
myPop.showMessageDialog(None,
"your message text", "your message box title",
myPop.PLAIN_MESSAGE);
You might put this in a library def() to use it wherever you want.
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/822203
Title:
[request] option to set Sikuli Popup Title
Status in Sikuli:
New
Bug description:
The popup command shoes a message box with a default title "Sikuli",
there should be an option to change the title of this message box to
whatever we want.
Sikuli version: X 1.0rc2 "Maltese"
OS: Windows XP, 7
popup("Hello")
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/822203/+subscriptions
References