Discussion Board

Results 1 to 5 of 5
  1. #1
    Registered User jpetersson's Avatar
    Join Date
    Nov 2006
    Posts
    1
    Hello

    I'm using a CAknGrid in my view/container on s60v3 (s60 3rd) and everything is okay until I switch screen layout either in the emulator or on the device.

    When switching screen layout the HandleResourceChange function gets called and I re-layout the grid icons and that seems to work fine (the icons gets resized to fit the screen).

    BUT the background skin does not get resized. This means that the skin image is still the original size so when switching from portrait to landscape there is a white stripe in the background that has not been updated.

    The easiest way to reproduce this is to build the Filelist example app in the SDK, which can be found in: S60_3rd\S60Ex\Filelist

    The example app suffers from exactly the same problem I've described above, so my question is if someone has found a work around to this problem??

  2. #2
    Regular Contributor daveice's Avatar
    Join Date
    Jan 2006
    Posts
    174
    Hey, man, I'm suffering from the same problem exactly!!
    Have you solved it? Can you enlight me, Thanks very much!

  3. #3
    Registered User dogbertrulez's Avatar
    Join Date
    Nov 2006
    Posts
    26
    I had this exact same problem. The simplest thing to do is in your Container's SizeChanged method, simply delete the grid object and re-construct it. Also, in your View's HandleResourceChange method, do a SetRect on the Container.
    This should solve your problem. Also search for "Grid example" on Nokia Wiki. That sould give you a exact solution.

  4. #4
    Registered User aditya4180's Avatar
    Join Date
    Oct 2006
    Location
    Tampere Finland
    Posts
    76
    Hi,

    I am also facing the same problem.

    I tried setting the SetRect(rect) in HandleResourceChange but than also its not drawing the whole screen properly.

    In E70 it working perfectly fine. Its just showing problem with E90 only.

    Please help.

    Thanks a ton in advance.
    Cheers,
    Adi

    -------------------------------------------------------------------------------------------------
    I have had dreams and I have had nightmares. I overcame the nightmares because of my dreams…

  5. #5
    Regular Contributor daveice's Avatar
    Join Date
    Jan 2006
    Posts
    174
    Quote Originally Posted by aditya4180 View Post
    Hi,

    I am also facing the same problem.

    I tried setting the SetRect(rect) in HandleResourceChange but than also its not drawing the whole screen properly.

    In E70 it working perfectly fine. Its just showing problem with E90 only.

    Please help.

    Thanks a ton in advance.
    Delete it then re-construct it. no other method.

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