Re: Newbie Question: Controls not redrawing on changes
Re: Newbie Question: Controls not redrawing on changes
- Subject: Re: Newbie Question: Controls not redrawing on changes
- From: Nathan Kinsinger <email@hidden>
- Date: Sat, 3 May 2008 16:10:49 -0600
On May 3, 2008, at 3:42 PM, Christopher Kempke wrote:
Then I draw the window with:
[iWindow makeKeyAndOrderFront:nil];
And run it as a modal dialog with:
[NSApp runModalForWindow:iWindow];
The docs for runModalForWindow: explicitly say not to send
makeKeyAndOrderFront: to the window. I'm guessing that the window is
in the normal run loop and not the modal run loop.
makeKeyAndOrderFront: will show the window and make it key.
--Nathan
_______________________________________________
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