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

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

2013-04-21 Thread dirac
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. All the best, John ___ fltk mailing list fltk@easysw.com http://lists.easysw.com/mai

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

2013-04-21 Thread Greg Ercolano
On 04/20/13 14:04, dirac wrote: > Hi guys, > > I'm building a stack of horizontal widgets, like that (I hope the ASCII > art works): > > +---Fl_tile---+ > | +-+ | > | | widget 0| | > | +-+ | > | +-

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

2013-04-21 Thread Duncan Gibson
> I would like to make each widget vertically resizable, so an Fl_tile > seems a good choice for a container. IIRC, Fl_Tile imposes some constraints on how its children resize. For a general description of how resizing works in FLTK, see "resizable() " at http://fltk.org/doc-1.3/classFl__Group.ht

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

2013-04-21 Thread Martin Kroeker
> 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 STR2795 Latest FLU is

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

2013-04-21 Thread Ian MacArthur
On 20 Apr 2013, at 22:04, dirac wrote: > I'm building a stack of horizontal widgets, like that (I hope the ASCII > art works): > > +---Fl_tile---+ > | +-+ | > | | widget 0| | > | +-+ | > | +-+

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

2013-04-20 Thread dirac
Hi guys, I'm building a stack of horizontal widgets, like that (I hope the ASCII art works): +---Fl_tile---+ | +-+ | | | widget 0| | | +-+ | | +-+ | | | widget 1| | | +-