Re: Programatically creating windows
Re: Programatically creating windows
- Subject: Re: Programatically creating windows
- From: Keary Suska <email@hidden>
- Date: Mon, 15 Dec 2008 09:42:40 -0700
On Dec 13, 2008, at 9:40 PM, Development wrote:
[mainWindow makeKeyAndOrderFront:self];
[mainWindow setInitialFirstResponder:docView];
Of particular note, -setInitialFirstResponder: should be called before
the window is placed onscreen, so you should call it before -
makeKeyAndOrderFront:.
HTH,
Keary Suska
Esoteritech, Inc.
"Demystifying technology for your home or business"
_______________________________________________
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