Re: [fltk.development] [RFE] STR #2041: Addition of a FL_TOOLTIP event (PoC)

2012-03-29 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Pending] Link: http://www.fltk.org/str.php?L2041 Version: 1.4-feature Updated patch to r9310. Cheers. Link: http://www.fltk.org/str.php?L2041 Version: 1.4-feature _

Re: [fltk.development] [RFE] STR #2041: Addition of a FL_TOOLTIP event (PoC)

2012-03-29 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Pending] Link: http://www.fltk.org/str.php?L2041 Version: 1.4-feature Attached file "str2041-r9310.patch"... Link: http://www.fltk.org/str.php?L2041 Version: 1.4-featureIndex: src/Fl_Tooltip.cxx ===

Re: [fltk.development] [RFE] STR #2041: Addition of a FL_TOOLTIP event (PoC)

2011-10-31 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Pending] Link: http://www.fltk.org/str.php?L2041 Version: 1.4-feature Posted update patch file for svn revision 9162. Link: http://www.fltk.org/str.php?L2041 Version: 1.4-feature _

Re: [fltk.development] [RFE] STR #2041: Addition of a FL_TOOLTIP event (PoC)

2011-10-31 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Pending] Link: http://www.fltk.org/str.php?L2041 Version: 1.4-feature Attached file "str2041-r9162.patch"... Link: http://www.fltk.org/str.php?L2041 Version: 1.4-featureIndex: src/Fl_Tooltip.cxx ===

Re: [fltk.development] [RFE] STR #2082: Under X, instances of Fl_Window do not have a Window Type set.

2010-03-10 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2082 Version: 1.3-feature I forgot to mention that the new patch file (str2082-r7235.patch) does not touch FLUID any longer. It only patches the library. Link: http://ww

Re: [fltk.development] [RFE] STR #2082: Under X, instances of Fl_Window do not have a Window Type set.

2010-03-10 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2082 Version: 1.3-feature Matt, I like those ideas as well. It would certainly be more in line with the OO approach. Whilst the options are being considered, I have updat

Re: [fltk.development] [RFE] STR #2082: Under X, instances of Fl_Window do not have a Window Type set.

2010-03-10 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2082 Version: 1.3-feature Link: http://www.fltk.org/str.php?L2082 Version: 1.3-featureIndex: src/Fl_Window.cxx ==

Re: [fltk.development] [RFE] STR #2041: Addition of a FL_TOOLTIP event (PoC)

2010-03-10 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Pending] Link: http://www.fltk.org/str.php?L2041 Version: 1.4-feature Posted an updated patch that can be applied to (at the time) latest svn (rev 7235) Link: http://www.fltk.org/str.php?L2041 Version: 1.4-fea

Re: [fltk.development] [RFE] STR #2041: Addition of a FL_TOOLTIP event (PoC)

2010-03-10 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Pending] Link: http://www.fltk.org/str.php?L2041 Version: 1.4-feature Link: http://www.fltk.org/str.php?L2041 Version: 1.4-featureIndex: src/Fl_Tooltip.cxx =

Re: [fltk.development] [RFE] STR #2082: Under X, instances of Fl_Window do not have a Window Type set.

2009-12-29 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2082 Version: 1.3-feature Thanks for the comments Ian. To help determine whether or not this RFE should be included, I have updated the patch to apply to a clean checkout

Re: [fltk.development] [RFE] STR #2082: Under X, instances of Fl_Window do not have a Window Type set.

2009-12-29 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2082 Version: 1.3-feature Link: http://www.fltk.org/str.php?L2082 Version: 1.3-featureIndex: src/Fl_Window.cxx ==

Re: [fltk.development] [RFE] STR #2082: Under X, instances of Fl_Window do not have a Window Type set.

2009-12-28 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2082 Version: 1.3-feature FWIW, I longer use the patch(es) from this RFE and will no longer be maintaining them. I have been using these patches since creating the STR wit

Re: [fltk.development] [RFE] STR #2272: Fl_Round_Bound doesn't obey selection_color()

2009-10-14 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2272 Version: 1.3-feature That's what I suspected. The original code goes out its way to use FL_SELECTION_COLOR. So, I guess this patch is for anyone that would like an a

Re: [fltk.development] [RFE] STR #2272: Fl_Round_Bound doesn't obey selection_color()

2009-10-14 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2272 Version: 1.3-feature I have also attached a test program that displays Fl_Round_Button and Fl_Light_Button in both radio and toggle modes. To run: 1. Open roundtest.

Re: [fltk.development] [RFE] STR #2272: Fl_Round_Bound doesn't obey selection_color()

2009-10-14 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2272 Version: 1.3-feature Link: http://www.fltk.org/str.php?L2272 Version: 1.3-feature roundtest.fl Description: Binary data ___

[fltk.development] [RFE] STR #2272: Fl_Round_Bound doesn't obey selection_color()

2009-10-14 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2272 Version: 1.3-feature I noticed that when the "gtk+" scheme is used, Fl_Round_Button doesn't obey the selection_color(). I believe this is intensional, but I don't unde

Re: [fltk.development] [RFE] STR #2082: Under X, instances of Fl_Window do not have a Window Type set.

2009-08-11 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2082 Version: 1.3-feature Uploaded patch that compiles against SVN rev 6841. This STR is related to STR#2230. STR#2230 adds further support to menus. Link: http://www.f

Re: [fltk.development] [RFE] STR #2082: Under X, instances of Fl_Window do not have a Window Type set.

2009-08-11 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2082 Version: 1.3-feature Link: http://www.fltk.org/str.php?L2082 Version: 1.3-feature--- ./src/Fl_Window.cxx.original2009-03-30 06:37:37.0 -0300 +++ ./s

Re: [fltk.development] [RFE] STR #2053: It is possible that an instance of a Fl_Window will not have a xclass set.

2009-08-11 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2053 Version: 1.3-feature Uploaded patch that compiles against SVN rev 6841 Link: http://www.fltk.org/str.php?L2053 Version: 1.3-feature ___

Re: [fltk.development] [RFE] STR #2053: It is possible that an instance of a Fl_Window will not have a xclass set.

2009-08-11 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2053 Version: 1.3-feature Link: http://www.fltk.org/str.php?L2053 Version: 1.3-featureIndex: src/Fl_Window.cxx ==

Re: [fltk.development] [RFE] STR #2053: It is possible that an instance of a Fl_Window will not have a xclass set.

2009-08-11 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2053 Version: 1.3-feature Link: http://www.fltk.org/str.php?L2053 Version: 1.3-feature ___ fltk-dev mailing list fltk-dev@e

Re: [fltk.development] [RFE] STR #2041: Addition of a FL_TOOLTIP event (PoC)

2009-08-11 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Pending] Link: http://www.fltk.org/str.php?L2041 Version: 1.4-feature Uploaded patch that compiles against SVN rev 6841 Link: http://www.fltk.org/str.php?L2041 Version: 1.4-feature ___

Re: [fltk.development] [RFE] STR #2041: Addition of a FL_TOOLTIP event (PoC)

2009-08-11 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Pending] Link: http://www.fltk.org/str.php?L2041 Version: 1.4-feature Link: http://www.fltk.org/str.php?L2041 Version: 1.4-featureIndex: src/Fl_Tooltip.cxx =

Re: [fltk.development] [RFE] STR #2082: Under X, instances of Fl_Window do not have a Window Type set.

2009-03-09 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2082 Version: 1.3-feature Updated str2082_fluid-v3.patch. Updated str2082-v2_requires_str2053-v2.patch. The above patches compile cleanly against FLTK 1.3.x SVN r6672

Re: [fltk.development] [RFE] STR #2082: Under X, instances of Fl_Window do not have a Window Type set.

