How to display help file
| Fri, 2006-04-21 09:47 | |
|
Hi.......
After making the cshelp project usinf help complier how I will show the help text in the container use the the below code for it CArrayFix<TCoeHelpContext>* CProjectnameAppUi::HelpContextL() const   {CArrayFixFlat<TCoeHelpContext>* array =         new(ELeave)CArrayFixFlat<TCoeHelpContext>(1);   CleanupStack::PushL(array);   array->AppendL(TCoeHelpContext(KUidCurrentApp, KQuick_start_to_the_CS_Help_com));   CleanupStack::Pop(array);   return array;   } after clicking the help command it goes in the all system help option. pls tell me solution ......... thanks in Advance! |
|





