newlc.com
Articles Only
Forum Only
Community
World-Wide Web
Home
News
Tutorials
Reviews
Downloads
Professional Services
Forums
Newsletter
Blog
About us
Last forum posts
Home
::
Forums
::
Development
::
Symbian C++
User login
Username:
*
Password:
*
Create new account
Request new password
Featured pages
Configure your PC for Symbian development
Getting started with Symbian development
Symbian OS Error Codes
Common products UIDs
Nokia S60 SDK
Featured Software
NlMakesis
Y-Browser
Y-Tasks
Active users (last 30 days)
User
Score
Andreas
52
eric
46
rbrunner
42
alh
40
ash_leo
26
more
Feeds
More feeds...
Remove app icon from tacks list
Login
to reply to this topic.
Mon, 2005-09-12 08:41
jVnOne
Joined: 2005-06-10
Forum posts: 3
How to do
Login
or
register
to post in forums
Thu, 2005-09-15 04:20
morri
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.
Forum posts: 75
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!"