Re: Start an application with a panel
Re: Start an application with a panel
- Subject: Re: Start an application with a panel
- From: Andrea Salomoni <email@hidden>
- Date: Mon, 7 Nov 2005 14:52:22 +0100
Hi,
I checked the topic and made the splashScreen..
My question is:
How can I setup a status message or a NSProgressBar inside the panel?
I tryied to make something like this:
-(void)awakeFromNib
{
start the panel and the image
quering a database
writing data in a NSPopUpButton
closing panel
}
I have to inform the user about the app tasks... like follow:
-(void)awakeFromNib
{
start the panel and the image
quering a database
[mytextField setObjectValue:@"quering db"];
writing data in a NSPopUpButton
[mytextField setObjectValue:@"setting up interface"];
closing panel
}
But the NSTextField object isn't affected by setObjectValue: method....
How can I do?
Thank you all (and thank you j o a r for links)
Il giorno 07/nov/05, alle ore 11:16, j o a r ha scritto:
On 7 nov 2005, at 11.12, Andrea Salomoni wrote:
I'm writing an app that needs to set up the interface with a lot
of data...
In order to make the waiting time reasonable to the user I though
to make a panel will application starts (like photoshop or
dreamweaver style).
How can I do it?
Please check available info on this topic first of all:
<http://www.cocoabuilder.com/search/archive/cocoa?words=splash+screen>
<http://www.google.com/search?client=safari&rls=en&q=cocoa+splash
+screen>
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