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 » InSide , OutSide Collapse All
Subject Author Date
tarou iiyama Sep 19, 2006 - 2:52 AM

Hello

When I want to install a bar in outside.
DockControlBarInnerOuter( AFX_IDW_DOCKBAR_RIGHT,
false,
pCFrameWnd,
true
),

When I want to install a bar in inside.
DockControlBarInnerOuter( AFX_IDW_DOCKBAR_RIGHT,
true,
pCFrameWnd,
true
),


Is a bar attached to inside?
Is a bar attached to outside?
Can you examine it?

Technical Support Sep 19, 2006 - 9:37 AM

The CExtControlBar::DockControlBarInnerOuter() method works correctly. If it is not true in your case, we can guess there is some additional code that affects the control bar’s location. For instance, this may happen if you changed its location and then loaded its state from the registry.

tarou iiyama Sep 19, 2006 - 6:20 PM

Hello

Is not a position connected to examined?

InSide or OutSide.

http://www.prof-uis.com/img/article_img/01-06.jpg

Technical Support Sep 21, 2006 - 6:08 AM

We are sorry but it is not completely clear what you mean. Would you let us know more details or send us a test project?