Dialog Launcher Tool Tip

Ribbon for WPF Forum

Posted 16 years ago by Eric Crump
Version: 4.0.0457
Avatar
I can change the ScreenTipDescription for the tool tip, but changing the ScreenTipHeader doesn't seem to have any effect. It is always just the text that appears on the group.

<ribbon:Group Label="{Binding Source={x:Static Application.Current}, Path=Language, Converter={StaticResource LanguageConverter}, ConverterParameter=ObjectsGroup}" 
        Padding="3" VerticalContentAlignment="Center" KeyTipAccessText="FN" Command="wdd:UICommands.ManageTemplate" 
        ScreenTipHeader="{Binding Source={x:Static Application.Current}, Path=Language, Converter={StaticResource LanguageConverter}, ConverterParameter=OptionsGroupManageTemplatesLauncherHeader}"
        ScreenTipDescription="{Binding Source={x:Static Application.Current}, Path=Language, Converter={StaticResource LanguageConverter}, ConverterParameter=OptionsGroupManageTemplatesLauncher}"
        >

How can I change the header?

Comments (1)

Posted 16 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Thanks, we've updated our code to allow for the Label override (via ScreenTipHeader) on the dialog launcher button screentip. This will be in the next release.


Actipro Software Support

The latest build of this product (v24.1.1) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.