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 » I want to show Grid a tool tip Collapse All
Subject Author Date
tera tera Jan 12, 2010 - 6:24 PM

Hello.


 


Technical Support May 17, 2010 - 2:46 PM

We coded the following test project for you:

http://www.prof-uis.com/download/forums/TestTooltipsOverGridCells.zip

You may need to add the <b>res/manifest_x86.xml</code> additional manifest file option and specify the PROF_UIS_FORCE_NO_MANIFEST resource preprocessor symbol if you are going to compile it with Visual Studio 2005 or later version.

Ulrich Heinicke May 17, 2010 - 12:18 PM

Hi,


do you have an example?


Ulrich

Technical Support Jan 13, 2010 - 11:09 AM

The grid controls support tooltips and expanding features for grid cells. The tooltip window is displayed near grid cell. The content expanding window is displayed exactly over grid cell and location of cell text inside cell. Both windows are displayed automatically when the grid cell’s text is displayed partially. Unfortunately, the grid controls currently does not support independent cell tooltips with custom text. I.e. there is no tooltip support similar to tooltips of toolbar button. But you can display tooltips manually. You can handle the standard WM_MOUSEMOVE message your grid class, hit test the cells which should display tooltip and display the standard tooltip control for them or the CExtPopupMenuTipWnd control.