*The HELP command does not return the description I wrote into the cdf file* During callback registration, the associated cdf filename must be given to make HELP command retrieves automatically the description. The cdfFilename macro must be given on the second parameter of the evhCMD_KEY constructor. <verbatim> // Attach VALID command callback evhCMD_KEY validCmdKey(cmdVALID_CMD, cmdVALID_CDF_NAME); evhCMD_CALLBACK validCB(this, (evhCMD_CB_METHOD)&cmdReplaceByClassNameMANAGER::ValidCB); AddCallback(validCmdKey, ValidCB); </verbatim> -- Main.GerardZins - 13 Jul 2006
This topic: Jmmc/Software
>
McsFaq
>
JmmcMcsFaqHelpDoesNotWork
Topic revision: r2 - 2007-02-22 - TWikiAdministrator
Copyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback