Re: Sheet over a sheet ?
Re: Sheet over a sheet ?
- Subject: Re: Sheet over a sheet ?
- From: Jérome Foucher <email@hidden>
- Date: Mon, 24 Mar 2003 09:36:36 +0100
On vendredi, mars 21, 2003, at 21:02 Europe/Paris, spike wrote:
well, the only downside of using the tabView is that if your two
"sheets" are of different sizes, it looks strange. I combatted this
problem my creating custom views in my nib (one for each "sheet") and
then [window setFrame:frameOfSheetView display:YES animate:YES]; and
that does some nice animation for the resizing. O'Reilly has a nice
how-to for doing that.
I need to resize my sheets because my app has a backup feature where a
sheet pops up to let you choose the drive to back up to. When it's
done, or needs to show an error, the backup sheet morphs to display
the error, and when ok'd, it morphs back into the old sheet. Also, my
windows are textured, and the standard error sheet isn't so I wanted
to stay consistant.
That sounds cool.
However, is it possible (and how) if the second sheet I want to display
is an NSOpenPanel ?
Also, if you have the reference, can you point me to the O'Reilly
article/book ?
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.