Message 1 of 1
F1 Extended Help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi
I'm trying to run a video using F1 extended help. It used to work in some versions of AutoCAD but now it just opens a saveas dialog box and asks where to save the video.
Any help would be much appreciated.
This is an excerpt from my Xaml file
<src:RibbonToolTip x:Key="MYEH_CMD_0080" HelpSource="https://xxx.xxx.com/xxx/xxx/Videos%20XXX/xxx.wmv"> <src:RibbonToolTip.ExpandedContent> <StackPanel> <TextBlock Background="AntiqueWhite" TextAlignment="Left"> Block XXX XXX Build a block Automatically </TextBlock> </StackPanel> </src:RibbonToolTip.ExpandedContent> </src:RibbonToolTip>