Sheet over a sheet ?
Sheet over a sheet ?
- Subject: Sheet over a sheet ?
- From: Jérome Foucher <email@hidden>
- Date: Fri, 21 Mar 2003 15:11:04 +0100
Hi all,
1/ From a design point of view, would it be ok to have a sheet rolling
out from a previous sheet ? If not, what is the recommended way ?
FYI, here's how my app behaves : I have a window with a NSTableView and
a Add button. The Add button displays a sheet where the user can enter
some information and there's a Browse button to choose a folder (which
should display an NSOpenPanel over the previous sheet).
2/ From an implementation point of view, is it possible without any
glitch ? I've experimented a bit with it and if the parent window needs
to be moved so that the sheet doesn't go outside of the screen, then
the real parent window is not moved, but the parent sheet is, which
results in the lost of the title bar.... Besides, when the second sheet
disappears, the focus is not correctly restored on the first sheet.
Any reactions ?
Thanks
Jerome
_______________________________________________
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.