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 » Ribbonbar bar label layout problem Collapse All
Subject Author Date
Shailesh Nikam Apr 18, 2007 - 12:55 AM

Hi,

In ribbonbar.exe applicaiton. There is tab "Page Layout\Paragraph" on this paragraph group there are 2 labels by name indent and spacing.

Select Page Layout tab from ribbonbar. Then start resizing the application from left bottom corner to righ side of screen. Resize the application to right till "Paragraph" group turns into drop down group.

Now click on Paragraph. It will show dropdown with all buttons in it. Just observe the label’s allignment.
Label allignment is very absurd. This thing will happen only for the first time when we launch the application.

Please can you tell me how to fix this problem.

Regards,
Shailesh

Technical Support Apr 18, 2007 - 9:22 AM

Thank you for reporting this issue. Please add the virtual INT RibbonILE_Get() const; virtual method to the CExtRibbonNodeLabel class:

INT CExtRibbonNodeLabel::RibbonILE_Get() const
{
      ASSERT_VALID( this );
      return __EXT_RIBBON_ILE_MIN;
}