RobertM Posted September 6, 2007 Report Share Posted September 6, 2007 Hello, I am trying to add ChartFX Help to a chart toolbar. I use the following code in VB6: .ToolBarObj.InsertAt 0, 1 .ToolBarObj(0) = CommandID_Help and the Help button does appear in the chart. When I click it I even get a popup that displays Contents, Search and About options. But when I select one of the options, nothing happens. I guess that the chart can't find the Help file, so it does nothing, but I'm not sure. Does anyone know what Help file it might be looking for? I want to display end-user help on how to use the chart, so I don't need the API Help files Thanks. Quote Link to comment Share on other sites More sharing options...
Frank Posted September 6, 2007 Report Share Posted September 6, 2007 Those commands are there for you to implement. We don Quote Link to comment Share on other sites More sharing options...
RobertM Posted September 6, 2007 Author Report Share Posted September 6, 2007 Thanks, that makes sense of course, except that I want to display help for the chart functionality, i.e. right-clicking on the chart displays a popup of ChartFX options like opening the data editor, displaying the toolbar, legend box etc... There must be a help file that describes how to use the functions and toolbar options of a ChartFX chart, isn't there? If I have that file, then the app can handle the InternalCommand event and open the file itself, that's fine. Quote Link to comment Share on other sites More sharing options...
Frank Posted September 6, 2007 Report Share Posted September 6, 2007 Sorry, we do not have an end-user help file. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.