Page 1 of 1

GetFormFieldAlternateTitle Tooltip Example Request

Posted: Wed Jun 09, 2021 10:09 pm
by leducrd
According to the documentation for the method GetFormFieldAlternateTitle, "For example, it can be displayed as the field's tooltip when users are hovering with the mouse over the field."

Here's the page I am looking at: https://www.gdpicture.com/guides/gdpicture/Gd ... Title.html

Would it be possible to get an example of this functionality? I would like to use this functionality to display validation messages when a form field is in error. I have tried simply setting the form field alternate title to a message, the GDPictureStatus returns OK, but nothing displays when hovering over the field client side. I assume there is something more to this functionality that I am missing.

Thanks.

Re: GetFormFieldAlternateTitle Tooltip Example Request

Posted: Tue Jul 06, 2021 1:04 pm
by Hugo
Hi there,

Thank you for your question!

We do not have a direct solution to do this "For example, it can be displayed as the field's tooltip when users are hovering with the mouse over the field.".

This being said, you can program this yourself by getting the mouse position over a specific formfield in our viewer and once you have figured out which formfield your mouse is hovering over you can simply use the GetFormFieldAlternateTitle method to extract it.
https://www.gdpicture.com/guides/gdpicture/Gd ... tetitle%2C

Let me know if this helps.

Regards,
Hugo