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 » ControlBar or DynamicControlBar load/save state question? Collapse All
Subject Author Date
Christan HIRIGOYEN Feb 22, 2008 - 9:17 AM

I would like to create at runtime ControlBar or DynamicControlBar, but I don’t want to recreate them at next launch.
How is it possible to avoid saving the state of these Bars?
CExtControlBar::ProfileBarStateSave is for all control Bars, but i still want to save state of toolbars...

Please could you advice me?

Thanks in advance

Technical Support Feb 25, 2008 - 4:31 AM

You should remove such temporarily dynamic control bars before saving the state of control bars.

Offer Har Feb 22, 2008 - 11:00 AM

I had the same problem - the solution is in OnDestroy of your main frame to close them.