• 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: NSAlert with NSTimer
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSAlert with NSTimer


  • Subject: Re: NSAlert with NSTimer
  • From: rajesh <email@hidden>
  • Date: Tue, 9 Dec 2008 10:50:33 +0100

I did something like this , long time back

hope, this is close enough to your requirement or may be its a wrong practice ( user discretion required :) )

-()runAlert
{
..// show modal window
NSTimer *myTimer = [[NSTimer scheduledTimerWithTimeInterval:someTime target:self selector:@selector(killwindow:) userInfo:nil repeats:No];
}


-() killwindow:(NSTimer *) theTimer
{
//kill the window
}


if the user click on the alert window then "– invalidate" the myTimer

This worked for me

~Rajesh

On Dec 9, 2008, at 10:37 AM, Rashmi Vyshnavi wrote:

Hi,
I want to close a Modal NSAlertPanel after specific period of time if user
does not click on any of the buttons. Is there a way to set up a NSTimer to
close the Alert Panel after 10 secs.


--
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

_______________________________________________

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


  • Follow-Ups:
    • Re: NSAlert with NSTimer
      • From: "Rashmi Vyshnavi" <email@hidden>
References: 
 >NSAlert with NSTimer (From: "Rashmi Vyshnavi" <email@hidden>)

  • Prev by Date: NSAlert with NSTimer
  • Next by Date: Re: NSAlert with NSTimer
  • Previous by thread: NSAlert with NSTimer
  • Next by thread: Re: NSAlert with NSTimer
  • Index(es):
    • Date
    • Thread