Re: splash screen with a status text field
Re: splash screen with a status text field
- Subject: Re: splash screen with a status text field
- From: j o a r <email@hidden>
- Date: Wed, 9 Nov 2005 18:03:56 +0100
On 9 nov 2005, at 17.58, Andrea Salomoni wrote:
I can't put a NSTextField and send a setObject: method ... because
no message is displayed.
I would have used:
[myTextField setStringValue: @"TheStatusTest"];
I would like to do a splash screen like dreamweaver or photoshop
indeed...
Could it be that you run synchronous operations during launch, not
allowing the run loop to - well - loop from time to time?
In that case you probably need to force the display update of the
text field, because the default implementation is to collect display
updates:
[myTextField display];
j o a r
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden