Re: How to catch modal window appearance?
Re: How to catch modal window appearance?
- Subject: Re: How to catch modal window appearance?
- From: Ken Thomases <email@hidden>
- Date: Sat, 27 Mar 2010 10:40:13 -0500
On Mar 27, 2010, at 10:30 AM, Alexander Bokovikov wrote:
>> I think you are used to Windows programming. Cocoa modal sheets are modal to the owning form, not the whole app.
>
> Modal sheet is not so suitable here. Modal sheet is located "within" the window which owns it. In my case popup window may be larger than parent window. Therefore I've chosen a real modal window.
There may be reasons why a window-modal sheet is not suitable, but the relative sizes of the windows should not be one of them, in my opinion. A sheet is not "within" the the window which owns it; it's attached to it, and kind of on top of it. It is most definitely not analogous to Win32 child windows.
Regards,
Ken
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden