-
-
Notifications
You must be signed in to change notification settings - Fork 516
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fluent.Button Header Binding not visible #961
Comments
Could you remove the |
I have tried removing the FallbackValue but the value doesnt show on the ribbon button. |
Could you share a repro? |
That's quite strange. |
If possible could you show me a workaround please? |
A workaround for you would be:
And then bind to ProgramSpeedString instead of ProgramSpeed. |
Thanks. |
I have added a binding to the header property of a fluent.button, however when the application is running the value is not seen?
I have used snoop and i can see that the binding is happy and with the correct value but it does not show?
the value 100 should be showing in the button header.
any ideas?
<Fluent:Button Command="{Binding ProgramSpeedCommand}" Header="{Binding ApplicationRobotControl.Robot.ProgramSpeed, FallbackValue=0}" Icon="pack://application:,,,/KUKA.RGI v3;component/Icons/hand.ico" LargeIcon="pack://application:,,,/KUKA.RGI v3;component/Icons/hand.ico"> <Fluent:Button.ToolTip> <Fluent:ScreenTip Title="Program Speed" Width="250" DisableReason="This control is disabled to show 'disable reason' section" HelpTopic="Help for Orange ScreenTip" Image="pack://application:,,,/KUKA.RGI v3;component/Images/hand.png" Text="This control is disabled and has fixed width 250px" /> </Fluent:Button.ToolTip> </Fluent:Button>
The text was updated successfully, but these errors were encountered: