Re: [fltk.development] [RFE] STR #2127: Fl_Help_Viewer: an easy way to implement http: urls

2009-01-29 Thread Fabien Costantini
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2127 Version: 1.3-feature Fix Version: 1.3-current (r6648) Fixed in Subversion repository. Tested successfully on Mac OS X 10.5.5, Linux ubuntu 8.10 and Windows XP SP3. Link: http://www.fltk.org/str.php?L2127 Version: 1.3-feature

Re: [fltk.development] [RFE] STR #2127: Fl_Help_Viewer: an easy way to implement http: urls

2009-01-20 Thread Fabien Costantini
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2127 Version: 1.3-feature I talked about a similar functionality recently, i.e: the ability to embark url's in dialog boxes which could reuse the fl_open_uri() function

Re: [fltk.development] [RFE] STR #2127: Fl_Help_Viewer: an easy way to implement http: urls

2009-01-20 Thread Fabien Costantini
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2127 Version: 1.3-feature mmm, I'm experimenting strange side effects with the patch: the current impl. blocks while it does not return from callee and handle errors on

Re: [fltk.development] [RFE] STR #2127: Fl_Help_Viewer: an easy way to implement http: urls

2009-01-20 Thread Fabien Costantini
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2127 Version: 1.3-feature Under Mac OS X 10.5.5, it is even worse than I thought, in fact even a valid remote web page link would prevent the caller fltk app to handle

Re: [fltk.development] [RFE] STR #2127: Fl_Help_Viewer: an easy way to implement http: urls

2009-01-20 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?L2127 Version: 1.3-feature Yes, I've been playing around with it a bit, will have a different patch after I do some more testing.. Link:

Re: [fltk.development] [RFE] STR #2127: Fl_Help_Viewer: an easy way to implement http: urls

2009-01-20 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?L2127 Version: 1.3-feature Link: http://www.fltk.org/str.php?L2127 Version: 1.3-feature--- Fl_Help_View.cxx2009-01-20 10:53:25.0 -0800 +++

Re: [fltk.development] [RFE] STR #2127: Fl_Help_Viewer: an easy way to implement http: urls

2009-01-20 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?L2127 Version: 1.3-feature OK, the attached patch: Fl_Help_View.cxx-patch3 ..should do more of the right thing, specifically: o Does not clear the screen when

[fltk.development] [RFE] STR #2127: Fl_Help_Viewer: an easy way to implement http: urls

2009-01-19 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?L2127 Version: 1.3-feature It occurs to me that it would be easy to get Fl_Help_Viewer to support http: links, probably with a single line of code, and *without* any TCP

Re: [fltk.development] [RFE] STR #2127: Fl_Help_Viewer: an easy way to implement http: urls

2009-01-19 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?L2127 Version: 1.3-feature Link: http://www.fltk.org/str.php?L2127 Version: 1.3-feature--- Fl_Help_View.cxx.old2008-12-14 21:47:12.0 -0800 +++

Re: [fltk.development] [RFE] STR #2127: Fl_Help_Viewer: an easy way to implement http: urls

2009-01-19 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?L2127 Version: 1.3-feature See attached patch for one way to do it. Cool, web links now work in my FLTK help pages..! Link: http://www.fltk.org/str.php?L2127 Version: