ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> pythoncard
pythoncard
[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

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved