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 » Problem with _IsShowContentWhenDragging. Collapse All
Subject Author Date
ahmad hassan Jul 16, 2004 - 6:16 AM

Hello,


I have a little problem and that is i would like to show the contents of any CExtToolcontrolbar when dragging i have also returned true from _IsShowContentWhenDragging of CExtToolcontrolbar but i don’t know why is not giving the behaviour required.


The biggest problem is that it doesn’t dock where i drop it.


I need a correct behaviour for dropping of toolbar as in mfc.


Thanking in advance.

ahmad hassan Jul 16, 2004 - 8:05 AM

Hello,


I have a little problem and that is i would not like to show the contents of any CExtToolcontrolbar like MFC when dragging i have also returned FALSE from _IsShowContentWhenDragging of CExtToolcontrolbar but i don’t know why is not giving the behaviour required.



The biggest problem is that it doesn’t dock where i drop it.



I need a correct behaviour for dropping of toolbar as in mfc.



Thanking in advance.

Technical Support Jul 20, 2004 - 3:24 AM

The methods whose names start with "_" are designed to be internal and used for implementing particular components. So, we do not recommend you to use them. The Prof-UIS toolbar is designed to be redockable and show its content during drag-and-drop operations. We are no longer support the old-style docking algorithm for toolbars.