On 28.02.2010, at 17:48, jonat...@mugginsoft.com 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 (Cocoa-dev@lists.apple.com)
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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com
This email sent to arch...@mail-archive.com