June 1st, 1999, 09:31 AM
I'm using CSizingBar to get some cool docking windows,
however I have a small problem positioning my control
bars as I want them, take a look at this screenshot of
my jeMediaBrowser application:
http://www.omtanken.se/valheru/jmb.html
You see the three topmost control bars? To get them like
that I have to manually drag them to those positions,
otherwise they are just placed below one each other.
How can I programmatically put one control next
to another?
Perhaps there is a way I don't know about?
I'd need something like:
a_bar->DockToLeftOf(another_bar) and
a_bar->DockToRightOf(another_bar) etc?
however I have a small problem positioning my control
bars as I want them, take a look at this screenshot of
my jeMediaBrowser application:
http://www.omtanken.se/valheru/jmb.html
You see the three topmost control bars? To get them like
that I have to manually drag them to those positions,
otherwise they are just placed below one each other.
How can I programmatically put one control next
to another?
Perhaps there is a way I don't know about?
I'd need something like:
a_bar->DockToLeftOf(another_bar) and
a_bar->DockToRightOf(another_bar) etc?