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 » RibbonGalleryControl for ribbon bar Collapse All
Subject Author Date
Brian Horn Jan 25, 2007 - 12:30 PM



I have implemented the RibbonGalleryControl for ribbon bar .

One inherent problem with the control is if I click on any of the item at first time it routes the command properly and that item becomes disables in the sense
If I click on it again it doesn’t do anything .

To make that item functioning I have to click on another item and then come back to previous one.

I have checked this with ribbon bar example given by Prof-Uis( Home->Style Tab , OnRibbonGalleryItemSelChange)


It seems consecutive command processing for gallery buttons having some problem.

any ideas how to fix this problem?

thanks-

Technical Support Jan 29, 2007 - 12:55 PM

If you are not interested in getting the gallery item click event for selected gallery items, you should override the OnRibbonGalleryItemSelChange() virtual method. If you want to get the item click event independently from whether item is already selected, please override the OnRibbonGalleryItemSelEndOK() virtual method.