Re: how to create status bar?
Re: how to create status bar?
- Subject: Re: how to create status bar?
- From: Eric Forget <email@hidden>
- Date: Fri, 27 Feb 2004 14:57:24 -0500
>
I'd like to create a status bar similar to the one in Safari or Mail.
>
>
I looked at the Cocoa documentation and found the the NSStatusBar is
>
designed for the system wide status bar only....
>
>
So, the "status bar" within an application doesn't require any special
>
API to create it, right?
>
>
How did you create a status bar? Please share your experience with me.
For an application window there is no such concept as status bar in Cocoa.
Just creates the views you need, often a NSTextField and a separator (NSBox)
that you update yourself.
Eric
___________________________________________________________________
Eric Forget Cafederic
email@hidden <
http://www.cafederic.com/>
Fingerprint <86D5 38F5 E1FD 5D9C 71C3 BAA3 797E 70A4 6210 C684>
_______________________________________________
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.