Discussion Board

Results 1 to 4 of 4
  1. #1
    Registered User raj8nokiaforum's Avatar
    Join Date
    Sep 2008
    Location
    Vancouver, Canada
    Posts
    578
    Hi,

    I am following this link to hide the control pane to make a full screen app but the control pane is not getting hidden.

    http://www.developer.nokia.com/Commu...ymbian_C%2B%2B

    Lines:
    Code:
    CEikButtonGroupContainer* cba = CEikButtonGroupContainer::Current();
        cba->MakeVisible( EFalse );
    have not effect at all.

    Alternatively if i try to use SetExtentToWholeScreen(), the emulator crashes everytime.

    Is there something else i am missing to do here?

    Thanks

  2. #2
    Nokia Developer Champion vineet.jain's Avatar
    Join Date
    Jun 2008
    Location
    Noida,India
    Posts
    3,841
    Another alternate is to use CEikonEnv::Static()->EikAppUi()->ApplicationRect() instead of ClientRect() (when constructing the view in DoActivateL() method) to cover the whole view.

  3. #3
    Registered User raj8nokiaforum's Avatar
    Join Date
    Sep 2008
    Location
    Vancouver, Canada
    Posts
    578
    Yes this works. Is there something i can do for the whole application itself instead of doing this in all the views?

  4. #4
    Nokia Developer Moderator wizard_hu_'s Avatar
    Join Date
    Feb 2006
    Location
    Mallorca, Holiday
    Posts
    27,683
    You always get the rectangle you ask for. There is no setting for returning ApplicationRect if you are asking for ClientRect.

Similar Threads

  1. custom status pane on full screen
    By dinesh547 in forum Symbian User Interface
    Replies: 1
    Last Post: 2011-08-01, 10:33
  2. how to change control pane buttons dynamically in same view?
    By rohit.shah in forum Symbian User Interface
    Replies: 14
    Last Post: 2010-10-08, 09:39
  3. How to pass informaiton from home screen view to full screen view?
    By steve.yau in forum Symbian Web Runtime
    Replies: 0
    Last Post: 2009-04-27, 14:03
  4. Hiding Cba in full screen application
    By adamlah in forum Symbian C++
    Replies: 1
    Last Post: 2009-01-08, 13:44

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