Discussion Board

Results 1 to 2 of 2
  1. #1
    Regular Contributor mastermindcoders's Avatar
    Join Date
    Aug 2009
    Posts
    56
    Hi,

    I have hide application icon from installed apps folder by using this line of code "hidden = KAppIsHidden;" in TestApp_reg.rss file and My application in hide successfully, now i want to hide application icon on some condition base, e.g
    if(condition True)
    {
    //Include above line of code in reg.rss file
    hidden = KAppIsHidden;
    }else
    {
    // dont include above line of code in reg.rss file.
    }

    How can i use this line of code or anyother solution to do that ?

    Regards
    Master Mind Solutions

  2. #2
    Nokia Developer Expert symbianyucca's Avatar
    Join Date
    Mar 2003
    Location
    Lempäälä/Finland
    Posts
    28,673
    Not really doable, since you would require AllFiles (And possible TCB as well) to modify the registration infromation after it has been installed into the device.

    One bad hack though exists, in that you would install the registration resource file in separate Sis file, and install/uninstall it silently according to your logic, anyhow, never tested that, so it works currently only in theory..

Similar Threads

  1. Dynamically changing application main icon
    By nuker85 in forum Symbian C++
    Replies: 6
    Last Post: 2008-10-17, 16:29
  2. Application icon not displayed until reboot
    By henranto in forum Symbian C++
    Replies: 7
    Last Post: 2008-07-01, 16:19
  3. How to get Application UID for icon
    By islam_x in forum Themes/Carbide.ui
    Replies: 0
    Last Post: 2007-12-16, 11:58
  4. application icon
    By vivek_mics in forum Symbian User Interface
    Replies: 4
    Last Post: 2007-01-02, 09:50
  5. Where is the application icon in the emulator?
    By softengilker in forum Symbian C++
    Replies: 4
    Last Post: 2005-07-22, 08:02

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
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