DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L1985
Version: 2.0-current


When a radio button is pushed, its callback is called. Then the other
raidio buttons in the group are cleared. But their callbacks are not
called. Depending on how you read the documentation, this isn't correct:
"WHEN_CHANGED: Do the callback each time the widget's value is changed by
the user". In this case, the use indirectly changes the value.

More importantly, for me, is this behavior makes it difficult for the
application to keep in sync with the gui: when a radio button is clicked,
I have to walk all the buttons in the group and manually sync the app. It
would be much easier if all the callbacks fired.


Link: http://www.fltk.org/str.php?L1985
Version: 2.0-current

_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to