Join Now
Quality Rating:
  • Currently 0.0 / 5
(0.0 / 5 - 0 votes cast)
Expertise Level:
  • Currently 0.0 / 5
(0.0 / 5 - 0 votes cast)

This page was last modified 12:41, 12 December 2007.

KIS000292 - Form UI component assumes skin support

From Forum Nokia Wiki


Form UI component assumes skin support
KIS000292
Overview
The CAknForm UI component does not render correctly on S60 2nd Edition, FP3 devices if the application using it does not have skin support enabled.
Reported against
S60 2nd Edition, FP3, Nokia N70, Nokia N90
S60 3rd Edition
Date identified
October 13, 2005
Symptoms
-
Detailed description
An application that runs on a S60 2nd Edition, Feature Pack 3 or 3rd Edition device and uses forms (CAknForm) must have skin support enabled. Otherwise forms will be incorrectly rendered.
Skin support is enabled in the application UI class (derived from CAknAppUi) method ConstructL() by passing EAknEnableSkin flag to base class’s constructor:
void CMyAppUi::ConstructL()
    {
    BaseConstructL(EAknEnableSkin);
    ...
    }
Note that the form layout problem does not appear in applications running on the S60 2nd Edition, FP3 emulator.
How to reproduce
Compare the layout of a CAknForm on a device with and without the EAknEnableSkin flag in use.
This problem can be reproduced also with SDK example applications using the CAknForm class (e.g., Form, Popupfield examples).
Solution
(See detailed description).
Related Discussions
Thread Thread Starter Forum Replies Last Post
How to use the IP_FIELD_EDITOR control in a dialog? varshajohn Symbian User Interface 2 2002-11-15 09:24
how to create a Form like Lockcode form? sarvestan Mobile Java General 2 2006-08-29 20:15
请问如何给控件更换自己的皮肤? necy305 Symbian 1 2007-03-05 07:47
edwin dark/masked prompt dgobin General Symbian C++ 9 2003-10-02 22:31
Incomplete redrawing of appuifw.app.body bercobeute Python 8 2006-01-24 13:13
 
Powered by MediaWiki