2009-03-09 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2082 Version: 1.3-feature Link: http://www.fltk.org/str.php?L2082 Version: 1.3-feature--- ./src/Fl_x.cxx.original 2009-03-09 12:01:20.0 -0300 +++ ./src/Fl_x.

Re: [fltk.development] [RFE] STR #2082: Under X, instances of Fl_Window do not have a Window Type set.

2009-03-09 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2082 Version: 1.3-feature Link: http://www.fltk.org/str.php?L2082 Version: 1.3-featureIndex: about_panel.fl =

Re: [fltk.development] [RFE] STR #2053: It is possible that an instance of a Fl_Window will not have a xclass set.

2009-02-27 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2053 Version: 1.3-feature Updated patch, str2053-v2.patch, to compile cleaning against svn r6669. Link: http://www.fltk.org/str.php?L2053 Version: 1.3-feature _

Re: [fltk.development] [RFE] STR #2053: It is possible that an instance of a Fl_Window will not have a xclass set.

2009-02-27 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2053 Version: 1.3-feature Link: http://www.fltk.org/str.php?L2053 Version: 1.3-featureIndex: src/Fl_Window.cxx ==

Re: [fltk.development] [RFE] STR #2082: Under X, instances of Fl_Window do not have a Window Type set.

2009-01-05 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2082 Version: 1.3-feature Updated patch files: str2082_wo_str2053-v2.patch, str2082_with_str2053-v2.patch, and str2082_fluid-v2.patch Patches apply cleanly to 1.3.x r6622

Re: [fltk.development] [RFE] STR #2082: Under X, instances of Fl_Window do not have a Window Type set.

2009-01-05 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2082 Version: 1.3-feature Link: http://www.fltk.org/str.php?L2082 Version: 1.3-featureIndex: about_panel.fl =

Re: [fltk.development] [RFE] STR #2082: Under X, instances of Fl_Window do not have a Window Type set.

2009-01-05 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2082 Version: 1.3-feature Link: http://www.fltk.org/str.php?L2082 Version: 1.3-feature--- ./FL/Fl_Window.H.original 2008-11-04 10:00:20.0 -0400 +++ ./FL/Fl_Win

Re: [fltk.development] [RFE] STR #2082: Under X, instances of Fl_Window do not have a Window Type set.

2009-01-05 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2082 Version: 1.3-feature Link: http://www.fltk.org/str.php?L2082 Version: 1.3-featureIndex: src/Fl_Window.cxx ==

Re: [fltk.development] [RFE] STR #2040: Deriving from Fl_Choice

2008-12-27 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2040 Version: 1.3-feature You make a good point! Feel free to close this STR. If I could, I would revoke it. Perhaps that would be a good feature to the STR tracking syste

Re: [fltk.development] [RFE] STR #2040: Deriving from Fl_Choice

2008-12-27 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2040 Version: 1.3-feature To be honest, my rationale was two-fold for this STR. (1) Minimising the amount of work a caller would need to do to intercept when the FL_Choice

Re: [fltk.development] [RFE] STR #2083: Add maximize, minimize caps to FL_Window

2008-11-04 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2083 Version: 1.3-feature FWIW, here is how to maximise a window in X: Note that 'wnd' is a Fl_Window (or derivative thereof): Window xid = fl_xid(wnd); XEvent xev; Ato

Re: [fltk.development] [RFE] STR #2082: Under X, instances of Fl_Window do not have a Window Type set.

2008-11-04 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2082 Version: 1.3-feature Ugh, I meant to say that str2082_fluid.patch updates some of the Fl_Windows in fluid to use FL_DIALOG_WINDOW Link: http://www.fltk.org/str.php?

Re: [fltk.development] [RFE] STR #2082: Under X, instances of Fl_Window do not have a Window Type set.

2008-11-04 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2082 Version: 1.3-feature I have attached str2082_fluid.patch. This patches the fluid source to use FL_DIALOG_NORMAL for the dialog windows. This patch depends on either o

