[request] option to set Sikuli Popup Title

Bug #822203 reported by Jeff Sant
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
SikuliX
Fix Released
Wishlist
Unassigned

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

Tags: popup sikuli
RaiMan (raimund-hocke)
summary: - There is no option to change Sikuli Popup Title
+ [request] option to change Sikuli Popup Title
Changed in sikuli:
importance: Undecided → Wishlist
summary: - [request] option to change Sikuli Popup Title
+ [request] option to set Sikuli Popup Title
Revision history for this message
RaiMan (raimund-hocke) wrote :

*** workaround:

import javax.swing.JOptionPane as myPop
myPop.showMessageDialog(None,
        "test", "Sikuli",
        myPop.PLAIN_MESSAGE);

You might put this in a library def() to use it wherever you want.

Revision history for this message
RaiMan (raimund-hocke) wrote :

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.

Revision history for this message
Jeff Sant (sant-jeff) wrote :

Thanks Raiman, it helped!

Changed in sikuli:
status: New → Fix Committed
milestone: none → x1.0-rc3
Revision history for this message
Jeff Sant (sant-jeff) wrote :

Thank you so much, it would be great!

Revision history for this message
RaiMan (raimund-hocke) wrote :

And it already works ;-)

use the latest build and you can be happy:
http://sikuli.org/hudson/job/Sikuli-IDE-Windows/lastSuccessfulBuild/artifact/sikuli-ide/build/

RaiMan (raimund-hocke)
Changed in sikuli:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.