Re: [fltk.general] Fl_tile: don't shrink, just shift

2013-04-22 Thread Greg Ercolano
On 04/21/13 10:50, Greg Ercolano wrote: > I made one of these once; in my case I didn't use a tile, > just used a regular Fl_Group in which the widgets were positioned, > and put a thin widget between each that acted as a 'resizer' which: > > 1) enlarged/shrunk the

Re: [fltk.general] Fl_tile: don't shrink, just shift

2013-04-22 Thread Duncan Gibson
>>> ... Jason Bryan's "FLU" widget extensions >>> ... OK; his pages at OSC.edu appear to be down, >> This came up a year ago - check STR2795 >> Latest FLU is hosted on sourceforge >> http://sourceforge.net/projects/flufltk/ > ... does that actually work for anyone? I just tried, and there > don'

Re: [fltk.general] Fl_tile: don't shrink, just shift

2013-04-22 Thread MacArthur, Ian (Selex ES, UK)
> Thank you all so much for your hints: now I understand the real purpose > and design of Fl_tile! > I think I'll opt for a derived Fl_Group as suggested by Ian and Greg. Mainly by Greg, I thought his description was pretty good. I might be tempted to make his "resizer" widget out of a group, so t

Re: [fltk.general] Fl_tile: don't shrink, just shift

2013-04-22 Thread MacArthur, Ian (Selex ES, UK)
> > Hmm, now, I seem to recall that Jason Bryan's "FLU" widget extensions > = > > for fltk had something like that - they wo uld be worth a look. > > > > OK; his pages at OSC.edu appear to be down, but there's a mirror here > = > > that still seems to work: > > > This came up a year ago - check ST