Re: [fltk.development] [RFE] STR #829: Support for animated GIFs in Fl_GIF_Image

2013-01-24 Thread w . szukalski
DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW. [STR New] Link: http://www.fltk.org/str.php?L829 Version: 3.0-feature The code in 'animate' has bugs: the background is always white. You can test the 'cat.gif' with 'test/browser_pixmap': this image has

[fltk.general] Subwindow not showing

2013-01-24 Thread Daniel Fournier
Hi there, I'm using FLTK and FLUID (1.3.2) to reorganise a complex sound synthesis software. I use two main windows launched at start, each one giving access (via a graphic menu) to a lot of other subwindows beeing shown by the FL_Widget::show() and hide() methods. I have strictly the same

Re: [fltk.general] Showing hex value in Fl_Value_Input

2013-01-24 Thread MacArthur, Ian (Selex ES, UK)
I'm using Fltk 1.3 In an Fl_Value_Input I can manually input a hex value by prefixing it with 0x, but I can't figure out how to put a value in programmatically and have it show it in hex. Is there a way to do this? Well... yes, but probably not as easy as you'd want... You can derive

Re: [fltk.general] Changing an Fl_Menu_Bar item colors

2013-01-24 Thread MacArthur, Ian (Selex ES, UK)
I have an Fl_Menu_Bar with a few added items that have the FL_MENU_TOGGLE property. This adds checkboxes to the menu. I need to change the visual indication that each menu item has been clicked from the checkbox to toggling menu item foreground (text) and background colors. Obviously I

Re: [fltk.general] Showing hex value in Fl_Value_Input

2013-01-24 Thread Moses McKnight
Thanks, I was afraid of that. I'll figure something out. On 01/24/2013 10:48 AM, MacArthur, Ian (Selex ES, UK) wrote: I'm using Fltk 1.3 In an Fl_Value_Input I can manually input a hex value by prefixing it with 0x, but I can't figure out how to put a value in programmatically and have it

[fltk.general] Segmentation fault when calling Fl_Output-value()

2013-01-24 Thread Moses McKnight
I'm using the latest svn of fltk 1.3, and I have a simple window with an Fl_Output. When I call the value(const char*) function with a string I get a segmentation fault, and running it in the debugger shows it happens in the Fl_Widget::clear_changed() function, called at the beginning of the