PDA

View Full Version : Python Displaying Pop Up Window withFormatted Text



igb
June 7th, 2009, 11:48 AM
I am writing a small application that will display text from an ASCII file as a pop up window when I click on an icon in the systray. I want the text to be displayed in a formatted form - colours bold,etc.

Is this possible using the Jaunty Notify OSD, or would I be better rolling my own pop up window? My initial experiments seem to show that the Notify OSD doesn't support formatted text.

Ian.