OpenDCL Forums

OpenDCL => Studio/Dialog Editor => Topic started by: Kelie on June 30, 2009, 12:19:04 AM

Title: Tooltip for individual grid cells?
Post by: Kelie on June 30, 2009, 12:19:04 AM
Is it possible to set different tooltip for individual grid cells? From the help file, seems it is not a built-in feature. I guess i can use dcl_Grid_HitPointTest method to figure out the row and column and display a tooltip? or there is a better way? Thanks.
Title: Re: Tooltip for individual grid cells?
Post by: owenwengerd on June 30, 2009, 11:22:52 AM
There is no built-in way to do it, so your idea is probably the best bet.
Title: Re: Tooltip for individual grid cells?
Post by: Kelie on June 30, 2009, 10:57:38 PM
Thanks for confirming this, Owen.
Title: Re: Tooltip for individual grid cells?
Post by: Fred Tomke on June 30, 2009, 11:12:26 PM
And how will you hide the tooltip after leaving the mouse from the grid? Is there a chance? Or will the tooltip disappear automatically? I remember a post that asked such a question.

Fred