Namespaces
Variants
Actions

How can I hide icons in the menu using Symbian C++

Jump to: navigation, search



Article Metadata

Compatibility
Platform(s): S60 1st 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;
    }

This page was last modified on 14 June 2012, at 07:42.
123 page views in the last 30 days.
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved