Advanced Forum Search Results
-
It happens to everyone...
-
Change Width="40" Height="40" Margin="0,0,40,40" to Width="40" Height="40" Margin="0,0,0,0"
-
Windowless was set as true.. (For some Unknown Reason)
I removed it and it seems to be working fine..
Thanks
-
Hi,
I am facing an issue with my silverlight application in firefox. I have a control which is embedded to a sharepoint webpart. I have some Link's (Link from Hyperlink Button, Image etc.) in this silverlight application. This works fine in IE 6.0,7.0, 8.0
But when it comes to Firefox, the pointer seems to be in a different ...
-
This is because MIME type is not set in the site.
IIS => Site Properties => Http Headers Tab => Mime Type
Extension: .xap
Mime type: application/x-silverlight-app
-
Thank you for the reply,
The method you have provided is same as that of the solution I have found in http://chris.59north.com/post/mvvm-and-animations.aspx
-
Hey Sergey,
Thank you very much for the Help; At last I found a solution for the problem
http://chris.59north.com/post/mvvm-and-animations.aspx
-
Yes, and it will work, But What I want is a Complete MVVM Pattern Applicaton that can start Animation (Begin Storyboard) from the ViewModel
-
As I said, This wont work with Silverlight (I m using SL 3);
-
This wont work; Like I already mentioned in the beginning of this topic,
:(
Error is Attribute ImageOpened value is out of range. [Line: 33 Position: 47]
What I have tried is as follows
<Image x:Name="MenuControlImage" Source="{Binding ImageUrl, Converter={StaticResource ...