Re: [fltk.bugs] [MOD] STR #1949: fltk not handling RGBA png files correctly

2008-10-21 Thread Bill Spitzak
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L1949 Version: 1.3-current These variables are not referred to in the 2.0 version, and it displays the image square. Link: http://www.fltk.org/str.php?L1949 Version: 1.3-

Re: [fltk.bugs] Fl_Output Widget not drawing properly

2008-10-21 Thread Albrecht Schlosser
John Banek wrote: > An Fl_Output widget created with no box may not always clear the output field > when new text is outputted. The placement in the main window may make a > difference. I have 2 screen layouts for essentially the same app. On one the > field is properly drawn. On the other any n

Re: [fltk.bugs] Fl_Output Widget not drawing properly

2008-10-21 Thread Duncan Gibson
> An Fl_Output widget created with no box may not always clear the > output field when new text is outputted. The placement in the main > window may make a difference. I have 2 screen layouts for essentially > the same app. On one the field is properly drawn. On the other any > new text written dra

[fltk.bugs] Fl_Output Widget not drawing properly

2008-10-21 Thread John Banek
An Fl_Output widget created with no box may not always clear the output field when new text is outputted. The placement in the main window may make a difference. I have 2 screen layouts for essentially the same app. On one the field is properly drawn. On the other any new text written draws on t

[fltk.bugs] Old glibc problem

2008-10-21 Thread Dan Fandrich
Old glibc versions (e.g. 2.2.5) don't include scandir64(). The attached patch stops attempting to use large directory support on such old glibc versions. I'm not sure if the version check in the patch (>=2.3) is optimum, but it's better than what's in there now! I haven't exhaustively tested the

[fltk.bugs] [HIGH] STR #2068: Cut and paste does not work in FLUID on Vista

2008-10-21 Thread Jonas Lindemann
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2068 Version: 1.3-current When using FLUID on Vista recently I noticed that cut and paste between the text editor widgets does not work. I have used this before and I can'

[fltk.bugs] tab cylcling bug in fltk::Group::handle()

2008-10-21 Thread joerg-walter
if widgets that can take focus are embedded in a group hirarchy, then pressing TAB / RightKey will eventually result in the focus stopping on the last widget in the window instead of passing to the first widget in the window again. The reason is the marked if-check in Group::handle(): case K

[fltk.bugs] [HIGH] STR #2070: How to use load_plugin?

2008-10-21 Thread WangHua
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L2070 Version: -current Can show a Window from dll, using load_plugin? I write fltk_plugin.cxx, including fltk_main.cxx, fltk_plugin.cxx. after compile, fltk_main.cxx -> flt