Discussion:
Hide Application Icon
(too old to reply)
ben
2006-05-26 16:18:47 UTC
Permalink
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
2006-05-28 16:45:41 UTC
Permalink
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?

Loading...