refresh GUI problem.
refresh GUI problem.
- Subject: refresh GUI problem.
- From: Pei Xiang <email@hidden>
- Date: Wed, 27 Aug 2003 23:34:20 -0700 (PDT)
i'm trying to display progress information about a
running process (an instance method doing some
calculation) by asking the process to write different
text messages to the interface (writing into a
NSTextField) throught the time.
it turns out that the process is too "busy" so that
messages during the process cannot be seen in time on
the GUI, but only after the process ends, the last
message got displayed.
is there anyway to let the GUI refresh in time so that
each message can be seen? or my method is too cruid,
anybody suggest some better way to do this? thanks!
Pei
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.