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.
Subject |
Author |
Date |
|
howard liu
|
Sep 1, 2008 - 9:32 AM
|
Hi, I have implemented prof-ui based advanced tool bar in the user interface of my application. These prof-ui based advanced tool bars are dockable in nature.This user interface has more than one tool bar within an interface. Under certain scenario these tools bars swaps their position. I would like to make these advanced tool bars pinned or non-dockable type Basically would want to have advanced prof-ui sytle tool bar and make them pinned (non-dockable or non-movable). How do I achieve this Thanks Howard
|
|
Technical Support
|
Sep 1, 2008 - 11:14 AM
|
Please invoke the following line code to make all the control bar non-re-dockable:CExtControlBar::g_bLockAllBars = false;
|
|