<?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: Tweened Library for Silverlight 2 is released</title>
	<atom:link href="http://www.tweened.org/en/2008/12/01/tweened-library-released-for-silverlight-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tweened.org/en/2008/12/01/tweened-library-released-for-silverlight-2/</link>
	<description>powered by Silverlight</description>
	<lastBuildDate>Thu, 17 Jun 2010 08:41:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Collene Robie</title>
		<link>http://www.tweened.org/en/2008/12/01/tweened-library-released-for-silverlight-2/comment-page-1/#comment-24225</link>
		<dc:creator>Collene Robie</dc:creator>
		<pubDate>Sun, 07 Mar 2010 03:16:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.tweened.org/?p=121#comment-24225</guid>
		<description>Hey, I came across this post while searching for help with fixing Microsoft Silverlight. I&#039;ve recently switched browsers from Chrome to Microsoft Internet Explorer 5. After the change I seem to have a problem with loading websites that use Microsoft Silverlight. Everytime I go on a page that requires Microsoft Silverlight, my computer doesn&#039;t load and I get a &quot;npctrl.dll&quot; error. I can&#039;t seem to find out how to fix it. Any help getting Microsoft Silverlight to work is very appreciated! Thanks</description>
		<content:encoded><![CDATA[<p>Hey, I came across this post while searching for help with fixing Microsoft Silverlight. I&#8217;ve recently switched browsers from Chrome to Microsoft Internet Explorer 5. After the change I seem to have a problem with loading websites that use Microsoft Silverlight. Everytime I go on a page that requires Microsoft Silverlight, my computer doesn&#8217;t load and I get a &#8220;npctrl.dll&#8221; error. I can&#8217;t seem to find out how to fix it. Any help getting Microsoft Silverlight to work is very appreciated! Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Ambrosi</title>
		<link>http://www.tweened.org/en/2008/12/01/tweened-library-released-for-silverlight-2/comment-page-1/#comment-16978</link>
		<dc:creator>Eric Ambrosi</dc:creator>
		<pubDate>Thu, 28 May 2009 09:14:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.tweened.org/?p=121#comment-16978</guid>
		<description>I will modify the Tweened library in that direction and let developer to say if they want storyboards to be referenced in Resources property or not. After all we can avoid to add them to resources</description>
		<content:encoded><![CDATA[<p>I will modify the Tweened library in that direction and let developer to say if they want storyboards to be referenced in Resources property or not. After all we can avoid to add them to resources</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Ambrosi</title>
		<link>http://www.tweened.org/en/2008/12/01/tweened-library-released-for-silverlight-2/comment-page-1/#comment-16977</link>
		<dc:creator>Eric Ambrosi</dc:creator>
		<pubDate>Thu, 28 May 2009 09:11:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.tweened.org/?p=121#comment-16977</guid>
		<description>Hi Francisco thanks it&#039;s cool to see that some one in the world is using Tweened. I will release a new version of it for Silverlight 3, a kind of wrapper :)</description>
		<content:encoded><![CDATA[<p>Hi Francisco thanks it&#8217;s cool to see that some one in the world is using Tweened. I will release a new version of it for Silverlight 3, a kind of wrapper <img src='http://www.tweened.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Francisco</title>
		<link>http://www.tweened.org/en/2008/12/01/tweened-library-released-for-silverlight-2/comment-page-1/#comment-16953</link>
		<dc:creator>Francisco</dc:creator>
		<pubDate>Wed, 27 May 2009 18:25:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.tweened.org/?p=121#comment-16953</guid>
		<description>Is the best tweener that I have found for Silverlight 2.

I have modified source and put a method to remove Resources, because Tween don&#039;t work on a loop function that will be instanciated:

public void CloseTween()
{
	Application.Current.Resources.Remove(StoryBoardNameOut);
	Application.Current.Resources.Remove(StoryBoardNameIn);
}</description>
		<content:encoded><![CDATA[<p>Is the best tweener that I have found for Silverlight 2.</p>
<p>I have modified source and put a method to remove Resources, because Tween don&#8217;t work on a loop function that will be instanciated:</p>
<p>public void CloseTween()<br />
{<br />
	Application.Current.Resources.Remove(StoryBoardNameOut);<br />
	Application.Current.Resources.Remove(StoryBoardNameIn);<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ady Levy</title>
		<link>http://www.tweened.org/en/2008/12/01/tweened-library-released-for-silverlight-2/comment-page-1/#comment-3170</link>
		<dc:creator>Ady Levy</dc:creator>
		<pubDate>Thu, 12 Feb 2009 21:03:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.tweened.org/?p=121#comment-3170</guid>
		<description>Thanks for your response, 
it works like charm now :)

i will defo use this class alot !

keep on the good work!

ady.</description>
		<content:encoded><![CDATA[<p>Thanks for your response,<br />
it works like charm now <img src='http://www.tweened.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>i will defo use this class alot !</p>
<p>keep on the good work!</p>
<p>ady.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Ambrosi</title>
		<link>http://www.tweened.org/en/2008/12/01/tweened-library-released-for-silverlight-2/comment-page-1/#comment-3110</link>
		<dc:creator>Eric Ambrosi</dc:creator>
		<pubDate>Thu, 12 Feb 2009 13:37:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.tweened.org/?p=121#comment-3110</guid>
		<description>So ok I understood the problem. In fact there are of two kind : 
1 - the first concern that in the Try { }
you have to put that code :
t2t.ContinueTo(moveLocation);
//tweenObjects[mc].AddSequences(t2t); that line was wrong I think
tweenObjects[mc].Start();
2 - the second point is known behavior of Silverlight player (i think). in fact when a storyboard targets a renderTransform property, it is just impossible to get the actual value of that property. I don&#039;t know exactly why... The solution consists in using TweenableProperties.Left instead of X. So you will have access to updated value for that kind of properties. I send you the project updated now.</description>
		<content:encoded><![CDATA[<p>So ok I understood the problem. In fact there are of two kind :<br />
1 &#8211; the first concern that in the Try { }<br />
you have to put that code :<br />
t2t.ContinueTo(moveLocation);<br />
//tweenObjects[mc].AddSequences(t2t); that line was wrong I think<br />
tweenObjects[mc].Start();<br />
2 &#8211; the second point is known behavior of Silverlight player (i think). in fact when a storyboard targets a renderTransform property, it is just impossible to get the actual value of that property. I don&#8217;t know exactly why&#8230; The solution consists in using TweenableProperties.Left instead of X. So you will have access to updated value for that kind of properties. I send you the project updated now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Ambrosi</title>
		<link>http://www.tweened.org/en/2008/12/01/tweened-library-released-for-silverlight-2/comment-page-1/#comment-3077</link>
		<dc:creator>Eric Ambrosi</dc:creator>
		<pubDate>Thu, 12 Feb 2009 10:00:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.tweened.org/?p=121#comment-3077</guid>
		<description>Hi Ady,
I send you an email today about that :)</description>
		<content:encoded><![CDATA[<p>Hi Ady,<br />
I send you an email today about that <img src='http://www.tweened.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ady Levy</title>
		<link>http://www.tweened.org/en/2008/12/01/tweened-library-released-for-silverlight-2/comment-page-1/#comment-2943</link>
		<dc:creator>Ady Levy</dc:creator>
		<pubDate>Wed, 11 Feb 2009 11:19:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.tweened.org/?p=121#comment-2943</guid>
		<description>Hi,
great job, its about time for a nice working tweening class for silverlight!

i am tring to implement your tweener and found out few difficulties, 
i have a sample code that shows the bugs, it is currently present at http://www.codemcode.com/sltween/movableXap.rar

it acts strange when you try to move few objects to different positions, just play with it for a minute, and you&#039;ll see my point.

waiting for your reply,
Ady.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
great job, its about time for a nice working tweening class for silverlight!</p>
<p>i am tring to implement your tweener and found out few difficulties,<br />
i have a sample code that shows the bugs, it is currently present at <a href="http://www.codemcode.com/sltween/movableXap.rar" rel="nofollow">http://www.codemcode.com/sltween/movableXap.rar</a></p>
<p>it acts strange when you try to move few objects to different positions, just play with it for a minute, and you&#8217;ll see my point.</p>
<p>waiting for your reply,<br />
Ady.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
