Re: NSWindow - makeKeyAndOrderFront problem
Re: NSWindow - makeKeyAndOrderFront problem
- Subject: Re: NSWindow - makeKeyAndOrderFront problem
- From: Alexander Bokovikov <email@hidden>
- Date: Sun, 28 Feb 2010 18:20:08 +0500
On 28.02.2010, at 17:48, email@hidden wrote:
Try scheduling it for the next iteration of the run loop.
[mainWindow performSelector:@selector(makeKeyAndOrderFront:)
withObject:nil afterDelay:0.0];
I tried it too as well as
performSelectorOnMainThread:(SEL)aSelector withObject:(id)arg
waitUntilDone:(BOOL)wait
Also I tried to insert these lines into concludeDragOperation: handler.
No effect. The window goes to the top, but the title is still inactive
and I need to click it to activate it. I believe the problem is
covered just in the drag&drop process, as I had no problems with this
message at some another place.
Thanks.
_______________________________________________
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