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 » Serialization with a mainframe only Collapse All
Subject Author Date
Jonas Gauffin Oct 23, 2006 - 7:00 AM

I’ve got an application with only one main window (SDI). It have no menubar, no statusbar, no toolbar = no nothing, just a plain SDI.
It fails when trying to save the state.

Technical Support Oct 23, 2006 - 11:20 AM

Please make sure that you invoked the CExtControlBar::FrameEnableDocking() method before serializing the state

if( ! CExtControlBar::FrameEnableDocking(this) )
{
 ASSERT( FALSE );
 return -1;
}