site_archiver@lists.apple.com Delivered-To: cocoa-dev@lists.apple.com User-agent: Microsoft-Entourage/11.1.0.040913 on 2005-03-31 12:31 PM, Matt Neuburg at matt@tidbits.com wrote:
I'm surprised that you've gotten nested sheets to work, because I've experimented with it and had trouble, esp. (IIRC) if the user moves the window while the sheets are showing.
I had that problem when trying to do unusual things with Cocoa drawers a couple of years ago, but I think they've cleaned up this part of the framework since then. I just tried moving my nested sheet window to see what happens -- no problem. At one point several days ago I did end up with a sheet and no window (weird!), but that's only because I had called "sheet close" in the wrong method. That's the hardest part of nested sheets -- you really have to keep yourself focused on which sheet is which when you're writing all those sheetDidEnd methods. Coming back to uncommented code a couple of days later is difficult. -- Bill Cheeseman - wjcheeseman@adelphia.net Quechee Software, Quechee, Vermont, USA http://www.quecheesoftware.com PreFab Software - http://www.prefab.com/scripting.html The AppleScript Sourcebook - http://www.AppleScriptSourcebook.com Vermont Recipes - http://www.stepwise.com/Articles/VermontRecipes _______________________________________________ Do not post admin requests to the list. They will be ignored. Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/site_archiver%40lists.apple... This email sent to site_archiver@lists.apple.com
participants (1)
-
Bill Cheeseman