|
| [S60 FP3, OS8.1a, N90] Labels(Prompts) are missing in System-Apps |
 |
Sat, 22 Oct 2005 09:49:54 +020 |
Hi all,
a customer reported that on his Nokia N90 some Labels of Form fields are
missing.
I can reproduce this problem in my emulator also.
This problem is _not_ related to our application only, also some
System-Series 60 apps do not show some labels/prompts of forms.
You can try e.g. (epoc32.exe) Messages -> Options -> Settings
Bug or feature? ;-)
Thanks for any suggestions or workarounds.
--
Tobias
|
| Post Reply
|
| Re: [S60 FP3, OS8.1a, N90] Labels(Prompts) are missing in System-Apps |
 |
Wed, 26 Oct 2005 10:55:44 +020 |
|
| Post Reply
|
| Re: [S60 FP3, OS8.1a, N90] Labels(Prompts) are missing in System-Apps |
 |
Fri, 28 Oct 2005 15:02:38 +020 |
...the problem is a "Nokia Known Issue"
"An application that runs on a Series 60 Platform 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 Series 60 Platform 2nd Edition, FP3 emulator."
--
Tobias
|
| Post Reply
|
|
|
|
|
|
|
|
|
|