Hello!
I've created a little app with a Global Floating window to show me the
position of the cursor. If I build the app for OS 9 & X (PEF) I can
background it by editing the plst resource in the app. Just add these
lines into the resource:
<key>NSUIelement</key>
<string>1</string>
I can see the window, but the icon from the dock and the menubar
disappear.
How can I background an Universal Binary (Mach-o) application?? If I
edit the "info.plist" file it the budle, nothing happens. :( The app
shows as "normal" with dock icon and menubar.
Is this possible?
Thanks a lot!