Comment 2 for bug 822203

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.