Re: [fltk.development] [RFE] STR #2082: Under X, instances of Fl_Window do not have a Window Type set.

2008-11-04 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2082 Version: 1.3-feature Link: http://www.fltk.org/str.php?L2082 Version: 1.3-feature--- ./fluid/function_panel.cxx.original 2008-10-14 10:50:11.0 -0300 +++ ./f

Re: [fltk.development] [RFE] STR #2082: Under X, instances of Fl_Window do not have a Window Type set.

2008-11-04 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2082 Version: 1.3-feature I have attached 3 files. Either of the patches should be used but not both. Depending on whether STR 2053 is

Re: [fltk.development] [RFE] STR #2082: Under X, instances of Fl_Window do not have a Window Type set.

2008-11-04 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2082 Version: 1.3-feature Link: http://www.fltk.org/str.php?L2082 Version: 1.3-feature xtype_test.fl Description: Binary data __

Re: [fltk.development] [RFE] STR #2082: Under X, instances of Fl_Window do not have a Window Type set.

2008-11-04 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2082 Version: 1.3-feature Link: http://www.fltk.org/str.php?L2082 Version: 1.3-feature--- ./FL/Fl_Window.H.original 2008-11-04 10:00:20.0 -0400 +++ ./FL/Fl_Win

Re: [fltk.development] [RFE] STR #2082: Under X, instances of Fl_Window do not have a Window Type set.

2008-11-04 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2082 Version: 1.3-feature Link: http://www.fltk.org/str.php?L2082 Version: 1.3-feature--- ./FL/Fl_Window.H.original 2008-10-15 14:03:42.0 -0300 +++ ./FL/Fl_Win

[fltk.development] [RFE] STR #2082: Under X, instances of Fl_Window do not have a Window Type set.

2008-11-04 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2082 Version: 1.3-feature Under X, instances of Fl_Window do not have a Window Type set. The window type is used by X to provide consistent window decoration and functiona

Re: [fltk.development] [RFE] STR #2022: Deriving from Fl_Chart

2008-10-14 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2022 Version: 1.3-feature The idea behind the patch is to make it possible to derive from Fl_Chart. When I was looking for a simple charting widget, I came across Fl_Char

Re: [fltk.development] [RFE] STR #2022: Deriving from Fl_Chart

2008-10-14 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2022 Version: 1.3-feature I have updated the patch (str2022-v3.patch) to apply cleanly against 1.3 r6427. Link: http://www.fltk.org/str.php?L2022 Version: 1.3-feature _

Re: [fltk.development] [RFE] STR #2022: Deriving from Fl_Chart

2008-10-14 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2022 Version: 1.3-feature Link: http://www.fltk.org/str.php?L2022 Version: 1.3-feature--- FL/Fl_Chart.H.original 2008-09-16 04:26:22.0 -0300 +++ FL/Fl_Chart

Re: [fltk.development] [RFE] STR #2053: It is possible that an instance of a Fl_Window will not have a xclass set.

2008-10-01 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2053 Version: 1.3-feature Link: http://www.fltk.org/str.php?L2053 Version: 1.3-feature--- FL/Fl_Window.H.original 2008-09-18 16:09:34.0 -0300 +++ FL/Fl_Windo

[fltk.development] [RFE] STR #2053: It is possible that an instance of a Fl_Window will not have a xclass set.

2008-10-01 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2053 Version: 1.3-feature If the user does not specifically set a Fl_Window's (or derivative thereof) xclass(const char*), then it is possible that that instance will not h

Re: [fltk.development] [RFE] STR #2022: Deriving from Fl_Chart

2008-09-22 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2022 Version: 1.3-feature Oops, it appears I forgot to upload the patch! I have posted a patch that applies cleanly to 1.1.x-r6305. Link: http://www.fltk.org/str.php?L2

Re: [fltk.development] [RFE] STR #2022: Deriving from Fl_Chart

