Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
615
OptionSetEditor customized Tooltip Text
posted

NetAdvantage 9.2

I'm using an OptionSetEditor to select a single item from a Cell's valuelist. Since some of the valuelist items are quite large I'd like to offer a tooltip to show the entire text for the item when hovering over it.

Is there a way to capture or intecept the hottracking going on (that highlights each radio button on a mouse over) for the item such that I can resolve that to the item itself (and therby its text)?

If not, is there some other way to get the item outside of getting into capturing coordinates and using ElementFromPoint() etc?

 

thanks

Parents
  • 615
    Verified Answer
    posted

    I created a solution that grabs the text from the Underlying TextUIElement and resolves the parent cell from it to set that cell's tootiptext. If there is another way of doing this that I've overlooked I'd be interested in knowing about it.

    Thanks

Reply Children
No Data