Hi friends,
I want to add Hide button in my application at Right Softkey.This code I have written in .rss file & in HandleCommandL function I have defined the code for Hide button but still its not showing me Hide button on my screen. It's showing me Options & Exit Softkeys only....Code:RESOURCE CBA r_hide { buttons = { CBA_BUTTON { id = EAknSoftkeyOptions; txt = "Option"; }, CBA_BUTTON { id = EMyCmdHide; txt = "Hide"; } }; }
Please help me out.
Thanks in advance..

Reply With Quote




