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: Andrea Salomoni <email@hidden>
- Date: Wed, 9 Nov 2005 18:18:18 +0100
Hi and thks for fast reply,
I already tryied to use setStringValue: and display methods but still
not works nor if I put it at the top of the awake from nib method...
If I delete the image that I use for the splash screen... it don't
works ....
I don't know how to do it...
Thanks again
Yorh
Il giorno 09/nov/05, alle ore 18:03, j o a r ha scritto:
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
_______________________________________________
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