Remove app icon from tacks list

Login to reply to this topic.
Mon, 2005-09-12 08:41
Joined: 2005-06-10
Forum posts: 3
How to do

Thu, 2005-09-15 04:20
Joined: 2005-07-13
Forum posts: 75
Re: Remove app icon from tacks list
Make the hidden flag as KAppIsHidden in the AIF resource file.

RESOURCE AIF_DATA
{
app_uid=0x1023457F;
num_icons=2;
embeddability = KAppEmbeddable;
hidden=KAppIsHidden;
}

The application will not appear in the Application Grid Menu.

"beer is proof that god loves us, and wants us to be happy!"

  • Login to reply to this topic.