| If it's a Cocoa app you want to do this to, you're in luck, but if it's a Carbon app you'll have to get the author of it to implement it.
If it's a Cocoa app, navigate to it, control-click (or right click on the mouse if you have a two button one), select 'Show Package Contents' from the pop up menu.
Open up the Contents folder. There will be a file called Info.plist. Open that up in your favorite text editor (NOTE: if you open it up in TextEdit, make sure that it is set to plain text, NOT rich text format).
At the bottom, before the <xmp></dict></xmp> line, add this in:
<xmp><key></xmp>NSUIElement<xmp></key></xmp>
<xmp><string></xmp>1<xmp></string></xmp>
Then save the file, and restart the the app if it's running.
Note that this will also disable the application's menu bar...you won't be able to see that, either.
If you want to set it back to normal, all you have to do is either change the 1 in that second line to 0, or just delete both lines. Restart the app if it's running.
__________________ I am but a lonely shadow,
Doomed forever to roam and wander.
But if you allow me to pause before I must go,
I'll spin you tales of mystery and wonder.
Site: Night Productions |