Advanced Forum Search Results
-
...am I dreaming or is this possible?
Can't seem to find any way to control this. Help please!
-
So I've written a parsing function myself (which I was hoping to avoid ) that I've posted below. Haven't done much testing on it so I'm providing no warranties :P
It takes a string of path data as generated by Blend as an argument and creates an array that can be used to simulate keyframe animation by drawing a point at a time. ...
-
Struggling with animating a path drawing itself so I'm resorting to the draw-a-point-at-a-time-from-an-array approach as seen here http://blogs.msdn.com/mharsh/archive/2006/12/04/lee-brimelow-s-xaml-test-animation-in-wpf-e.aspx
Unfortunately I need to draw my shapes first in Blend/Design and then use the generated path data to create my ...
-
I've managed to do this with a bit of a nasty workaround contrary to what MS/everyone else says.
WPF supports animation along a path so what you can do is create a storyboard in a wpf project then copy the XAML to a new Silverlight project.
You will need to do some hackery to get rid of WPF specific tags though but it does work
-
Didn't actually create this from a template. It was an existing project that I 'd created in the September preview and the problems happened when I open the csproj and edit the XAML in Blend 2.5
-
As far as I can figure this appears to be an issue with the 2.5 March preview.
Rolled back my Blend to the September version, redid my changes and it works now in both SL 1.0 and 2.0.
Anybody know any more about why Blend 2.5 isn't backwards compatible?
-
Recently edited an existing (and working!!!) Silverlight 1.0 app in Blend 2.5. It now works fine when viewed by 2.0 plug-in but doesn't work with the 1.0 plug-in. When viewed with SL1.034 plug-in nothing shows, just the background image on the HTML.
No error is thrown by the browser.
the line
...
-
Ah! Got it now. Thank you.
-
Yep, I get the same files but it's when I create a Silverlight site that I no longer get the .csproj /.sln files.
Sorry, should have mentioned that before.
-
It's afresh install of 2.5 with XP Pro, .Net 3.5 etc. Just rebuilt my machine so should all be fine.
Another machine here is running Blend 2 December preview and that intermittently doesn't create .sln or .csproj too