[Pythoncard-users] Question about display
by Jean-Marc Matline other posts by this author
Jan 2 2003 10:49PM messages near this date
[Pythoncard-users] added codeEditor page to web site
|
Re: [Pythoncard-users] Question about display
I want to display a status message (textField1) to show the progress of =
my
process.
The process is initiated on runBtn_mouseClick
class Unitest(model.Background):
def on_openBackground(self, event):
self.components.TextField1.text =3D =91Idle=92
def on_runBtn_mouseClick(self, event):
self.components.TextField1.text =3D =91Running=92
=85.process code=85.
self.components.TextField1.text =3D =91other status message=92
=85.process code=85.
self.components.TextField1.text =3D =91end of process=92
but only the last message is display =91end of process=92
How can display the intermediate messages ?
Thanks for suggestions
Attachments:
unknown1
Thread:
Jean-Marc Matline
Steve Holden
Jean-Marc Matline
Kevin Altis
Kevin Altis
|