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.
Subject |
Author |
Date |
|
tera t
|
Feb 27, 2008 - 12:17 AM
|
|
|
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
|
|
|
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?
|
|