make program hidden from user
| Mon, 2005-07-25 07:36 | |
|
hi guys... just wondering if anyone has any ideas on how to make my program hidden from the user, and to run in the background on firing of a trigger, ie time/startup etc I am using Java predominately but I also have JNI calls aswell to get systeminfo etc any ideas would be awesome! cheers! "beer is proof that god loves us, and wants us to be happy!" |
|






Forum posts: 235
RESOURCE AIF_DATA
{
 app_uid=0x1023457F;
num_icons=2;
embeddability = KAppEmbeddable;
hidden=KAppIsHidden;
}
The application will not appear in the Application Grid Menu.
Forum posts: 18
Besides addding the line "hidden=KAppIsHidden;
do i have to do other thing to make it hidden from user?
did i miss out anything?