• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: NSWindow - makeKeyAndOrderFront problem
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >NSWindow - makeKeyAndOrderFront problem (From: Alexander Bokovikov <email@hidden>)
 >Re: NSWindow - makeKeyAndOrderFront problem (From: "email@hidden" <email@hidden>)

  • Prev by Date: Re: NSWindow - makeKeyAndOrderFront problem
  • Next by Date: Re: NSWindow - makeKeyAndOrderFront problem
  • Previous by thread: Re: NSWindow - makeKeyAndOrderFront problem
  • Next by thread: Re: NSWindow - makeKeyAndOrderFront problem
  • Index(es):
    • Date
    • Thread