Re: Looking for example of this type of app.
Re: Looking for example of this type of app.
- Subject: Re: Looking for example of this type of app.
- From: Stefan Schüßler <email@hidden>
- Date: Sun, 19 Jun 2005 13:43:18 +0200
1) App starts up at login (so it'll be in startup items or something)
Drag the app into your startup items list.
2) No windows, or dock icon are normally present.
Add
<key>LSUIElement</key>
<string>1</string>
to your Info.plist file and no menu bar or Dock icon will be shown.
For windows in your nib file, deselect "Visible at launch time" in
Interface Builder.
3) There'll be a menu bar icon to get a preferences window up.
See http://developer.apple.com/documentation/Cocoa/Conceptual/
StatusBar/StatusBar.html for details.
4) It will poll things in the background and raise windows when
various events occur. (Kicked off an NSTimer or something. This
part is pretty much done)
There's noting special about this, just bring up your windows.
Stefan
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden