Search found 4 matches

by sacki
Mon Oct 19, 2009 11:49 am
Forum: Document Viewing
Topic: Coordinates in mm
Replies: 1
Views: 1280

Coordinates in mm

HI there,

is it possibe to get the current xy-Coordinates in mm on the GdViewer.MouseMove Event?
by sacki
Tue Jun 30, 2009 2:05 pm
Forum: Document Viewing
Topic: getMouseX and getMouseY
Replies: 5
Views: 2876

Re: getMouseX and getMouseY

sorry, but the event fires.
If I place a breakpoint I see that the function is called in both viewer versions, but only the older ocx returns values for getMouseX and -Y the new one allways 0.
by sacki
Tue Jun 30, 2009 1:12 pm
Forum: Document Viewing
Topic: getMouseX and getMouseY
Replies: 5
Views: 2876

Re: getMouseX and getMouseY

here is my code: Private Sub pdfViewer_MouseDownControl(ByVal sender As Object, ByVal e As AxGdViewerPro4.__GdViewer_MouseDownControlEvent) Handles PDFViewer.MouseDownControl txtFillX.Text = PDFViewer.GetMouseX txtFillY.Text = PDFViewer.GetMouseY .... the code works with the old version of the viewe...
by sacki
Tue Jun 30, 2009 12:31 pm
Forum: Document Viewing
Topic: getMouseX and getMouseY
Replies: 5
Views: 2876

getMouseX and getMouseY

Hi there, I just downloaded the actually version (22.06.09) and installed it, because I had problems with "Error rendering page" viewing some pdf-Files. In my program I use the functions called above and with the newest version of the viewer ocx, both values are always "0". Retur...