Advanced Forum Search Results
-
I don't think it's possible, sorry.
See post by Yi-Lun Luo in this thread:
http://silverlight.net/forums/t/22418.aspx
There are workarounds, though.
http://www.farseergames.com/blog/post/Workaround-for-Accessing-PathGeometry-Data-in-Code.aspx
Hope it helps.
-
Maybe this link?
http://silverlight.net/forums/t/22418.aspx
-
Wow, that sounds like a great and simple solution.
I have no clue of how to do that though.
I have only used storyboards for animations.
I change the styles of my paths directly, not using a storyboard. That might cause some troubles, right?
Is it possible to populate a canvas from file?
Maybe I could put the original data in a file and load ...
-
Hello!
I have stumbled across a small problem.
I am showing paths that are modified (the style) when pressing a button.
I would like the paths to be able to revert back to their original style _without_ reloading the entire page.
(I have date fields that I wish not to reload/reset)
In other words, I am trying to only reload the path data ...
-
Thanks, that works!
Is there any more sophisticated way to do it, a nested loop seems a bit simple.
Not that simple is bad.
-
Hi!
I would like to loop all xml data matching a certain criteria.
Strangely enough it seems like the code concatinates the data.
The for each loop is only stepped once, collecting ALL data.
What I would like to do is collecting the value for each descendant tag (<one> / <two>) separately.
I must be missing something here.
The ...
-
Hi, I am trying to loop entries in a XML document. I can not seem to get it to work.
What I would like to do is loop all video elements using the code below, writing a property to the textbox.
I can not seem to get my selection to work properly, see line 45 below.
To me it resembles to SQL, wich I have used a few times before. I do not ...
-
Thanks, I will try that.
I have problems with C# projects as well. Must be that VS2008 is broken.
Have mostly used EB.
-
Hi all, thanks for the replies!
I had missed the EB2 SP1 install, now Expression Blend works.
Visual studio is still not with me, though.
I have installed:
1. Visual Studio 2008 Pro
2. Silverlight tools for VS 2008 SP1
3. VS 2008 SP1
4. Expression Blend 2
5. Expression Blend 2 SP1
I get the following errors when opening the ...
-
Hi!
I have tried to make the example below work. (made in SL 2-b2)
http://silverlight.net/learn/learnvideo.aspx?video=50557
I have installed:
1. Visual Studio 2008 Professional
2. SP1 for Visual Studio 2008
3. Silverlight 2.0 SDK
4. Expression Blend 2 (Trial)
5. Silverlight toolkit
I have been told that correcting the beta 2 code in the ...