2008-09-22 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2022 Version: 1.3-feature Link: http://www.fltk.org/str.php?L2022 Version: 1.3-feature--- FL/Fl_Chart.H.original 2008-09-16 04:26:22.0 -0300 +++ FL/Fl_Chart

Re: [fltk.development] [RFE] STR #2041: Addition of a FL_TOOLTIP event (PoC)

2008-09-18 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2041 Version: 1.3-feature I have posted a patch for FL/names.h to include FL_TOOLTIP in the fl_eventnames array. I have been using FL_TOOLTOP-v5.patch for almost a week n

Re: [fltk.development] [RFE] STR #2041: Addition of a FL_TOOLTIP event (PoC)

2008-09-18 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2041 Version: 1.3-feature Link: http://www.fltk.org/str.php?L2041 Version: 1.3-feature--- FL/names.h.original 2008-09-10 20:56:49.0 -0300 +++ FL/names.h 2008-09

Re: [fltk.development] [RFE] STR #2041: Addition of a FL_TOOLTIP event (PoC)

2008-09-12 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2041 Version: 1.3-feature Ok, I think Albrecht and I have this solved. FL_TOOLTIP-v5.patch should satisfy all 4 criteria posted by Matthias. Basically the patch is a mer

Re: [fltk.development] [RFE] STR #2041: Addition of a FL_TOOLTIP event (PoC)

2008-09-12 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2041 Version: 1.3-feature Link: http://www.fltk.org/str.php?L2041 Version: 1.3-feature FL_TOOLTIP_test-v5.tar.gz Description: Binary data __

Re: [fltk.development] [RFE] STR #2041: Addition of a FL_TOOLTIP event (PoC)

2008-09-12 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2041 Version: 1.3-feature Link: http://www.fltk.org/str.php?L2041 Version: 1.3-feature--- FL/Enumerations.H.original 2008-08-15 18:11:21.0 -0300 +++ FL/Enumerat

Re: [fltk.development] [RFE] STR #2041: Addition of a FL_TOOLTIP event (PoC)

2008-09-12 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2041 Version: 1.3-feature Sounds good to me. So far, FL_TOOLTIP-v4.patch does all but sending the FL_TOOLTIP to widget's with NULL tooltips. So that's 3 out of 4 of the c

Re: [fltk.development] [RFE] STR #2041: Addition of a FL_TOOLTIP event (PoC)

2008-09-12 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2041 Version: 1.3-feature I have attached FL_TOOLTIP-always fired.patch along with an example SmartChoiceTest-always fired.tar.gz. This patch is very similar to v4 of the

Re: [fltk.development] [RFE] STR #2041: Addition of a FL_TOOLTIP event (PoC)

2008-09-12 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2041 Version: 1.3-feature Link: http://www.fltk.org/str.php?L2041 Version: 1.3-feature SmartChoiceTest-always fired.tar.gz Description: Binary data

Re: [fltk.development] [RFE] STR #2041: Addition of a FL_TOOLTIP event (PoC)

2008-09-12 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2041 Version: 1.3-feature Link: http://www.fltk.org/str.php?L2041 Version: 1.3-feature--- FL/Enumerations.H.original 2008-08-15 18:11:21.0 -0300 +++ FL/Enumerat

Re: [fltk.development] [RFE] STR #2041: Addition of a FL_TOOLTIP event (PoC)

2008-09-11 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2041 Version: 1.3-feature I posted FL_TOOLTIP-v4.patch which includes the bug fix found by Albrecht Schlosser. The last posted example still valid for testing. Here is h

Re: [fltk.development] [RFE] STR #2041: Addition of a FL_TOOLTIP event (PoC)

2008-09-11 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2041 Version: 1.3-feature Link: http://www.fltk.org/str.php?L2041 Version: 1.3-feature--- FL/Enumerations.H.original 2008-08-15 18:11:21.0 -0300 +++ FL/Enumerat

