Hi everybody,
I'm working with an application for nokia series 60 and after I start it the lateral the button's labels don't appear,but the button work fine.
Here the code I use in RSS:
RESOURCE EIK_APP_INFO
{
menubar = r_myapp_menubar;
hotkeys=r_myapp_hotkeys;
cba = r_myapp_softkeys_options_next;
}
//-----------------------------------------------------------------------------
RESOURCE CBA r_myapp_softkeys_options_next
{
buttons =
{
CBA_BUTTON
{
id = EAknSoftkeyOptions;
txt = "option";
},
CBA_BUTTON
{
id = EAknSoftkeyBack;
txt = "back";
}
};
}
My AppUi is defined:
class CMyAppUi : public CAknViewAppUi
What's wrong?!
Regards
Let

Reply With Quote


