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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to