I'm looking to send a window to the very back of the screen, as in just over the desktop. Basically I'm wanting it to launch and never be above any other apps. Is there a way to send the window to back?
Asked
Active
Viewed 828 times
2 Answers
2
You´ll want to use NSWindowLevel, in specific kCGDesktopWindowLevel. A short overview on NSWindowLevel can be found here, and a more elaborate solution has been posted to a similar stackoverflow question before.
1
I think what you are looking for can be found here.
The section of interest is "Hiding and showing a window".
I apologise, if this is incorrect.

AMadmanTriumphs
- 4,888
- 3
- 28
- 44
-
Thanks for the help, but I wanted it to be at the VERY bottom level. – sudo rm -rf Feb 24 '11 at 15:11