Search found 4 matches

by Strike12Solutions
Fri Apr 15, 2016 5:41 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Getting Coordinates Of Selection In Web Viewer
Replies: 7
Views: 6982

Re: Getting Coordinates Of Selection In Web Viewer

I couldn't get it to happen in your demos so I figured it was just something weird with my site. I did some research and found the answer. I added these tags to the style of my division to prevent user selection: -webkit-user-select: none; /* Chrome/Safari */ -moz-user-select: none; /* Firefox */ -m...
by Strike12Solutions
Fri Apr 15, 2016 4:13 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Getting Coordinates Of Selection In Web Viewer
Replies: 7
Views: 6982

Re: Getting Coordinates Of Selection In Web Viewer

I've tested and it is only happening in Chrome and not in IE. When I double-click the image in the viewer, it highlights a large portion of the web page as if I held the mouse down and * it across the page trying to select a bunch of text so I can copy it.
by Strike12Solutions
Fri Apr 15, 2016 4:47 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Getting Coordinates Of Selection In Web Viewer
Replies: 7
Views: 6982

Re: Getting Coordinates Of Selection In Web Viewer

It took me awhile, but I finally got a chance to try that and it works great!!!! The image point is exactly what I need and will help us a LOT! One quick question, though. When I double-click, it highlights part of the web page as if I'm trying to select a large portion of the page for a copy/paste ...
by Strike12Solutions
Mon Nov 30, 2015 8:36 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Getting Coordinates Of Selection In Web Viewer
Replies: 7
Views: 6982

Getting Coordinates Of Selection In Web Viewer

I am using the web viewer, thumbnails, and image tool bar in our web imaging application. When the user clicks on the selection rectangle in the toolbar and draws a rectangle in the viewer, how do I get the X,Y coordinates of this rectangle? Also is it possible to have the user double-click and poin...