Re: [fltk.bugs] [MOD] STR #2786: Fl_Tree items draw over scrollbars

2011-12-08 Thread geuz
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR Pending] Link: http://www.fltk.org/str.php?L2786 Version: 1.3-current Fix Version: 1.3-current (r9197) Hi Greg - Your patch fixes the issue. Thanks! Christophe Link: http://www.fltk.org/str.php?L2786

Re: [fltk.bugs] [MOD] STR #2786: Fl_Tree items draw over scrollbars

2011-12-08 Thread Greg Ercolano
[STR Closed w/Resolution] Link: http://www.fltk.org/str.php?L2786 Version: 1.3-current Fix Version: 1.3-current (r9197) Great! Closing this. Link: http://www.fltk.org/str.php?L2786 Version: 1.3-current Fix Version: 1.3-current (r9197) ___

[fltk.commit] [Library] r9203 - branches/branch-1.3/FL

2011-12-08 Thread fltk-dev
Author: greg.ercolano Date: 2011-12-08 10:18:51 -0800 (Thu, 08 Dec 2011) New Revision: 9203 Log: Improved docs, added example image Modified: branches/branch-1.3/FL/Fl_Input_Choice.H Modified: branches/branch-1.3/FL/Fl_Input_Choice.H

[fltk.commit] [Library] r9204 - branches/branch-1.3/documentation/src

2011-12-08 Thread fltk-dev
Author: greg.ercolano Date: 2011-12-08 11:31:18 -0800 (Thu, 08 Dec 2011) New Revision: 9204 Log: Cleaner example image for input_choice. Kept size the same. Modified: branches/branch-1.3/documentation/src/input_choice.jpg Modified: branches/branch-1.3/documentation/src/input_choice.jpg

Re: [fltk.development] [RFE] STR #2737: New option to copy Fl_Widgetlabels automatically

2011-12-08 Thread MacArthur, Ian (SELEX GALILEO, UK)
This was done with a different function, Widget::copy_label() in fltk 2. Hi Bill, I don't think that's what the OP is asking for - the fltk2 copy_label() method was added to later 1.1 and is in 1.3, but *I think* what the OP wants is a global control to make *all* labels behave as

Re: [fltk.development] How to silence new compilerwarnings(gcc4.6.1)

2011-12-08 Thread MacArthur, Ian (SELEX GALILEO, UK)
I think the isdigit() and similar functions are required to work with the result of char-int conversion, so they should already be doing this sort of masking. Yeah, that's what I thought, it seems like the sensible thing, but Mike pointed me at some other resources, and I did a few tests,

Re: [fltk.development] [RFE] STR #2766: New configurable option tochangesymbol prefix character

2011-12-08 Thread MacArthur, Ian (SELEX GALILEO, UK)
In fltk2 a flag was added to the widget and to the arguments to the draw functions that disabled all interpretation of '@'. I think that's in fltk-1 also. There was also an @ command (I forget which) which disabled interpretation for the rest of the label. I think it was @., at least

Re: [fltk.development] FLTK 1.3.1 release planning

2011-12-08 Thread Manolo Gouy
The XrandR library is very likely installed on all modern Linux machines (ie ones that can do xft). It is required by Qt and GTK. I don't think there will be any problems requiring it. XRandR calls have been implemented using dlopen/dlsym to dynamically load the libXRandR.so if it exists. This

Re: [fltk.development] FLTK-Based Desktop Widget Engine

2011-12-08 Thread Matthias Melcher
On 29.11.2011, at 23:29, Luiji Maryo wrote: Hello fellow FLTK users, I was wondering if there was already a desktop widget engine based on FLTK. If there is not, I would like to write one and contribute it to the FLTK-Apps project. It would use the FLTK GUI and widgets would be written

Re: [fltk.development] fltk 3.x question

