<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Programmatic drawing with Silverlight 2 Part 3: Simple Animation</title>
	<atom:link href="http://www.rozengain.com/blog/2008/03/12/programmatic-drawing-with-silverlight-2-part-3-simple-animation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rozengain.com/blog/2008/03/12/programmatic-drawing-with-silverlight-2-part-3-simple-animation/</link>
	<description></description>
	<lastBuildDate>Sat, 04 Feb 2012 08:15:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Dennis</title>
		<link>http://www.rozengain.com/blog/2008/03/12/programmatic-drawing-with-silverlight-2-part-3-simple-animation/comment-page-1/#comment-17206</link>
		<dc:creator>Dennis</dc:creator>
		<pubDate>Tue, 02 Jun 2009 13:51:22 +0000</pubDate>
		<guid isPermaLink="false">#comment-17206</guid>
		<description>@John &amp; Alex:
This demo was made with a Silverlight Beta version. The API has changed since I created this example. Check the Silverlight documentation for more info.</description>
		<content:encoded><![CDATA[<p>@John &#038; Alex:<br />
This demo was made with a Silverlight Beta version. The API has changed since I created this example. Check the Silverlight documentation for more info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.rozengain.com/blog/2008/03/12/programmatic-drawing-with-silverlight-2-part-3-simple-animation/comment-page-1/#comment-17204</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 02 Jun 2009 13:45:20 +0000</pubDate>
		<guid isPermaLink="false">#comment-17204</guid>
		<description>same problems as john, im using c#.

error with:

Storyboard.SetTargetProperty(animationX, “X2″);
Storyboard.SetTargetProperty(animationY, “Y2″);

LayoutRoot.Resources.Add(storyBoard); needs another parameter.

anyone got this to work?</description>
		<content:encoded><![CDATA[<p>same problems as john, im using c#.</p>
<p>error with:</p>
<p>Storyboard.SetTargetProperty(animationX, “X2″);<br />
Storyboard.SetTargetProperty(animationY, “Y2″);</p>
<p>LayoutRoot.Resources.Add(storyBoard); needs another parameter.</p>
<p>anyone got this to work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.rozengain.com/blog/2008/03/12/programmatic-drawing-with-silverlight-2-part-3-simple-animation/comment-page-1/#comment-17067</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sun, 31 May 2009 03:36:24 +0000</pubDate>
		<guid isPermaLink="false">#comment-17067</guid>
		<description>Found a couple problems when translating this to vb.net.  the code

                    Storyboard.SetTargetProperty(animationX, &quot;X2&quot;);
                    Storyboard.SetTargetProperty(animationY, &quot;Y2&quot;);

is either mityped cause it wouldnt accept the parameters in vb.net and

LayoutRoot.Resources.Add(storyBoard);

what is the originating XAML object that is named LayoutRoot.  I am using Canvas to see if this works but you didnt say what XAML objects you were using so we could associate this snippet to the overall picture.</description>
		<content:encoded><![CDATA[<p>Found a couple problems when translating this to vb.net.  the code</p>
<p>                    Storyboard.SetTargetProperty(animationX, &#8220;X2&#8243;);<br />
                    Storyboard.SetTargetProperty(animationY, &#8220;Y2&#8243;);</p>
<p>is either mityped cause it wouldnt accept the parameters in vb.net and</p>
<p>LayoutRoot.Resources.Add(storyBoard);</p>
<p>what is the originating XAML object that is named LayoutRoot.  I am using Canvas to see if this works but you didnt say what XAML objects you were using so we could associate this snippet to the overall picture.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elemter info</title>
		<link>http://www.rozengain.com/blog/2008/03/12/programmatic-drawing-with-silverlight-2-part-3-simple-animation/comment-page-1/#comment-449</link>
		<dc:creator>elemter info</dc:creator>
		<pubDate>Sat, 21 Jun 2008 23:31:28 +0000</pubDate>
		<guid isPermaLink="false">#comment-449</guid>
		<description>for john.. u dont need to care its performance at least for this program...  performance is a matter when u deal with memory...</description>
		<content:encoded><![CDATA[<p>for john.. u dont need to care its performance at least for this program&#8230;  performance is a matter when u deal with memory&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: EE</title>
		<link>http://www.rozengain.com/blog/2008/03/12/programmatic-drawing-with-silverlight-2-part-3-simple-animation/comment-page-1/#comment-448</link>
		<dc:creator>EE</dc:creator>
		<pubDate>Sun, 15 Jun 2008 22:42:52 +0000</pubDate>
		<guid isPermaLink="false">#comment-448</guid>
		<description>Thanks for sharing! How much of this code was hand-coded versus auto-generated?</description>
		<content:encoded><![CDATA[<p>Thanks for sharing! How much of this code was hand-coded versus auto-generated?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john farming</title>
		<link>http://www.rozengain.com/blog/2008/03/12/programmatic-drawing-with-silverlight-2-part-3-simple-animation/comment-page-1/#comment-447</link>
		<dc:creator>john farming</dc:creator>
		<pubDate>Tue, 15 Apr 2008 12:01:28 +0000</pubDate>
		<guid isPermaLink="false">#comment-447</guid>
		<description>I also would like to learn its performance? Is there any performance consideration here, if there is how did you succeed? It is also true that there arent many documents about silverlight.. thanks for the work</description>
		<content:encoded><![CDATA[<p>I also would like to learn its performance? Is there any performance consideration here, if there is how did you succeed? It is also true that there arent many documents about silverlight.. thanks for the work</p>
]]></content:encoded>
	</item>
</channel>
</rss>

