[Tutor] superscript with easydialogs
Terry Carroll
carroll at tjc.com
Tue Aug 7 02:22:49 CEST 2007
On Mon, 6 Aug 2007, Luke Paireepinart wrote:
> Ben mentioned Windows specifically in his original post.
> I think that's why Alan was talking about it.
Ah. I missed that, thanks.
Well, in that case, since I use Windows, I can give it a shot instead of
guessing.
It turns out, no, Unicode won't work, but using x\99 for the TM character
does, at least on my system (no idea if this will be universal):
import EasyDialogs
lim = 100000
title = "FooBar\x99"
bar = EasyDialogs.ProgressBar(title, maxval=lim)
for i in range(lim):
bar.inc()
del bar
More information about the Tutor
mailing list