kasemir / org.csstudio.display.builder

Update of org.csstudio.opibuilder.*
Eclipse Public License 1.0
2 stars 10 forks source link

TextEdit doesn't send value on ENTER #469

Open claudio-rosati opened 5 years ago

claudio-rosati commented 5 years ago

Sometimes we wan't to re-send the same value to the control system, but this is not allowed right now. You have to change the value to trigger the PV. We want to trigger the PV by clicking on the widget and hit ENTER too, without changing the actual value.

I think to 2 possible ways of doing it:

  1. Doing it! Each time ENTER is pressed, the value is always sent.
  2. Adding a property that enable this behaviour, leaving by default the current one.

@kasemir what do you think about it?

claudio-rosati commented 5 years ago

Sorry I misunderstood the problem. It seems working with local PVs. I try to understand better from the integrator.