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 » CExtGridCellButton and tooltips Collapse All
Subject Author Date
Byron Blattel Aug 29, 2007 - 2:35 PM

I’ve overidden CExtGridCellButton::OnGetToolTipText() but it’s not getting called.

I’ve also tried overiding MyReportGrid::OnGridCellGetToolTipText(), it get’s called for header cells but not for inner cells. I have the __EGBS_EX_CELL_TOOLTIPS style set and cells that are narrower than their text display the tooltip, even though OnGridCellGetToolTipText() is not called. I’m also calling EnableTooltips()...

What am I missing?