09-03-2009, 06:47 PM
How does the context help work in a dialog?
Example?
Thanks,
jimmy Vig
Example?
Thanks,
jimmy Vig
Context Help...Help?
|
09-03-2009, 06:47 PM
How does the context help work in a dialog?
Example? Thanks, jimmy Vig
09-03-2009, 06:58 PM
What type of context help? F1, title bar button, tooltips?
09-03-2009, 06:59 PM
The Title bar ? button.
09-03-2009, 07:05 PM
What type of action when you click the ? button?
1. When you click the button, then click a control or list item, it shows a tooltip for it. 2. Simply show a message box, or a topic in a help file, or function help in QM tips pane.
09-03-2009, 07:29 PM
Well...
Both.
09-03-2009, 07:38 PM
Use this when you need to display help for whole dialog. This is the simple case.
Function dlg_context_help \Dialog_Editor ----------------------------- Use this when you need to display help for controls. Normally you would create a chm file with Html Help Workshop or some other program, add there a text file with all the tooltips, and use HtmlHelp with HH_DISPLAY_TEXT_POPUP. But you can use some simpler way to display help, for example in status bar or static control. Function dlg_context_help2 \Dialog_Editor
09-03-2009, 07:47 PM
Thanks. Looks good!
|
« Next Oldest | Next Newest »
|