Re: How to catch modal window appearance?
Re: How to catch modal window appearance?
- Subject: Re: How to catch modal window appearance?
- From: Fritz Anderson <email@hidden>
- Date: Fri, 26 Mar 2010 13:10:17 -0500
On 26 Mar 2010, at 11:12 AM, Alexander Bokovikov wrote:
> Is there any notification or NSWindow delegate method, called immediately after the modal window is shown on screen? It looks like windowDidExposed doesn't come to a modal window. Is there any solution?
Just to check on the obvious points:
* Have you set a delegate for the window, which would receive the windowDidExpose: message?
* Have you named the method "windowDidExpose:" (without d, with :)?
— F
_______________________________________________
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