Problem with status pane icon in CAknViewAppUi app

Login to reply to this topic.
Tue, 2008-04-15 11:00
Joined: 2008-04-15
Forum posts: 1

When changing screen size on 3rd ed emulator the icon in the status pane does not get redrawn to the correct size.

To re-create this problem i generated 2 apps with carbide 1.3, one a standard app with the appui derived from CAknAppUi and one with the appui derived from CAknViewAppUi.

The CAknAppUi app works properly redrawing the icon the correct size on all changes of the screen.
The CAknViewAppUi app only seems to set the size once when it is started and does not update for screen changes.

I have compared the resources and the following functions and cannot fix the CAknViewAppUi or break the CAknAppUi so it fails in the same way:
HandleStatusPaneSizeChange
SizeChanged
HandleResourceChange
HandleResourceChangeL

Does anyone know how to fix this?

Thanks

  • Login to reply to this topic.