RE: [Pythoncard-users] Question about display
by Jean-Marc Matline other posts by this author
Jan 3 2003 9:08PM messages near this date
[Pythoncard-users] resourceEditor change/speedup
|
[Pythoncard-users] slideshow sample updated to use IEHtmlWindow on Windows
> So, for the kind of updates you're wanting to display, I suggest using a
StaticText component or the statusBar. You can also use print statements =
or
log to > send output to the console if the messages are not something the
user really needs to see but instead are debug output.
> Note that sometimes the StaticText component does not update completely,
which I'm guessing is a bug and my be platform-dependent.
Thanks, it=92s running with StaticText like you said. (not update complet=
ely)
For the statement :
self.components.StaticText1.text =3D 'RUNNING=92
I can see =93RUN=94 and sometimes =93RUNN=94
I=92m working on windows 2000
Attachments:
unknown1
|