Untitled

(Steven Felgate) #1
2 Save the file as ASCII text (TXT file), with a file extension of .xaml.

To convert an AutoCAD LT 2009 extended tooltip to work with AutoCAD
LT 2011


1 Open the XAML file in a text editor (for example, Microsoft® Windows®
Notepad).
The following is an example of an extended tooltip created to use with
AutoCAD LT 2009. You change the text shown in italic.
<src:ProgressivePanelx:Key="MYEH_CMD_0003">
<StackPanel>
<TextBlockBackground="AntiqueWhite"TextAlignment="Center">
Configuresthe settingsfor the currentdrawing.
</TextBlock>
</StackPanel>
</src:ProgressivePanel>

2 Change the text shown in italic in the previous step to match the
following:
<src:RibbonToolTipx:Key="MYEH_CMD_0003">
<src:RibbonToolTip.ExpandedContent>
<StackPanel>
<TextBlockBackground="AntiqueWhite"TextAlignment="Center">
Configuresthe settingsfor the currentdrawing.
</TextBlock>
</StackPanel>
</src:RibbonToolTip.ExpandedContent>
</src:RibbonToolTip>

3 Save the changes made to the XAML file.

Quick Reference


Commands


CUI


Manages the customized user interface elements in the product.

OPTIONS


Customizes the program settings.

Create Tooltips and Extended Help for Commands | 127

Free download pdf