Re: looking for some help
Re: looking for some help
- Subject: Re: looking for some help
- From: Jason Stephenson <email@hidden>
- Date: Fri, 11 Jul 2008 16:33:02 -0400
Gary Robertson wrote:
I'm very new to programming the mac & looking for some help also
#1 I want to make the " about my app " window larger
I cant seem to figure out where to do this
I'm fairly new myself, and can't really help you with #2, though I.S.
gave you a good pointer in another message.
On #1, you can also make your own panel in Interface Builder and make it
whatever size you want, put whatever text you want in it, and then wire
the About MyApp... menu item to a routine to open that panel.
I usually do the above by making a nib in my project just for the about
panel and sometimes add a window controller subclass called
AboutController to handle event. (The latter is often unnecessary, but
depends upon how complicated your about panel is.)
HtH,
Jason
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden