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 » OnRibbonGalleryItemHoverChange Collapse All
Subject Author Date
himanshu joshi Feb 21, 2007 - 5:32 AM

Hi

I have implemented the above function in my application.
Whenever i move the mouse from one item to another placed in ribbongallery control it show the tooltip to me however for this we need mouse movement.

Because of this when i take mouse on any item very first time it does not show anything for that i need to move the mouse and bring back to same item.
Is there any other similar function which will do the same thing but not require mouse move event

Thanks

Technical Support Feb 22, 2007 - 4:20 AM

Would you provide some more details about what you need? We guess you should implement the OnRibbonGalleryItemHoverChange() virtual method for applying some actions when the mouse is just hovering over the gallery and OnRibbonGalleryItemSelChange() when the user navigates through gallery items using the keyboard.