Page 1 of 1

Tooltip on Annotations on GDViewer

Posted: Sun Oct 13, 2013 2:54 am
by DanH
Can a tooltip show for Annotations on GDViewer?

gdViewer Annotation Tooltip

Posted: Fri Aug 24, 2018 4:41 pm
by TimG
Hello,

using the gdviewer showing a pdf/tiff and the mouse is moved over an annotation i want to show a Tooltip containing information about the annotation (author,creation date,...).
I´m a little stuck here because the annotation is not a winforms object that a Tooltip can be added to, so any hints about how to accomplish this would be very nice.

Thanks in advance,
Tim

Re: gdViewer Annotation Tooltip

Posted: Mon Sep 03, 2018 1:25 pm
by TimG
Here is my attempt…

Code: Select all

    Private Sub SetAnnotationsToolTips()
        Dim tt As New ToolTip
        For i As Integer = 0 To gdViewer.GetAnnotationCount
            Dim anno As GdPicture14.Annotations.Annotation = gdViewer.GetAnnotationFromIdx(i)
            tt.SetToolTip(anno, anno.Author & vbCrLf & anno.CreationTime.ToString("dd.MM.yyyy HH:mm:ss"))
        Next
    End Sub

Re: gdViewer Annotation Tooltip

Posted: Thu Jan 17, 2019 9:24 am
by Gabriela
Hello,

thank you for your interest and suggestions. This request is already on our roadmap, so it will be considered for the future.

Re: gdViewer Annotation Tooltip

Posted: Tue Feb 05, 2019 11:47 am
by floele
I would also like to see this feature (I'm currently using the WPF viewer control).

Re: gdViewer Annotation Tooltip

Posted: Tue Feb 05, 2019 11:59 am
by Gabriela
Hi,

Thank you for your interest in our product. I have increased the priority here, we have already this request reported, but with no time frame yet. We will keep you updated with any further news.