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 » RibbonBar has a bug. Collapse All
Subject Author Date
tera t Feb 27, 2008 - 12:17 AM

Hello.

It is not called in appointed command ID.
By these menus, it is called with 65535 by all means.

http://www.yukai.jp/~ifreeta/20080227/image01.jpg

Technical Support Feb 29, 2008 - 5:11 AM

We are sorry. It seems we have fixed this issue after the release of 2.82. Here is the test application that demonstrates that issue is solved :

TestPrintCommandInSplitMenuButton.zip

Please contact us via email so we can provide you with the latest source code that fixes this problem..


tera t Feb 27, 2008 - 8:01 PM

Hello.

Even Prof-UIS 2.70 , 2.81 , 2.82 does not work.

http://www.yukai.jp/~ifreeta/20080227/image02.jpg

The place of O works.
The place of X does not work.
The application does not work.

Technical Support Feb 27, 2008 - 6:59 AM

If we insert the following code at the beginning of CMainFrame::OnCmdMsg() in the <span class="newgreen"RibbonBar</span> sample, we can see that the command associated with the split menu button is invoked successfully:

if( nID == ID_FB_PRINT && nCode == CN_COMMAND && pExtra == NULL )
{
      ::AfxMessageBox( _T("!!!") );
            return TRUE;
}
Which version of Prof-UIS are you using at present?