> The troulbe is, the MySlider controls keep extending outside > the TrackTab > Scroll. Making one of the members of MySlider (e.g. > Value_Slider pitch) > be 'resizable' just seem to make things worse, then the > octave slider is > ALWAYS outside the scroller no matter how much the window is > resized! I > was expecting the MySlider to get resized by the TracTab Pack > to fit, but > it seems like its child objects are resizing to some other > object that I > don't understand.
In short - I don't really understand Fl_Pack, I've never been able to figure out quite how it is going to behave when I use it, so I can't really help you with this one. I would say that nesting 'em is even worse... I don't know if any of the following is relevant... Anyway, a while back I was trying to cobble together some sort of dockable toolbar mechanism, and my initial scheme using Fl_Pack was, erm, not good... So, in the end I came up with another scheme, based on nested groups and resizing them under program control. More complex to get going, but at least it did what I expected. The results are posted here: http://www.imm.uklinux.net/dock_grp.html In case that offers any ideas to you. Alternately, Jason Bryan's FLU add-on widget set provides a number of additional grouping widgets, which again might provide you with some solutions - worth a look, at any rate: http://www.osc.edu/archive/FLU/ Maybe there's something in there that you could use. -- Ian SELEX Sensors and Airborne Systems Limited Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 3EL A company registered in England & Wales. Company no. 02426132 ******************************************************************** This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the sender. You should not copy it or use it for any purpose nor disclose or distribute its contents to any other person. ******************************************************************** _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

