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 » If there is not an answer, I am troubled. Collapse All
Subject Author Date
tera t Jun 30, 2008 - 8:18 PM
Technical Support Jul 3, 2008 - 5:30 AM

We are sorry for the delay. The menu question needs more details. Both A and B on your screen shot are not menus but ribbon groups. Ribbon groups collapse automatically. A collapsed ribbon group is converted into a popup menu like ribbon group which is also not the same as a simple popup menu.

The second problem is really interesting. We have fixed it using delayed dialog creation. This is not the final fix, but it’s working:

ModifiedRibbonBarSampleWithDelayedDialogCreation.zip


tera t Jul 3, 2008 - 6:51 PM

Hello.


>The second problem is really interesting.


>We have fixed it using delayed dialog creation.

Before Prof2.82, there was not the necessity with OnRepositionSingleChild.

The program worked normally.    (-_-;;


>This is not the final fix, but it’s working:

When does fix seem to be the last?


 

Technical Support Jul 10, 2008 - 1:18 PM

We are working on the dialog/ribbon related problem. It’s linked to two big parts of Prof-UIS what makes problem analysis complex

tera t Jul 3, 2008 - 6:30 PM

Hello.


http://www.prof-uis.com/prof-uis/tech-support/support-forum/ribbonbar-question-61033.aspx


>The menu question needs more details.

>Both A and B on your screen shot are not menus but ribbon groups.

>Ribbon groups collapse automatically.

>A collapsed ribbon group is converted into a popup menu like ribbon group which is also not the same as a simple popup menu.


When Menu-A is not displayed, I want to display Menu-B.

When Menu-B is not displayed, I want to display Menu-A.


Is it impossible when I do not build a ribbon bar every time?


m_wndRibbonPage.SetButtons();

m_wndRibbonPage.SetButtons( m_pRibbonNode );

m_wndRibbonPage._RecalcPositionsImpl();

CWnd::RepositionBars(0,0xFFFF,0);

m_wndRibbonPage.Invalidate();


 

Technical Support Jul 10, 2008 - 1:25 PM

The current version of ribbon bar and ribbon page requires rebuilding of buttons collection.

tera t Jul 9, 2008 - 12:18 AM

 


 


Please answer. 

Offer Har Jun 30, 2008 - 8:21 PM

Me too