I developed an application which is only allowed to be launched by another programmatically, but an icon automatically displayed in the main menu as a shortcut of the application, which is not desired for fear that when user clicks the icon, the launching of the application may cause certain error any approach to hide the application icon is urgently wanted.
In Codewarrior: Settings / Linker / PalmRez Post Linker / Set Hidden Bit [X]
This sets the dmHdrAttrHidden attribute (see SDK docs) for your application.
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
