• 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: performSelector doesn't work for modal window
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: performSelector doesn't work for modal window


  • Subject: Re: performSelector doesn't work for modal window
  • From: "Paul Sanders" <email@hidden>
  • Date: Fri, 12 Mar 2010 16:47:38 -0000

Try using:

    performSelector:withObject:afterDelay:inModes:

passing:

    [NSArray arrayWithObjects: NSDefaultRunLoopMode, NSModalPanelRunLoopMode, nil]

to inModes:

Paul Sanders

----- Original Message -----
From: "Alexander Bokovikov" <email@hidden>
To: <email@hidden>
Sent: Friday, March 12, 2010 4:34 PM
Subject: performSelector doesn't work for modal window

...

I've decided to use performSelector:withObject:afterDelay: message. This  approach works OK for main window, but it doesn't work for a modal  popup panel.

...
_______________________________________________

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: 
 >performSelector doesn't work for modal window (From: Alexander Bokovikov <email@hidden>)

  • Prev by Date: tracking Responder chain.
  • Next by Date: Re: What would cause persistentStoreForURL: to return nil?
  • Previous by thread: performSelector doesn't work for modal window
  • Next by thread: Re: performSelector doesn't work for modal window
  • Index(es):
    • Date
    • Thread