> If you can't get a direct answer to your question, could you create a > subclass of NSWindow with a couple of very simple overrides: > > - (void) display > {} > > - (void) displayIfNeeded > {} > > You couldn't leave it out lest it muck with event handling, but you could > order it in, position it, check its position, and order it out. > > -- > Scott Ribe
You know, I very briefly tried that, except I didn't think to override -displayIfNeeded as well. I figured that just called -display. Anyway, the window was still getting drawn so I gave up without looking into it much more. I'll revisit that option though. Thanks for the input, Philip _______________________________________________ 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