
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi
I have created a bundle for my application. The .cuix file is loaded so i see my application in the ribbon, but the application is not loaded until invokation:
LoadOnAutoCADStartup="false"
LoadOnCommandInvocation="True"
The problem I have is with the help file. I have added this to the PackageContents.xml: HelpFile="./Contents/Readme.pdf"
When hoovering the mouse over my buttons in the ribbon (before I have pushed any of them) and pressing F1 AutoCAD opens either the AutoCAD help or the adobe website
When hoovering the mouse over my buttons in the ribbon (after I have pushed any of them) and pressing F1 AutoCAD opens either the AutoCAD help or my help file.
Either way it seems to be inconsistent. Since it opens my help file some of the times I know it finds my file, but why does it not work every time?
Solved! Go to Solution.