2011-12-08 Thread Matthias Melcher
On 06.12.2011, at 02:31, Greg Ercolano wrote: Just curious: is this what FLTK3 is doing..? http://www.gamedev.net/page/resources/_/technical/general-programming/the-c-pimpl-r1794 I haven't touched FLTK3 yet, and haven't taken the time to figure it out, but just wondering if that's the

Re: [fltk.development] [RFE] STR #2788: Annoying Fl_Text_Editor mouse cursor behavior

2011-12-08 Thread Matthias Melcher
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2788 Version: 1.3-feature Yes, this issue is explained in the source code. It's not a big deal to fix it, but after fighting Fl_Input for a month or so to get UTF8

Re: [fltk.development] [RFE] STR #2766: New configurable option tochangesymbol prefix character

2011-12-08 Thread Matthias Melcher
On 08.12.2011, at 10:22, MacArthur, Ian (SELEX GALILEO, UK) wrote: There was also an @ command (I forget which) which disabled interpretation for the rest of the label. I think it was @., at least it is in fltk-1 Yes, that's the one. I think what the OP wants is a way to (globally)

Re: [fltk.development] New FLTK3 user -- layout feature request

2011-12-08 Thread Matthias Melcher
There is something similar in FLTK 2. It has a virtual function named layout() that adjusts widgets sizes and available space. I am planning on using the layout mechanism in 3 - unless of course there is abetter way?! On 01.12.2011, at 07:17, Lynn Quam wrote: I am a new user of FLTK3 who is

Re: [fltk.development] New FLTK3 user -- layout feature request

2011-12-08 Thread Domingo Alvarez Duarte
Have yoy looked at the EvaLayout that I managed to make it work with fltk ? http://www.fltk.org/str.php?L2785+P0+S-2+C0+I0+E0+Qevalayout On Thu, 08 Dec 2011 18:47:28 +0100, Matthias Melcher m...@matthiasm.com wrote: There is something similar in FLTK 2. It has a virtual function named

[fltk.general] Fl_Overlay_Windows.cxx : strange 'g' char

2011-12-08 Thread David FLEURY
Hi, in Fl_Overlay_Windows.cxx, there is a strange include directive line 25 : #include FL/Fl.Hg (branch 1.3 - r9200) Regards, David ___ fltk mailing list fltk@easysw.com http://lists.easysw.com/mailman/listinfo/fltk

Re: [fltk.general] Fl_Overlay_Windows.cxx : strange 'g' char

2011-12-08 Thread MacArthur, Ian (SELEX GALILEO, UK)
in Fl_Overlay_Windows.cxx, there is a strange include directive line 25 : #include FL/Fl.Hg (branch 1.3 - r9200) OK - try 9201 SELEX Galileo Ltd Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 3EL A company registered in England Wales. Company no.

Re: [fltk.general] Fl_File_Chooser(common dialog) and Favorites Menu_button

2011-12-08 Thread Matthias Melcher
On 10.10.2011, at 23:46, david mcclanahan wrote: I want to preseed the list of directories under Favorites with a directory containing some sample files that gets determined at install time. I don't see any obvious way to allow to do it and wanted to make sure that was the case. There is

Re: [fltk.general] Need FLTK C++ CODE URGENT THANKS

2011-12-08 Thread Matthias Melcher
On 01.12.2011, at 20:13, rajesh kumar wrote: My name is Raj. I am from CA. I a writing a C++ code compatible to FLTK tool This is for windows Basically my requrement is I have a Water Tank. When i click on the water tank the fish image should appear and we should move the fish in the water

Re: [fltk.general] I'll be back...

2011-12-08 Thread Matthias Melcher
Hi Matt, Welcome back. If you get this far in the postings, that's you about current... Phew! Yes, I 'll have additional comments on about six threads. Special thanks to Manolo for keeping 3.0 concurrent with 1.3! ___ fltk mailing list

Re: [fltk.general] Fl_Tile resizable() tile.cxx

