Re: [fltk.development] [RFE] STR #2942: Buttons keep the same color when clicked

2013-04-08 Thread Albrecht Schlosser
[STR Closed w/o Resolution] Link: http://www.fltk.org/str.php?L2942 Version: 1.3-feature Fix Version: 1.3-current No, sorry. We won't set anything (e.g. selection_color) w/o the user explicitly requesting it. This would also break apps that have the colors set as-is. The usual default is to use

Re: [fltk.development] [RFE] STR #2942: Buttons keep the same color when clicked

2013-04-02 Thread Edmanuel Torres
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Pending] Link: http://www.fltk.org/str.php?L2942 Version: 1.3-feature Fix Version: 1.3-current In the updated patch (r2) FLUID set selection_color to color by default. I think I like this way instead to do it by

Re: [fltk.development] [RFE] STR #2942: Buttons keep the same color when clicked

2013-04-02 Thread Edmanuel Torres
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Pending] Link: http://www.fltk.org/str.php?L2942 Version: 1.3-feature Fix Version: 1.3-current Attached file "down_button_color_r2.patch"... Link: http://www.fltk.org/str.php?L2942 Version: 1.3-feature Fix Vers

Re: [fltk.development] [RFE] STR #2942: Buttons keep the same color when clicked

2013-04-02 Thread Edmanuel Torres
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Pending] Link: http://www.fltk.org/str.php?L2942 Version: 1.3-feature Fix Version: 1.3-current Thanks Albrecht! Link: http://www.fltk.org/str.php?L2942 Version: 1.3-feature Fix Version: 1.3-current __

Re: [fltk.development] [RFE] STR #2942: Buttons keep the same color when clicked

2013-04-02 Thread Albrecht Schlosser
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Pending] Link: http://www.fltk.org/str.php?L2942 Version: 1.3-feature Fix Version: 1.3-current FTR: the changes in test/unittest_schemes.cxx change the selection_color() for 3 of 4 buttons to show the effect mor

Re: [fltk.development] [RFE] STR #2942: Buttons keep the same color when clicked

2013-04-02 Thread Albrecht Schlosser
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Pending] Link: http://www.fltk.org/str.php?L2942 Version: 1.3-feature Fix Version: 1.3-current Edmanuel, I recommend not to use this "down_button_color...patch", because this would *remove* the user's ability to

Re: [fltk.development] [RFE] STR #2942: Buttons keep the same color when clicked

2013-04-01 Thread Edmanuel Torres
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2942 Version: 1.3-feature Thanks for your analysis, I think this patch should be closed. However, I will use it until a better one is out. Link: http://www.fltk.org/str.

Re: [fltk.development] [RFE] STR #2942: Buttons keep the same color when clicked

2013-04-01 Thread Albrecht Schlosser
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2942 Version: 1.3-feature Yes, indeed, I hadn't looked at the code and thus missed that selection_color() bit. Edmanuel, I apologize for the confusion... So, if it's in t

Re: [fltk.development] [RFE] STR #2942: Buttons keep the same color when clicked

2013-04-01 Thread Greg Ercolano
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2942 Version: 1.3-feature Hmm, doesn't that patch take /away/ the current control an app has over the button pushed color via selection_color()? selection_color() can be

Re: [fltk.development] [RFE] STR #2942: Buttons keep the same color when clicked

2013-03-31 Thread Edmanuel Torres
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2942 Version: 1.3-feature Attached file "down_button_color_r1.patch"... Link: http://www.fltk.org/str.php?L2942 Version: 1.3-featureIndex: src/Fl_Button.cxx =

[fltk.development] [RFE] STR #2942: Buttons keep the same color when clicked

2013-03-29 Thread Edmanuel Torres
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2942 Version: 1.3-feature The issue was explained by AlbrechtS in the following STR: http://fltk.org/str.php?L2672 And I copy paste it bellow. "(2) The colored buttons b