Kbase 17154: SELECTED attribute change if mouse click on other widgets
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/10/1998 |
|
SELECTED attribute change if mouse click on other widgets
The SELECTED attribute reports whether or not a SELECTABLE
widget is currently selected. The status of SELECTED will
change when the user clicks on the widget, on other
SELECTABLE widgets in the frame, or on the frame itself.
For example, if SELECTED is true for a SELECTABLE button and
the user clicks on the frame, SELECTED will then become false.
To avoid this behavior a trigger could be written for
MOUSE-SELECT-CLICK for the frame that resets the button's
SELECTED attribute. This will cause the highlight to flash and
there would be no way to avoid the flash. This could also become
ugly if you need to keep multiple widgets selected and therefore
put MOUSE-SELECT-CLICK triggers on all of them.
Progress Software Technical Support Note # 17154