6
Answers

Silverlight Done

Antonios Dev

Antonios Dev

13y
3k
1
Hi

I have just started using silverlight.  I have one question about something strange I experience.

Whatever silverlight app I create when I run it through browser (Firefox 5) I have a label on the bottom on the page with Text 'Done'. On MouseOver, the label jumps from left to right and vice versa. Do you know what is that and how I can remove it?

Thanks in advance
Answers (6)
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?