Posted 13 years ago
by BLANC Stéphane
-
Staubli Robotics Suite Product Manager,
STAUBLI
Version: 11.2.0552

Hello
I have a problem with the DoubleEditBox : the enter key is not validating the input.
I found on this forum that the PartValueCommitTriggers should solve the problem but it's not working for me... ?I will also like to know how to change the default background color when the control has the focus ?
Thanks for your help
Stéphane
I have a problem with the DoubleEditBox : the enter key is not validating the input.
I found on this forum that the PartValueCommitTriggers should solve the problem but it's not working for me... ?
<editors:DoubleEditBox
Value="{Binding Value, ElementName=marker, StringFormat=0.0}"
Minimum="-100.0"
Maximum="+100.0"
SpinnerInactiveVisibility="Hidden" SpinnerVisibility="Hidden"
Focusable="True" Format="F2"
PartValueCommitTriggers="SpinnerChangeOrEnterKeyDown"/>
Thanks for your help
Stéphane