On 07.02.2009, at 15:34, D.Arndt wrote: > I have a strange behavior after updating to fltk2-6525. When I > define any buttons as radio type in a group they worked as desired. > Always one button can be selected. But if I define between these > radio buttons non-radio buttons then I can only select the radio > buttons, but never deselect them. It looks like that any non-radio > button between radio buttons in the child list of the group will > break the radio behavior. I have checked it also with the test > programs which are delivered with fltk in the test directory. The > test “radio” works well (the radio buttons are defined without any > non-radio button in the group), but the test “buttons” has also this > bug (there are non-radio buttons defined between the radio buttons).
Hi D. 1: please do not post to this list. This list is used by the automatic bug system to inform developers when the bug database changed. Just use "general.ftk". 2: this is the intended behavior. We expect that radio buttons only mae sense when they are next to each other. So if you add buttons in this order: R1, R2, R3, seperator, Q1, Q2, Q3 - then the radio bottons R1-R3 will be treated as one radio setup, and Q1-Q3 will be treated as another radion button setup. ---- http://robowerk.com/ _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
