Re: [fltk.general] GIF Image

2013-01-21 Thread Ian MacArthur
Hi Marc, On 21 Jan 2013, at 17:21, Marc R.J. Brevoort wrote: > On Thu, 17 Jan 2013, Ian MacArthur wrote: > >> Somebody (maybe Albrecht? Can't recall now, it was a while ago...) >> did post patches to implement animated GIF's, >> but that was some time (years) ago, and there seemed >> to be no de

Re: [fltk.general] GIF Image

2013-01-21 Thread Marc R.J. Brevoort
On Thu, 17 Jan 2013, Ian MacArthur wrote: > Somebody (maybe Albrecht? Can't recall now, it was a while ago...) > did post patches to implement animated GIF's, > but that was some time (years) ago, and there seemed > to be no demand for that ability, so it never happened... That was me. http://rin

Re: [fltk.general] GIF Image

2013-01-18 Thread George
> >> That was probably this: > >> http://www.fltk.org/newsgroups.php?s16+gfltk.general+v25+T0+Qanimated > >> The link within is still working. > > > > I'll check to see if that code has been submitted as an STR, and if not, > > I can submit an STR on his behalf (he did say we could add his

Re: [fltk.general] GIF Image

2013-01-18 Thread Greg Ercolano
>> That was probably this: >> http://www.fltk.org/newsgroups.php?s16+gfltk.general+v25+T0+Qanimated >> The link within is still working. > > I'll check to see if that code has been submitted as an STR, and if not, > I can submit an STR on his behalf (he did say we could add his code to >

Re: [fltk.general] GIF Image

2013-01-18 Thread Greg Ercolano
On 01/17/13 23:25, chris wrote: >> Somebody (maybe Albrecht? Can't recall now, it was a while ago...) did = >> post patches to implement animated GIF's, but that was some time (years) = >> ago, and there seemed to be no demand for that ability, so it never = >> happened... >> > > That was probably

Re: [fltk.general] GIF Image

2013-01-18 Thread Mike Werner
> I am trying to insert a gif into a window but even though i use FL_GIF_Image > and even the picture is .gif , it' s still looking just like a normal static > picture in the window. I'm guessing that what you meant to say was that you are trying to insert an ANIMATED __

Re: [fltk.general] GIF Image

2013-01-18 Thread MacArthur, Ian (Selex ES, UK)
> > On 17 Jan 2013, at 22:54, George wrote: > > > > > I am trying to insert a gif into a window but even though i use = > > FL_GIF_Image and even the picture is .gif , it' s still looking just > = > > like a normal static picture in the window. > > > > > > Fltk's built-in GIF handling does not sup

Re: [fltk.general] GIF Image

2013-01-17 Thread chris
> > On 17 Jan 2013, at 22:54, George wrote: > > > I am trying to insert a gif into a window but even though i use = > FL_GIF_Image and even the picture is .gif , it' s still looking just = > like a normal static picture in the window. > > > Fltk's built-in GIF handling does not support animated GIF

Re: [fltk.general] GIF Image

2013-01-17 Thread Ian MacArthur
On 17 Jan 2013, at 22:54, George wrote: > I am trying to insert a gif into a window but even though i use FL_GIF_Image > and even the picture is .gif , it' s still looking just like a normal static > picture in the window. Fltk's built-in GIF handling does not support animated GIF's, only sta

[fltk.general] GIF Image

2013-01-17 Thread George
I am trying to insert a gif into a window but even though i use FL_GIF_Image and even the picture is .gif , it' s still looking just like a normal static picture in the window. ___ fltk mailing list fltk@easysw.com http://lists.easysw.com/mailman/listin

Re: [fltk.general] gif image alignment

2011-02-25 Thread Matthias Melcher
On 25.02.2011, at 17:03, Sam wrote: > I'm having alignment problems which looking back at former posts, no answers > were given. > > The problem is when I define an image and place it on a button. I'm using > 1.1.10 on an XP system. The bottom of the image is centered on the button. ie. 1.3 h

[fltk.general] gif image alignment

2011-02-25 Thread Sam
I'm having alignment problems which looking back at former posts, no answers were given. The problem is when I define an image and place it on a button. I'm using 1.1.10 on an XP system. The bottom of the image is centered on the button. ie. Fl_Button *button = new Fl_Button(0,0,30,30,""); butt