"Ben" <[EMAIL PROTECTED]> wrote

> I have been working with easydialogs module lately
> especially the progress bar (for Windows). I would
> like to put superscript text like (TM) to (™) when
> calling the label function.

To do that you will have to use rich text format for the label
text and that's not normally available in Windows widgets.

The super-scripting is controlled by the text style,
font settings etc. You may be able to find a font that
supports TM as a superscript specifically within its
extended charater set. But I dont know if EasyDialogs
even allows you to change the font...

> It makes me wonder if python itself allow to  the
> superscript.  Any suggestions? Thanks in advance.

Its not a Python issue but a matter of what the standard
windows widgets allow. To achieve what you want you might
have to create a custom widget when supports display of
rich text in its labels. But that would be true regardless
of the programming langusage you used!

HTH,


-- 
Alan Gauld
Author of the Learn to Program web site
http://www.freenetpages.co.uk/hp/alan.gauld 


_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to