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 » Ribbon/MDI Restore button Collapse All
Subject Author Date
Herve Dumont Jan 17, 2008 - 4:02 AM

We migrated from Prof UIs 2.71 to 2.82 and we noticed Ribbon/MDI window problem
If I run RibbonBarMDI sample, create a new document, The document is maximized and the Close/restore buttons for this document are not visible left to the info button.

Herve Dumont Jan 24, 2008 - 7:57 AM

The registry was the trick. After removing registry entry, restore buttons reappeared.

Technical Support Jan 23, 2008 - 12:20 PM

First of all, please rebuild both Prof-UIS and your project completely. Second, please remove the control bar state persistence data from the system registry. Third, if the first and second steps do not help, please request the latest source by email.

Herve Dumont Jan 23, 2008 - 7:51 AM

I applied the patch, but the problem still persist

Technical Support Jan 19, 2008 - 7:48 AM

It seems this "feature" was added during final testing of 2.82. Please update the source code for the following method:

void CExtRibbonPage::_DelayUpdateMenuBar()
{
      ASSERT_VALID( this );
      CExtMenuControlBar::_DelayUpdateMenuBar();
}