HOW TO ADD NEW SOFTKEYS
Login to reply to this topic.
Fri, 2008-09-26 06:35
Joined: 2007-05-15
Forum posts: 138

Hi,
I want to add 2 new buttons "System" and "tracking" to menubar.

I have the following code

RESOURCE CBA r_ctrm_symbapp_softkeys_system_tracking
{
buttons =
{
CBA_BUTTON { id=ECtrm_SymbAppCmdSystem; txt = "System"; },
CBA_BUTTON { id=ECtrm_SymbAppCmdTracking; txt = "Tracking"; }
};
}

RESOURCE EIK_APP_INFO
{
menubar = r_menubar;
cba = R_CTRM_SYMBAPP_SOFTKEYS_SYSTEM_TRACKING;
}

to .hrh file
---------------
num TTRM_SymbIds
{
-----------------
ECtrm_SymbAppCmdSystem,
ECtrm_SymbAppCmdTracking,
----------------
};
But I am getting errors.

* RCOMP failed - deleting output files
Link name not found


Fri, 2008-09-26 08:05
Joined: 2007-05-15
Forum posts: 138

problem in posting queries


copyright 2003-2009 NewLC SARL