FLTK logo

STR #1985

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 Home  |  Articles & FAQs  |  Bugs & Features  |  Documentation  |  Download  |  Screenshots  ]
 

Return to Bugs & Features | Roadmap 2.0 | Post Text | Post File | SVN ⇄ GIT ]

STR #1985

Application:FLTK Library
Status:5 - New
Priority:2 - Low, e.g. a documentation error or undocumented side-effect
Scope:3 - Applies to all machines and operating systems
Subsystem:Unassigned
Summary:Radio button behavior sub-optimal
Version:2.0-current
Created By:craigd
Assigned To:Unassigned
Fix Version:Unassigned
Update Notification:

Receive EMails Don't Receive EMails

Trouble Report Files:

Post File ]

No files


Trouble Report Comments:

Post Text ]
Name/Time/Date Text  
 
#1 craigd
13:23 Jun 17, 2008
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.
 
     

Return to Bugs & Features | Post Text | Post File ]

 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.