|
|
Search
You searched for the word(s):
Showing page 1 of 3 (25 total posts)
< 1 second(s)
-
1. I am having VS08, framework 3.5, Silverlight 3 installed.
2. With these, I created Silverlight application from your video link which was running fine.
3. I then copied the same to other location with same system configurations.
4. In the designer, I am getting error like
Error Creating Control: SilverLightWebHandler1 - Request is ...
-
In the WebAnnotationExample sample application you have provided, there is function
public int GetFrameCount(string filename)
{
int frameCount = -1;
using (FileStream ms = new FileStream(_baseDocsDir + filename, FileMode.Open))
{
frameCount = Atalasoft.Imaging.Codec.Tiff.TiffFile.GetPageCount(ms);
}
return frameCount;
}
How we can ...
-
In most of the annotations examples you have shown, you have used ''*.tif'' files. Is that a necessity when working with annotations. What if want to use normal .jpeg files. Please explain?
Why I am asking this because we are already using Atalasoft's windows version where image with annotations can be saved in an XML. Now when we load ...
-
Hi, I got this error few times when working with the sample examples from atalaosft.
An Error has occured. Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
Any help on this, why this is occuring. Any solution?
-
No we will be developing the applications on windows platform only.
But once develop, can those be installed on servers having MAC OS.
-
What about ASP.NET and SilverLight project support on MAC OS..
-
In the demo showing AJAX annotations located at 'http://www.atalasoft.com/AjaxAnnotations8.0a/' you have few options for saving. One of them is
== Export annotations only, as XML.
Can you let me know code for the same?
-
We have used Windows version of Atalasoft earlier, it used to save us XML file of Annotations(different layers).
Now I have a trail version of DotImage 8.0b, where I have created basic effects and annotations.
Can we generate same kind of XML files in the web version too?
If yes, how?
Can it be tested with the evaluation version of ...
-
hey Glenn, got it.
Earlier I was having Photo Pro, now i have got one for Imaging.
Thanks.
-
Whenever I am running the SilverLight demo provided with atalasoft OR The SilverLight application created with the help of link 'http://www.atalasoft.com/products/dotimage/tutorials/silverlight/lesson1.aspx',
I am getting the error:A DotImage Document Imaging license is required to use the SilverlightAnnotationWebHandler class.
Actually I am ...
1
|
|
|