Re: Custom View
Re: Custom View
- Subject: Re: Custom View
- From: j o a r <email@hidden>
- Date: Mon, 28 Apr 2003 09:35:49 +0200
The custom view is displayed *in* a window in Interface Builder, but it
cannot be displayed *as* a window in your running application. Custom
views are used in IB to set up properties for view objects that is
swapped into other windows in your application - not as a replacement
for regular windows (that wouldn't be possible).
You need to use a regular window to create a splash screen. If you'd
like to have a window without a title bar for your splash screen you
need to create it programmatically rather than in IB.
j o a r
On Monday, Apr 28, 2003, at 09:25 Europe/Stockholm, Chad Eckles wrote:
Hello All I dragged a Custom view into my Mainmenu.nib file and that
make
like a Panel or something how can I show that Custom View as a Splash
screen
or just get it to show like a Window?
_______________________________________________
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.
References: | |
| >Custom View (From: Chad Eckles <email@hidden>) |