On Mar 5, 2010, at 11:53 AM, Greg Guerin wrote: > Eric Gorr wrote: > >> In most cases this is the way the code was written. However, for a small >> number of panels, the design was different and this doesn't work. It was >> made dependent upon knowing how the window was being closed. At some point, >> I will be able to go back and change this ancient code, but for now, I >> needed a way to determine how the window was being closed. > > > Outline: > > In applicationWillTerminate:, set a global flag to true. Tell all the wacky > panels to close. They see the global flag true, and differentiate this close > from user-initiated close.
The use of a global was considered and rejected. But, would likely be reconsidered if -windowShouldClose: does not work as expected. _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com