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 » CExtSplitterWnd GUI persistence Collapse All
Subject Author Date
Louis RUBET Nov 26, 2007 - 7:10 AM

hi

as the title says..

Does GUI persistence manage CExtSplitterWnd sizes (width / height persistence of all child views) ?
If not, have you some ready-made code which does it ?

Louis RUBET Dec 12, 2007 - 2:20 AM

thx for the info !

Svetlozar Kostadinov Dec 6, 2007 - 5:41 PM

Louis, you may try the SSplitter control found in CodeProject.com. It supports registry saving/loading and other features.

Technical Support Nov 26, 2007 - 1:30 PM

The Prof-UIS’s CExtSplitterWnd is just a re-painted version of the MFC’s CSplitterWnd. So CExtSplitterWnd does not add any new functionality. Unfortunately the MFC’s splitter does not support persistence for pane width/heights. The solution can be to get the width and/or height values and save them.