Re: [fltk.development] [RFE] STR #2041: Addition of a FL_TOOLTIP event (PoC)

2008-09-11 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2041 Version: 1.3-feature In case I wasn't clear, SmartChoiceTest-v4.tar.gz should be used to test FL_TOOLTIP-v3.patch. It would be easier if posted files could be delete

Re: [fltk.development] [RFE] STR #2041: Addition of a FL_TOOLTIP event (PoC)

2008-09-11 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2041 Version: 1.3-feature Well, it looks like I forgot to upload the patch! :) That's ok, I like FL_TOOLTIP-v3.patch better. The patch results in the addition of a FL_TO

Re: [fltk.development] [RFE] STR #2041: Addition of a FL_TOOLTIP event (PoC)

2008-09-11 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2041 Version: 1.3-feature Link: http://www.fltk.org/str.php?L2041 Version: 1.3-feature SmartChoiceTest-v4.tar.gz Description: Binary data __

Re: [fltk.development] [RFE] STR #2041: Addition of a FL_TOOLTIP event (PoC)

2008-09-11 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2041 Version: 1.3-feature Link: http://www.fltk.org/str.php?L2041 Version: 1.3-feature ___ fltk-dev mailing list fltk-dev@e

Re: [fltk.development] [RFE] STR #2041: Addition of a FL_TOOLTIP event (PoC)

2008-09-11 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2041 Version: 1.3-feature Link: http://www.fltk.org/str.php?L2041 Version: 1.3-feature--- FL/Enumerations.H.original 2008-08-15 18:11:21.0 -0300 +++ FL/Enumerat

Re: [fltk.development] [RFE] STR #2041: Addition of a FL_TOOLTIP event (PoC)

2008-09-11 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2041 Version: 1.3-feature Link: http://www.fltk.org/str.php?L2041 Version: 1.3-feature SmartChoiceTest-v3.tar.gz Description: Binary data __

Re: [fltk.development] [RFE] STR #2041: Addition of a FL_TOOLTIP event (PoC)

2008-09-11 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2041 Version: 1.3-feature Link: http://www.fltk.org/str.php?L2041 Version: 1.3-feature--- FL/Enumerations.H.original 2008-08-15 18:11:21.0 -0300 +++ FL/Enumerat

[fltk.development] [RFE] STR #2041: Addition of a FL_TOOLTIP event (PoC)

2008-09-11 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2041 Version: 1.3-feature Resulting from my previous STR #2040 I propose the following Proof-of-Concept) patch. This patch adds a FL_TO

Re: [fltk.development] [RFE] STR #2040: Deriving from Fl_Choice

2008-09-11 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2040 Version: 1.3-feature Link: http://www.fltk.org/str.php?L2040 Version: 1.3-feature--- FL/Fl_Choice.H.original 2005-04-15 21:13:17.0 -0300 +++ FL/Fl_Choic

[fltk.development] [RFE] STR #2040: Deriving from Fl_Choice

2008-09-11 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2040 Version: 1.3-feature When trying to derive from Fl_Choice, I noticed that it is impossible for a derived class to intercept when an item has been selected. I propose

[fltk.development] [RFE] STR #2022: Deriving from Fl_Chart

2008-08-15 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2022 Version: 1.3-feature Hello, As written, it is not very easy (if at all possible) to derive a widget from Fl_Chart. All members (variables and functions) of Fl_Chart

Re: [fltk.development] [RFE] STR #1767: Arbitraty line removal in Fl_Check_Browser

2007-08-13 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L1767 Version: 2.0-feature Please note that is is a RFE for 1.1-current. Link: http://www.fltk.org/str.php?L1767 Version: 2.0-feature ___

[fltk.development] [RFE] STR #1767: Arbitraty line removal in Fl_Check_Browser

2007-08-13 Thread Alvin Beach
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L1767 Version: 2.0-feature Currently, Fl_Check_Browser does not provide a mechanism to remove an arbitrary line. This is a feature request for a remove method to be added t