Refreshing of Softkey bar

Login to reply to this topic.
Wed, 2008-03-05 06:52
Joined: 2007-07-07
Forum posts: 1

For a uiq phone i have customized the softkeybar using a transparent bitmap.
It working if press any of the LSK/RSK.

But my requirement is without pressing any key it has reflect on the UI.

Moreover its a refreshing issue.

Can any one help me out.
I am using the following snippet.

User::LeaveIfError(loadErr = softkeyback->Load(mbmFileName, EMbmMusicplayerPortraitsoftkeybar));
SkinManager::OverrideSkinPatchL(KSkinUidSoftKeys, ESkinSoftKeyFramesHorizontal, softkeyback, ESkinDrawModeNormal, TMargins8());
DrawNow();

  • Login to reply to this topic.