1
Answer

Image annotation

naren50

naren50

20y
6k
1
I am new to the imaging. Could any body provide information on Image annotation. is there any free tools available. I want to put some annotation on the image. anntotation might be some textual information or some drawing objects like rectangle, circles or line. How to do this ? give me some examples in terms of code. Thanks
Answers (1)
0
Vulpes

Vulpes

NA 98.3k 1.5m 13y
I don't use Firefox but, judging by this link I found (http://support.mozilla.com/en-US/questions/707762), it's just telling you that the page has finished loading.

If it annoys you, I'd check your browser options to see if it can be turned off.
Accepted
0
Antonios Dev

Antonios Dev

NA 39 17.3k 13y
lol. you are right. IE does not have this label. it only happens in Firefox. Strange thing.
0
Vulpes

Vulpes

NA 98.3k 1.5m 13y
It sounds to me as though the 'label' isn't actually part of your Silverlight application but is something which Firefox is generating.

Does the label still appear if you run the application through IE?
0
Antonios Dev

Antonios Dev

NA 39 17.3k 13y
I do not create a label - actually I do not know what kind of control it is but it seems like a label - it is there once I create a new silverlight project in VS. I have tried advanced search to find the code for the control but the results return nothing
0
Vulpes

Vulpes

NA 98.3k 1.5m 13y

I've no idea what could be causing that behaviour but, if it's working OK on other browsers, it will be difficult to get to the bottom of it.

If you use a TextBlock rather than a Label do you still experience the same problem?
0
Antonios Dev

Antonios Dev

NA 39 17.3k 13y
Anyone?