•  
  •  
  •  
 

Search

You searched for the word(s):
Showing page 1 of 51 (504 total posts) < 1 second(s)
  • Re: WenAnnotation - Save Annotation - BUG

    This is not a bug, and is working as intended.&nbsp; The annotation data that you save has no representation of the WebAnnotationViewer's current zoom level. If you are saving the annotation data inside a tiff file, it's possible for you to save the Zoom level of the WebAnnotationViewer in a Tiff Tag, and set that zoom level when reloading that ...
    Posted to ASP.NET Imaging Discussion (Forum) by David Cilley on April 15, 2010
  • Re: WebAnnotationViewer, how to set viewer readonly

    If you set that property&nbsp;during the loading process,&nbsp;the javascript value can get stomped on by the server value.&nbsp; You can set the&nbsp;InteractMode on the server side (in the aspx&nbsp;file), or make sure that the control has finished loading before you set that value.&nbsp; If this user doesn't have rights to modify any ...
    Posted to ASP.NET Imaging Discussion (Forum) by David Cilley on April 15, 2010
  • Re: Page Numbers in the WebThumbnailviewer

    Actually, if you just want the page number or file name, the ThumbCaptionFormat property of the WebThumbnailViewer supports this.&nbsp; From the documentation: ThumbCaptionFormat Property The text to use as the caption for each thumbnail.&nbsp; It is passed to String.Format, and {0} will be replaced by the page number of the thumbnail, and {1} ...
    Posted to ASP.NET Imaging Discussion (Forum) by David Cilley on April 15, 2010
  • Re: DotImage AJAX Click Through

    Clicking through transparent areas of Referenced or EmbeddedImageAnnotations are not supported. I am not sure what you mean by the AllowClickThrough property.&nbsp; The only property that I can think of that resembles that (on the ASP.NET side) is the MouseTool PassThrough option, which allows all mouse events to pass through to the underlying ...
    Posted to ASP.NET Imaging Discussion (Forum) by David Cilley on March 15, 2010
  • Re: Drag and Drop with WebThumbnailViewer

    The AllowDragDrop property in the WebThumbnailViewer allows individual thumbnails to be dragged and dropped within the bounds of the same WebThumbnailViewer. Dragging thumbnails outside to another WebThumbnailViewer is not currently supported, and is currently on our feature list for a future release.
    Posted to ASP.NET Imaging Discussion (Forum) by David Cilley on March 15, 2010
  • Re: Error in DotImage Thumbnails ..

    A log file in the AtalaCache (AtalasoftWebControls_Cache in Web.config)&nbsp;will tell you what caused the error. If you are opening a folder of thumbnails without using wildcards such as *.tiff, &nbsp;and a text file or some other non-image file exists in the folder, it will show this error. At this time, there is no way to hide the error ...
    Posted to ASP.NET Imaging Discussion (Forum) by David Cilley on March 15, 2010
  • Re: WebThumbnailViewer AllowDragDrop what event fires?

    I know this question is a bit older, but I thought I would still post an answer in case someone else had the same problem. There is an event called ''onthumbnaildrop'' that can be used on the server side to reorder the file.&nbsp; It is located in the Events property grid in the designer.&nbsp; You can also use the source view to manually add the ...
    Posted to ASP.NET Imaging Discussion (Forum) by David Cilley on March 15, 2010
  • re: Slick Ajax Magnifier

    I can see how this would be a problem. &nbsp;The alert() function interrupts the flow of mouse events and changes focus. &nbsp;If you do this during a mousedown + mousemove + mouseup series of events, you will need to call OnMouseUp (in this case) to reset the events back to a normal state when focus is lost.
    Posted to David Cilley's AJAX Imaging Blog (Weblog) by David Cilley on March 4, 2010
  • re: Slick Ajax Magnifier

    I have tested this demo using our latest 8.0 release, and I cannot reproduce the problem. Have you modified the demo at all? What browser are you using?
    Posted to David Cilley's AJAX Imaging Blog (Weblog) by David Cilley on March 3, 2010
  • Re: Save/Burn web annotation on same file

    That is exactly what I thought you wanted to do.&nbsp; The WebAnnotationViewer is capable of keeping track of multiple layers of annotations, but not multiple images.&nbsp; If you have linked the two controls together, the WebThumbnailViewer assumes that each layer in the WebAnnotationViewer represents a page of annotations. So, you will have to ...
    Posted to ASP.NET Imaging Discussion (Forum) by David Cilley on January 28, 2010
1 2 3 4 5 Next > ... Last ยป