Thread: FrontRow Remote
View Single Post
Old 03-08-2006, 04:28 PM   #21
Mahalis
Low Bitrate
 
Join Date: Jul 2005
Location: Atlanta
Vehicle: Feet
Posts: 68
My Photos: ()
[window setLevel:NSScreenSaverWindowLevel];
window.setLevel(NSScreenSaverWindowLevel);
set window level to NSScreenSaverWindowLevel

Obj-C, Java, and Applescript.
I think in any of those languages the best way to make sure it'll get on top instantly is to set the window controller class as the application's delegate in IB and use the applicationWillFinishLaunching notification to call the code above.
Mahalis is offline   Reply With Quote