Advanced Forum Search Results
-
[quote user="Mog Liang - MSFT"]
Hi,
I saw someone provide a function to force user machines updating silverlight application.
when server update xap, change the plugin source address with query string, for example
<object data="data:application/x-silverlight-2," type="application/x-silverlight-2" ...
-
I am running into a weird problem on two of our custumer's machines.
After we updated the our silverlight application (the one on my signature) (and hosting web application + web service), the user still saw the old version. I remotely logged in to his computer, deleted temporary internet files, isolated storage, Silverlight ...
-
Thanks for all of these answers.
I hope they will keep the 4 month intervals between beta and release but I bet they work pretty damn hard to get to these goals.
BTW where is the 'mark as answer' button for silverlight 4 forum?
-
It's great news that we can start developing on SL4 (finally natural hebrew support!!!).
Any ideas on end-user release date?
-
[quote user="Amanda Wang - MSFT"]
Hi,
You can try to use the lineseries IndependentAxis to adjust the width of the Interval, for example:
chartingToolkit:LineSeries.IndependentAxis>
...
-
Plus, I'm pretty sure that adding the style that removed the legend didn't cause this (tried removing the style and it still looks bad).
Anyone?
-
When the Toolkit chart contains more than a few points , the Dependent value of ALL points (a DateTime.ToShortDateString in my case) is displayed, and when there are more than five points, too many DateTime strings are concentrated and you can't understand anything. How can I make the Chart to only display 5 of the points for ...
-
[quote user="nnilga"]
[quote user="Illuminaty"]What specifically caused the problem for me was the Accordion control, I don't know what exactly but removing it solved the crash.[/quote]
Hi Illuminaty,
Thank for response. In my case I have an autocomplete combobox control given from toolkit examples inside an ...
-
[quote user="dsoltesz"]
I'm getting same error, any update? What I think is going on is if a async request is still in progress and the user closes or navigates away, this is causing browser to crash.
[/quote]
Stefan Wick told me they had an idea of what caused the problem and that they were fixing it for a service release. ...
-
[quote user="Sledge70"]
Have you tried setting this up from scratch within SL3?
The .js files and code generation changed from SL2 to SL3 so you may have outdated files. I had a similar issue with FF and this fixed it for me.
[/quote]
THANKS , that worked, I just created the Web project from scratch and it ...