How can I hide icons in the menu using Symbian C++
Article Metadata
Compatibility
Platform(s): S60 1st Edition
S60 2nd Edition
S60 2nd Edition
Article
Created: User:Technical writer 2
(14 May 2003)
Last edited: hamishwillee
(14 Jun 2012)
Overview
How can I hide icons in the menu?
Description
Use the KAppIsHidden flag in AIF resource (.rss) file.
RESOURCE AIF_DATA
{
app_uid=...;
num_icons=2;
embeddability=KAppNotEmbeddable;
newfile=KAppDoesNotSupportNewFile;'
hidden=KAppIsHidden;
}


(no comments yet)