Error description tooltip

SyntaxEditor for Windows Forms Forum

Posted 19 years ago by NSXDavid
Avatar
Is there some "intelliprompt" type tooltip event that happens when you hover of a span indicator? In particular I want to display the error message text that a CompilerErrorIndicator object represents in a tooltip when they hover over it, ala VS.NET and so forth.

BTW, the style import/export from the last maintenance release worked fantastic!

-- David

Comments (5)

Posted 19 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
We don't have a built-in way to do this yet although you could probably handle MouseHover and find the offset from the Point. Then scan the containing DocumentLine's indicators to see if it contains that offset. That's what we'll end up doing when we implement this as a feature.

Glad the import/export worked!


Actipro Software Support

Posted 19 years ago by NSXDavid
Avatar
Hmmm... ok.

Is there a way to take advantage of your somewhat snazzier tooltip control for this (or for anything really) as opposed to the much less formatable stock one?

-- David
Posted 19 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
There is a MarkupLabel control that is included in the WinUICore assembly. That's what we use in our popups. You could probably harness that in your own popup container.


Actipro Software Support

Posted 18 years ago by Thomas Goff
Avatar
Is there any documentation on the MarkupLabel? Basically, what tags it supports etc. I haven't been able to find anything.

Thanks
Tom
Posted 18 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Tom,

Look at the "IntelliPrompt Formatting Guide" topic in the documentation. That tells you all the tags/attributes you can use for the UI in SyntaxEditor that uses MarkupLabel.


Actipro Software Support

The latest build of this product (v24.1.0) was released 1 month ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.