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 » Dynamic Toolbar Without tabbing Collapse All
Subject Author Date
John Ritzenthaler Feb 15, 2010 - 2:53 PM

I’m trying to implement a dynamic toolbar that can be docked in the main window (SDI) or floated.  I can do this but when I click on the menu in the control bar handle, I get an assert because the EDUIT is __EDUIT_UNSUPPORTED_ENVIRONMENT.  This is because my view window isn’t a tab page container:



m_pWndTabPageContainer =DYNAMIC_DOWNCAST(ExtTabPageContainerWnd,pWndCenter); returns null.


I don’t want the tabbing option.  I only have one dynamic bar.  What’s the best way to handle this?


Thanks.



 


 


 


 



Technical Support Feb 16, 2010 - 11:56 AM

We improved dynamic resizable control bars in Prof-UIS 2.89. Now the __EDUIT_UNSUPPORTED_ENVIRONMENT constant do not mean that dynamic bars cannot work in the detected environment. It means the environment does not allow dynamic bars to switch into document mode. Please drop us an e-mail to the support mail box at this web site so we will provide you with the source code update. Then you can compile and take a look at the following sample application:

http://www.prof-uis.com/download/forums/SDI_DynamicBars_NoTabs.zip