[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

adding sheets in Interface Builder?



I was afraid I couldn't add one in Interface Builder, but it should be 
easy enough to do it programatically.

I don't want a permanent sheet but one that pops up/hides on a user 
action and it's almost like settings that are set for that particular 
window (specific to what the window does and not application level) and 
my window has several controls and was created in Interface builder.

Thanks for the help.

-Mirna

On Mar 2, 2004, at 12:37 PM, Finlay Dobbie wrote:

>
> On 2 Mar 2004, at 19:58, Mirna Pena wrote:
>
>> Is there a way to add a window as a sheet to another window in 
>> Interface Builder?
>
> No, but the question is really why do you want to? A window shouldn't 
> have a sheet showing by default. When you want to show your sheet, 
> just call the NSApp beginSheetBlah method.
>
>  -- Finlay
>