2011-12-08 Thread Robert Strickland
On 12/06/11 13:48, Robert Strickland wrote: These would appear to create an invisible box that overlaps other Fl_Boxes that make up the tile. Yes, this is one of several techniques for controlling which widgets will resize. This technique involves creating an invisible

Re: [fltk.general] Fl_Tile resizable() tile.cxx

2011-12-08 Thread Robert Strickland
On 6 Dec 2011, at 21:48, Robert Strickland wrote: I am new to FLTK. I am using fltk 1.3.0. For my application, I would = like to establish some minimum sizes for individual tiles that make up = the Fl_Tile. The supplied test/tile.cxx seems to have some of the = behavior I want. Box 2a

Re: [fltk.general] Good tutorial for complex drawing functions

2011-12-08 Thread Jens Grunert
Thank you very much for your answers, they are good starting points for me. What I want to do is something very simple, in the past I wrote a program to display millions of rectangles, each is an widget, being selectable and completely filled with an fl_rect, with a tooltip with its name and

Re: [fltk.general] Fl_Tile resizable() tile.cxx

2011-12-08 Thread Matthias Melcher
On 08.12.2011, at 16:19, Robert Strickland wrote: The behavior I would like is for each box in the tile to have some minimum size (say 3 pixels square). Currently, when I drag the border to one side or the other, one or more boxes completely disappears. If the user is unfamiliar with the

Re: [fltk.general] Zoom on a multitouch environment

2011-12-08 Thread Matthias Melcher
On 15.11.2011, at 17:10, Ian MacArthur wrote: On 15 Nov 2011, at 13:12, Mathieu Peyréga wrote: The problem was solved by adding the preprocessor definition WINVER=0x0601 for both FLTK dll and the application itself... OK - so I guess, in that case, that the zoom event is being

Re: [fltk.general] Fl_Preferences (bug)

2011-12-08 Thread Matthias Melcher
On 30.11.2011, at 23:43, Richard Sanders wrote: for(loop = 0; loop entries; ++loop) { sprintf(name, %d, loop); if(!preference-entryExists(name)) exit(2); // should not get to this but loop will have a value of 15 at this point Well, you are looking for an entry that is named

Re: [fltk.general] Problems with hide and show

2011-12-08 Thread Matthias Melcher
On 08.12.2011, at 20:55, David Allen wrote: I want to have several groups in the same region with all but one hidden at any one time. It would be like a Wizard except that the order of display is not sequential. Starting with just two groups with no hides, the program compiles and runs.

Re: [fltk.general] Fl_Preferences (bug)

2011-12-08 Thread Matthias Melcher
On 08.12.2011, at 21:20, Richard Sanders wrote: On Thu, 08 Dec 2011 08:26:54 -0800, Matthias Melcher m...@matthiasm.com wrote: On 30.11.2011, at 23:43, Richard Sanders wrote: for(loop = 0; loop entries; ++loop) { sprintf(name, %d, loop); if(!preference-entryExists(name))

Re: [fltk.general] Problems with hide and show

2011-12-08 Thread David Allen
On 08.12.2011, at 20:55, David Allen wrote: I want to have several groups in the same region with all but one = hidden at any one time. It would be like a Wizard except that the order = of display is not sequential. =20 Starting with just two groups with no hides, the program compiles

Re: [fltk.general] Problems with hide and show

2011-12-08 Thread Ian MacArthur
On 8 Dec 2011, at 19:55, David Allen wrote: I want to have several groups in the same region with all but one hidden at any one time. It would be like a Wizard except that the order of display is not sequential. Starting with just two groups with no hides, the program compiles and runs.

[fltk.general] fltk 1.3.x + cairo -- neato

2011-12-08 Thread Greg Ercolano
Someone was asking me about drawing smooth (antialiased) lines in FLTK, and decided to try out FLTK with Cairo support. I was surprised it only took minutes to install + rebuild fltk against it on linux, and it built a working test/cairo_test program. The