Discussion Board

Results 1 to 2 of 2
  1. #1
    Guest 's Avatar
    I have a bug in my application that also exists in sample applications. To see it build the "FocusEvent" sample and create a .sis file and install it on a real 7650. Run it, close the grip, answer NO to the "lock keyboard?" prompt. The application is now "dimmed" and remains dimmed. The only way to restore normal brightness is to exit and run again. How can this be corrected? - please help.

  2. #2
    Registered User Forum_Nokia_DS1's Avatar
    Join Date
    Mar 2003
    Posts
    33
    Does the AppUi in your application override CEikAppUi::HandleForegroundEventL()? If so then you need to call the function in the base class.

    i.e.

    void CFocusEventAppUi::HandleForegroundEventL(TBool aForeground)
    {
    // your code here

    // then call the base class function
    CEikAppUi::HandleForegroundEventL(aForeground);
    }

    The example FocusEvent is defective in this regard.
    Hope that fixes the problem for you.

    Regards,
    FN Developer Support.

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