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 application button dropdown problem Collapse All
Subject Author Date
Shailesh Nikam Apr 4, 2007 - 9:10 PM

Hi,

I have implemented code for adding recent files list in ribbonbar. When I select recent file instead of calling default recent file function I’m calling my own function. But when I click on recent file name then its showing dropdown menu for long time. Its not hiding in the same way when I click on Open button. Can you tell me how to refresg the ribbonbar application drop down so that it will not show fading effect.

parikshit nangre May 10, 2008 - 1:09 AM

hi


 


this is parikshit from india. have you implemented CExtRibbonbar in a dialog based application? if so please reply me as soon as possible or mail me on parikshit.nangre@pxlsoft.com

Technical Support Apr 6, 2007 - 12:32 PM

The menu may not hide smoothly if your code performs some hard and long-in-time work when the MRU item is clicked. The CExtPopupMenuWnd::CancelMenuTracking() static method hides the currently active menu tree.