> #1 I want to make the " about my app " window larger > I cant seem to figure out where to do this
The about panel is a standard panel that can't be edited. There's an old archived tutorial at cocoadevcentral.com that shows how to create your own About panel (the "scrolling" panel, I believe) but it was written for the old Project Builder (pre-Xcode era). The approach is generally the same though. > #2 if i wanted a document with a image in the center > basically a text document where the text would flow over an image. > > Would I have to do a subclass of textView ? You'll want to read up on the Cocoa text system: http://developer.apple.com/documentation/Cocoa/Conceptual/TextArchitecture/TextArchitecture.html -- I.S. _______________________________________________ Cocoa-dev mailing list ([email protected]) 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]
