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

adding sheets in Interface Builder?



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