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 » ToggleDocking problems Collapse All
Subject Author Date
Jean-Yves Garneau Jun 27, 2006 - 2:13 PM

Using the SDI Sample, double click on caption toggle docking window to floating window but double click to floating window don’t dock ! It is an option ? I am using 2.54 freeware version. Thank’s.

Jean-Yves Garneau Jun 29, 2006 - 12:00 PM

I appreciate your support. Thank you.

Jean-Yves Garneau Jun 29, 2006 - 5:53 AM

I understand that it’s more complicated than the basic MFC CControlBar but it’s a good feature. I wait for that in a new realease !!! 8-)

I have also a problem when toggling to floating window and quit and restart my software (ProfileBarStateSave, ProfileBarStateLoad). My control bars contain CView but don’t receive WM_INITIALUPDATE, so nothing displayed int my bars. Why ?

Technical Support Jun 29, 2006 - 11:02 AM

The CView::OnInitialUpdate() virtual method is invoked only when the view window is created from the MFC document template. You should call this method explicitly in your code if you create your view classes without document template.

Technical Support Jun 28, 2006 - 10:05 AM

This behavior of the Prof-UIS control bar is based on the standard MFC control bar. The last one is able to remember the toggled position only for simple cases. Unfortunately this makes available state toggling only for control bars in outer areas like toolbars and menu bar.