• 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: Quitting screensavers programmatically
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Quitting screensavers programmatically


  • Subject: RE: Quitting screensavers programmatically
  • From: John Mikros <email@hidden>
  • Date: Thu, 18 Mar 2004 18:34:02 -0800

I would not expect the _cancelKey method you describe to work correctly if
the user has checked "Require password to wake this computer from sleep or
screen saver" from the Security preference panel. Unfortunately I don't
have any alternatives for you.

-----Original Message-----
From: Kevin Ballard [mailto:email@hidden]
Sent: Thursday, March 18, 2004 5:46 PM
To: Cocoa-Dev Development
Subject: Quitting screensavers programmatically


I have a client that wants me to write a screensaver that, when opened,
launches another program and quits the screensaver. This other program
is a full-screen app that's basically an interactive screensaver.
However, the ScreenSaver framework provides no way to tell it to quit
out of the screensaver. I tried using [NSApp terminate:nil] but that
seemed to cause intermittent problems with the hot corner and timer
working. After a bunch of looking around, I found an undocumented
method _cancelKey: and when I trigger that (passing nil as the
argument), it works great (at least in the real screensaver - system
preferences ignores it, but when the other app starts up it cancels the
system preferences test screensaver). However, this *is* an
undocumented method, so I'd rather not rely on it.

Is there any way to quit out of a screensaver programmatically without
relying on an undocumented method like this?

--
Kevin Ballard
email@hidden
http://www.tildesoft.com
http://kevin.sb.org

[demime 0.98b removed an attachment of type application/pkcs7-signature
which had a name of smime.p7s]
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.


  • Prev by Date: Re: Autorelease pools?
  • Next by Date: Re: Autorelease pools?
  • Previous by thread: Quitting screensavers programmatically
  • Next by thread: Re: Quitting screensavers programmatically
  • Index(es):
    • Date
    • Thread