Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » About the operation of the docking bar Collapse All
Subject Author Date
tera t Mar 24, 2008 - 7:04 PM

Hello.


Two AB docking bars are united.

I can float an A docking bar.

And,

The B docking bar wants to follow it, too.


image


http://www.tok2.com/home/ifreeta/20080324/image01.jpg


 

Technical Support Mar 26, 2008 - 12:14 PM

You docked one of your bars at the right side of the main frame window using the CExtControlBar::DockControlBarInnerOuter() method and then you docked the second bar relative to first one using CExtControlBar::DockControlBarLTRB(). If you make the first bar floating using the CExtControlBar::FloatControlBar() method, then the second bar will follow the first one. But it’s not possible to make the second bar linked to first one when the userl drag-n-drops one of them if both bars are not organized into one tabbed container. If you need both the property grid and drawing windows demonstrated on your screenshot be constantly one near other and you need a separator between them, then you should use only one resizable control bar, create a CExtSplitterWnd window inside it and create both property grid and drawing windows as splitter panes.