Hello JUCE team,
What do you think about adding something like QSplitter (from Qt) to JUCE? I find it super useful and convenient and I find myself in a position where I need something like it a lot.
Hello JUCE team,
What do you think about adding something like QSplitter (from Qt) to JUCE? I find it super useful and convenient and I find myself in a position where I need something like it a lot.
StretchableLayoutManager ?
http://learn.juce.com/doc/classStretchableLayoutManager.php
This one does the trick nicely.
http://www.juce.com/forum/topic/split-window-component
StretchableLayoutManager with a StretchableLayoutResizerBar does seem to be the kind of thing I usually need. Thanks chkn.
I'll have to try that one out Rory. It seems quite interesting.
Before, I would just try to use a ResizableEdgeComponent and I answers ended up with all kinds of weird problems and some really weird code. I think StretchableLayoutManager is the answer, from what I can tell from reading the documentation.