You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I am looking for a way to hide an application icon so that users cannot start the application directly, but it can still be launced from within my code. This is a palm os4 device (symbol 1846). Has anybody done this before?
thanks
ben
unread,
May 28, 2006, 12:45:41 PM5/28/06
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
It seems like using par to set the hidden attribute does the trick.
par -u -a "hidden|resource"
Of course the user could just reverse the process later. Is there a way to do this from within my Palm application?