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 General Discussion » Movement becomes funny when I use DockControlBar( AFX_IDW_DOCKBAR_RIGHT , true ) Collapse All
Subject Author Date
tarou iiyama Sep 11, 2006 - 3:48 AM

Hello

I use CExtContorlBar::DockControlBar( AFX_IDW_DOCKBAR_RIGHT , true ).
It is finished in ProfSave.
After ProfLoad was carried out.
A program falls.


However.

I carry out DockControlBar( AFX_IDW_DOCKBAR_RIGHT, 1, pCFrameWnd, false).
A program works normally.

Why will such a thing happen?

Technical Support Sep 11, 2006 - 7:39 AM

We left the CExtControlBar::DockControlBar() methods for compatibility with old Prof-UIS versions (like v.2.20) only. Please use the CExtControlBar::DockControlBarInnerOuter() and CExtControlBar::DockControlBarLTRB() methods instead.