<rss version="2.0"><channel><title>SPAS 3.0 Forums</title><link>http://www.flashapi.org/spas-forum/</link><description>The Swing Package for ActionScript 3.0 is a full set of classes for building Rich Internet Applications (RIA) with the Flash Platform.</description><language>en-us</language><copyright>Copyright 2010-2011, BananaTree Design</copyright><image><url>http://www.flashapi.org/style/spas_icon_64.png</url><title>SPAS 3.0 Forums</title><link>http://www.flashapi.org/spas-forum/</link></image><item><title>Getting started with SPAS and Flashdevelop</title><link>http://www.flashapi.org/spas-forum/showtopic.php?t=16&amp;page=1#p_51</link><pubDate>Sun, 19 Feb 2012 16:03:11 GMT</pubDate><description><![CDATA[Well, it'is strange because I've just fixed a minor bug with AnchorPosition.RIGHT in the L&amp;F classes, but AnchorPosition.TOP or AnchorPosition.BOTTOM work fine.<br />
<br />
Any code to show?	]]></description></item><item><title>Getting started with SPAS and Flashdevelop</title><link>http://www.flashapi.org/spas-forum/showtopic.php?t=16&amp;page=1#p_50</link><pubDate>Thu, 16 Feb 2012 21:44:33 GMT</pubDate><description><![CDATA[Got it...The only problem is that i get an error when i use AnchorPosition.TOP or BOTTOM. LEFT and Right are working allright.]]></description></item><item><title>Getting started with SPAS and Flashdevelop</title><link>http://www.flashapi.org/spas-forum/showtopic.php?t=16&amp;page=1#p_49</link><pubDate>Thu, 16 Feb 2012 20:35:13 GMT</pubDate><description><![CDATA[The Cubicform whitepaper is an old tutorial, the API has changed a little bit since we published it:<br />
- the Position class does not exist anymore, so you need to find the corresponding classes in the reference (here it is the AnchorPosition class),<br />
- the uio property is no longer availabl]]></description></item><item><title>Getting started with SPAS and Flashdevelop</title><link>http://www.flashapi.org/spas-forum/showtopic.php?t=16&amp;page=1#p_48</link><pubDate>Thu, 16 Feb 2012 20:22:04 GMT</pubDate><description><![CDATA[Wow, that was fast...Wasn't even sure this was still alive <img src="http://www.flashapi.org/style/smileys/smile-big.png" title="happy" alt="happy" /><br />
Anyway tx for your reply, posted this to early i guess ( found the CubicForm tutorial ).<br />
<br />
The problem with the Cubicform is the use]]></description></item><item><title>Getting started with SPAS and Flashdevelop</title><link>http://www.flashapi.org/spas-forum/showtopic.php?t=16&amp;page=1#p_47</link><pubDate>Thu, 16 Feb 2012 18:59:52 GMT</pubDate><description><![CDATA[Hi Stefdv,<br />
Welcome to the SPAS community.<br />
<br />
The way to start with FD is quite easy:<br />
1) download the lastest SPAS SWC library file<br />
2) create a new AS3 project<br />
3) paste the SWC library into the lib folder<br />
4) try the cookbook tutorial series: <a href="http://www]]></description></item><item><title>Getting started with SPAS and Flashdevelop</title><link>http://www.flashapi.org/spas-forum/showtopic.php?t=16&amp;page=1#p_46</link><pubDate>Thu, 16 Feb 2012 18:45:37 GMT</pubDate><description><![CDATA[Hello everybody,<br />
<br />
I'm verry interested in SPAS 3.0...But what i really don't get is how to get started with SPAS and FlashDevelop. I was following some tutorials but it appears that i somewhere missed the way i have to set up my project in FD. I use FD all the time creating Flash IDE pro]]></description></item><item><title>Combobox in DatagridRow</title><link>http://www.flashapi.org/spas-forum/showtopic.php?t=15&amp;page=1#p_45</link><pubDate>Wed, 15 Feb 2012 15:49:38 GMT</pubDate><description><![CDATA[Yes, it is possible, by using a DataGridItemRenderer object, but:<br />
<br />
1) datagrid objects prevent mouse events on objects wrapped within a DataGridItemRenderer instance (I will add some properties to control that in the next release)<br />
2) It is a verry bad practice to add several instan]]></description></item><item><title>How to use BTween and other Animation</title><link>http://www.flashapi.org/spas-forum/showtopic.php?t=13&amp;page=1#p_44</link><pubDate>Wed, 15 Feb 2012 15:43:45 GMT</pubDate><description><![CDATA[Sorry pepper, I don't understand what you mean.<br />
Concerning the BTween API, it works the same as the Flex tween API (except that you can control tween by class names, and do more, with the tween sequencer).]]></description></item><item><title>Combobox in DatagridRow</title><link>http://www.flashapi.org/spas-forum/showtopic.php?t=15&amp;page=1#p_43</link><pubDate>Tue, 14 Feb 2012 11:18:08 GMT</pubDate><description><![CDATA[Is there a possibility to attach to specific column in Datagrid another component such as Combobox? ]]></description></item><item><title>How to use BTween and other Animation</title><link>http://www.flashapi.org/spas-forum/showtopic.php?t=13&amp;page=1#p_42</link><pubDate>Tue, 14 Feb 2012 10:23:44 GMT</pubDate><description><![CDATA[Thanks. <br />
When those animations are fired exactly?<br />
I have a situation when on 1 PanelContainer have 3 Windows and I want to animate PanelContainer entrance on the stage (with 3 Windows already attached to him and all are visible) and when entrance is complete then all Windows fire their]]></description></item><item><title>How to use BTween and other Animation</title><link>http://www.flashapi.org/spas-forum/showtopic.php?t=13&amp;page=1#p_41</link><pubDate>Mon, 13 Feb 2012 17:58:29 GMT</pubDate><description><![CDATA[You do not have to use the BTween class to do that.<br />
Use the hasDisplayEffect, hasRemoveEffect, displayEffectRef and removeEffectRef properties instead.]]></description></item><item><title>Is it possible to use Validator in other components?</title><link>http://www.flashapi.org/spas-forum/showtopic.php?t=11&amp;page=1#p_40</link><pubDate>Mon, 13 Feb 2012 17:49:32 GMT</pubDate><description><![CDATA[No it isn't.<br />
But you can do it manually by checking the value of the text property:<br />
<code class="messageCode">var s:String = myText.text;<br />
var isvalid:Boolean = myValidator.validate(s);<br />
myText.borderColor = isvalid ? &quot;blue&quot; : &quot;red&quot;;</code><br />
<em>(Untest]]></description></item><item><title>Is it possible to use Validator in other components?</title><link>http://www.flashapi.org/spas-forum/showtopic.php?t=11&amp;page=1#p_39</link><pubDate>Mon, 13 Feb 2012 13:35:02 GMT</pubDate><description><![CDATA[Thanks.<br />
Than is it possible to change component appearance on SPAS textinput for instance?]]></description></item><item><title>Look and Feel global setting for every component</title><link>http://www.flashapi.org/spas-forum/showtopic.php?t=14&amp;page=1#p_38</link><pubDate>Mon, 13 Feb 2012 13:16:35 GMT</pubDate><description><![CDATA[SPAS 3.0 has been designed to be used as Web Developers usually do with the HTML DOM architecture.<br />
So, the best way to set the general Look and feel is to use CSS files.<br />
Note that:<br />
1) Font family settings are not supported yet.<br />
2) You can create your own Look and Fell classes]]></description></item><item><title>Progress View in SPAS Download Manager</title><link>http://www.flashapi.org/spas-forum/showtopic.php?t=12&amp;page=1#p_37</link><pubDate>Mon, 13 Feb 2012 13:09:35 GMT</pubDate><description><![CDATA[I'll probably add a new component, based on the Download Manager progress view, in the next SPAS release (6.3).]]></description></item></channel></rss>
