<?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: BaseUI tutorial</title>
	<atom:link href="http://www.soundstep.com/blog/2008/05/17/baseui-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.soundstep.com/blog/2008/05/17/baseui-tutorial/</link>
	<description>Flash, Flex and ActionScript talking.</description>
	<lastBuildDate>Tue, 07 Sep 2010 09:16:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Federico Bebber</title>
		<link>http://www.soundstep.com/blog/2008/05/17/baseui-tutorial/comment-page-1/#comment-29</link>
		<dc:creator>Federico Bebber</dc:creator>
		<pubDate>Sun, 08 Jun 2008 19:27:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=28#comment-29</guid>
		<description>WOW great it&#039;s exactly what i was trying to do!
thank you so much, keep it up!</description>
		<content:encoded><![CDATA[<p>WOW great it&#8217;s exactly what i was trying to do!<br />
thank you so much, keep it up!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Romuald</title>
		<link>http://www.soundstep.com/blog/2008/05/17/baseui-tutorial/comment-page-1/#comment-27</link>
		<dc:creator>Romuald</dc:creator>
		<pubDate>Sat, 07 Jun 2008 16:40:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=28#comment-27</guid>
		<description>I had a try, I&#039;m not sure it will fit what you need. As I was scared, the event is not firing in a smooth way. I changed ElementUI and used Tweener. It is just a test to show you how you can do, it is not optimized at all. Have a look:
&lt;a href=&quot;http://www.soundstep.com/blog/experiments/baseui/baseui_tweened.zip&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;BaseUI Tweened&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I had a try, I&#8217;m not sure it will fit what you need. As I was scared, the event is not firing in a smooth way. I changed ElementUI and used Tweener. It is just a test to show you how you can do, it is not optimized at all. Have a look:<br />
<a href="http://www.soundstep.com/blog/experiments/baseui/baseui_tweened.zip" target="_blank" rel="nofollow">BaseUI Tweened</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Romuald</title>
		<link>http://www.soundstep.com/blog/2008/05/17/baseui-tutorial/comment-page-1/#comment-26</link>
		<dc:creator>Romuald</dc:creator>
		<pubDate>Sat, 07 Jun 2008 13:47:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=28#comment-26</guid>
		<description>There are ways to tween the margin value outside the classes but while resizing it is not implemented in the actual version. Actually, I set the position and size in the ElementUI class just after the resize event is fired.

I thought about but I have to make some test to be sure the resize event is firing in a smooth way.

Anyway, this will probably be added in a future release. If you want to do it yourself now, I think you&#039;ll have to add a property in the ElementUI class, like a tweened:Boolean = false, set it to true and use it in the doRefresh function to bypass the moment when the position and size are set to a new value.

At this moment, you can choose to add a function that will handle the tween straight in the class, or dispatch an event with the new value you have to reach to handle it out of the classes.

It is a first thought but it should work. I didn&#039;t want to implement this functionality right now, but in a major release (where the structure will be changed). When I get a chance, I&#039;ll have a look and if I can do it without change the actual structure, I&#039;ll post a new version.

I hope it helps.</description>
		<content:encoded><![CDATA[<p>There are ways to tween the margin value outside the classes but while resizing it is not implemented in the actual version. Actually, I set the position and size in the ElementUI class just after the resize event is fired.</p>
<p>I thought about but I have to make some test to be sure the resize event is firing in a smooth way.</p>
<p>Anyway, this will probably be added in a future release. If you want to do it yourself now, I think you&#8217;ll have to add a property in the ElementUI class, like a tweened:Boolean = false, set it to true and use it in the doRefresh function to bypass the moment when the position and size are set to a new value.</p>
<p>At this moment, you can choose to add a function that will handle the tween straight in the class, or dispatch an event with the new value you have to reach to handle it out of the classes.</p>
<p>It is a first thought but it should work. I didn&#8217;t want to implement this functionality right now, but in a major release (where the structure will be changed). When I get a chance, I&#8217;ll have a look and if I can do it without change the actual structure, I&#8217;ll post a new version.</p>
<p>I hope it helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Federico Bebber</title>
		<link>http://www.soundstep.com/blog/2008/05/17/baseui-tutorial/comment-page-1/#comment-25</link>
		<dc:creator>Federico Bebber</dc:creator>
		<pubDate>Sat, 07 Jun 2008 10:55:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.soundstep.com/blog/?p=28#comment-25</guid>
		<description>GREAT!

just a question... i would like to use tweelite with your class just for &quot;easing&quot; the elements when resizing the stage
could you please give me some advice on where to start?

i&#039;m looking at ElemetUI Class, am i wrong?

thank you so much 

F.</description>
		<content:encoded><![CDATA[<p>GREAT!</p>
<p>just a question&#8230; i would like to use tweelite with your class just for &#8220;easing&#8221; the elements when resizing the stage<br />
could you please give me some advice on where to start?</p>
<p>i&#8217;m looking at ElemetUI Class, am i wrong?</p>
<p>thank you so much </p>
<p>F.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
