Dear All,
I’ve just discovered Juce and I’m really very impressed - it looks much like an “ideal GUI toolkit” for me.
However, I didn’t find documentation very useful for beginner - API reference is not enough to understand how to do certain specific things.
So, the first question:
Is there any other help or only the reference and very basic tutorial are available?
Now specific things:
2) What is the best way of making resizable components, which adjust the sizes and positions of their children automatically (without manually coding resize event)? Is there anything like “layouts” or “packers” used in other toolkits?
Is there anything like “panned” control in GTK or QT (movable border between two controls).
Is it possible to compile Juce without dependencies to alsa libs in Linux if I don’t need sound?
Thanks, but this is what I actually mean by “very basic tutorial” This tutorial is great introduction for a person who never did GUI programming before, but I would appreciate something more comprehensive with real-world examples. For example it is said there that components could be configured to be resizable, but I still can’t figure out how…