Advanced Forum Search Results
-
Have you checked Visifire?...
http://www.visifire.com/silverlight_charts_gallery.php
-
I think I found a workaround
Place the following code inside the <head> element
<script type="text/javascript">
var OnLoaded = function() {
...
-
Have a look at the following forum post. I guess you've a similar problem
http://www.visifire.com/forums/index.php?showtopic=27
-
Recently I found out that animations don't run smoothly on firefox.
I’ve uploaded a sample project on
http://sunilz.com/downloads/temp/SilverlightApplicationPost.rar
The animation is smooth in IE.
While running on Firefox v2.0.0.12, the animation looks a bit “JERKY”.
If
you look at the animation separately on Firefox, you may not be ...
-
SilverlightHost.Content.ActualWidth , ActualHeight are behaving very unpredictably.
Sometimes they'll be zero. Sometimes they returns the correct value, BUT when refreshed, they again become zero. Sometimes after repeatedly refreshing the page, they'll again start giving correct value.
Is this a known bug??...
-
Thanks for your reply mchlsync,
Actuallyt I don't want to give project file. All that the user gets within the Zip file is,
1. HTML Page which is the sample page (Contains JS to create SL control)
2. Xap File
3. Xml file (Which the SL application requires)
Now how should I read the Xml file from Silverlight??...
I want ...
-
Actually I meant "XML file under the same directory as Webpage".
What I want is, I want to create sample for our project which he can run by
1. Downloading the sample zip file and Extract.
2. Double Click on the Webpage and see the result. ( This requires silverlight to read the XML file)
Basically I don't want to force the user ...
-
How can i read an XML file which is in the same directory as the webpage. I am able to read XML through Server. But when I open the page directly from the disk, silverlight is not able to read. This is coz Silverlight considers local disk files as cross domain.
Is there any work around??... Even am not able to do XHR on IE.
-
I've created a Control and I want to create documentation(For Designers) for that. Few days back i tried using SandCastle which creates documentation automatically from the Code.
But I don't want to give so much of code details. All i want is to explain Properties which he can use through XAML. And few more explaination ...
-
Finally I found one...
I used SandCastle which generates MSDN kinda documentation. Below is a good article on how to use it.
http://bloggingabout.net/blogs/jschreuder/archive/2007/03/20/using-sandcastle-is-increasingly-mature.aspx