<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
>

<channel>
	<title>Tiago&#039;s Weblog &#187; flex 3</title>
	<atom:link href="http://blog.six4rty.ch/tag/flex-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.six4rty.ch</link>
	<description>Code &#38; Technology Aficionado - Come for the Flash, stay for more!</description>
	<lastBuildDate>Tue, 01 Nov 2011 14:06:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<creativeCommons:license>http://creativecommons.org/licenses/by/2.5/ch/</creativeCommons:license>
		<item>
		<title>DeMonstersDebugger an update</title>
		<link>http://blog.six4rty.ch/2009/02/17/demonstersdebugger-an-update/</link>
		<comments>http://blog.six4rty.ch/2009/02/17/demonstersdebugger-an-update/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 16:18:49 +0000</pubDate>
		<dc:creator>Tiago</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[AS 3.0]]></category>
		<category><![CDATA[flex 3]]></category>

		<guid isPermaLink="false">http://blog.six4rty.ch/?p=523</guid>
		<description><![CDATA[almost 2 weeks passed by and I saved an insane amount of time debugging my applications with DemonsterDebugger, it&#8217;s an amazing piece of work what these guys did and I&#8217;m looking forward to see more updates, as soon as I have a bit of time I will come up with a wishlist from my side, [...]]]></description>
			<content:encoded><![CDATA[<p>almost 2 weeks passed by and I saved an insane amount of time debugging my applications with DemonsterDebugger, it&#8217;s an amazing piece of work what these guys did and I&#8217;m looking forward to see more updates, as soon as I have a bit of time I will come up with a wishlist from my side, and will try to send it over to them. </p>
<p>What I liked most was as expected the live editing feature, you can just select a component which is completely off the stage and align it properly just with a few clicks and at the same time you can test your application by accessing functions that are not even made public.</p>
<p>Guys, you did a wonderful job! Thank you very much for this great app!</p>
<div style="padding-top:5px;padding-right:0px;padding-bottom:5px;padding-left:0px;;">
											<iframe
												style="height:25px !important; border:0px solid gray !important; overflow:hidden !important; width:550px !important;" frameborder="0" scrolling="no" allowTransparency="true"
												src="http://www.linksalpha.com/social?blog=Tiago%26%23039%3Bs+Weblog&link=http%253A%252F%252Fblog.six4rty.ch%252F2009%252F02%252F17%252Fdemonstersdebugger-an-update%252F&title=DeMonstersDebugger+an+update&desc=almost+2+weeks+passed+by+and+I+saved+an+insane+amount+of+time+debugging+my+applications+with+DemonsterDebugger%2C+it%27s+an+amazing+piece+of+work+what+these+guys+did+and+I%27m+looking+forward+to+see+more+up&fc=333333&fs=arial&fblname=like&fblref=facebook&fbllang=en_US&fblshow=1&fbsbutton=1&fbsctr=1&fbslang=en&fbsendbutton=1&twbutton=1&twlang=en&twmention=six4rty&twrelated1=&twrelated2=&twctr=1&lnkdshow=show&lnkdctr=1&buzzbutton=1&buzzlang=en&buzzctr=0&diggbutton=1&diggctr=0&stblbutton=1&stblctr=0&g1button=1&g1ctr=1&g1lang=en-US">
											</iframe>
										</div>]]></content:encoded>
			<wfw:commentRss>http://blog.six4rty.ch/2009/02/17/demonstersdebugger-an-update/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by/2.5/ch/</creativeCommons:license>
	</item>
		<item>
		<title>Flex 3: Tabbar event</title>
		<link>http://blog.six4rty.ch/2009/01/22/flex-3-tabbar-event/</link>
		<comments>http://blog.six4rty.ch/2009/01/22/flex-3-tabbar-event/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 12:58:50 +0000</pubDate>
		<dc:creator>Tiago</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[AS 3.0]]></category>
		<category><![CDATA[flex 3]]></category>

		<guid isPermaLink="false">http://blog.six4rty.ch/?p=497</guid>
		<description><![CDATA[Recently while working on an AIR app, I had to create some functionality when the user clicked on a different tab, therefore I wanted to simply check for the active tab using an event. Something that I have found was that as soon as you use a viewstack as a dataprovider no events will be [...]]]></description>
			<content:encoded><![CDATA[<p>Recently while working on an AIR app, I had to create some functionality when the user clicked on a different tab, therefore I wanted to simply check for the active tab using an event. Something that I have found was that as soon as you use a viewstack as a dataprovider no events will be sent. Which led me to the conclusion that it&#8217;s not possible to track which tab the user clicked.. UNTIL I came across the ItemClickEvent which was exactly the piece that I was searching for.</p>
<p><strong>How to use the ItemClickEvent</strong></p>

<div class="wp_syntax"><div class="code"><pre class="actionscript3" style="font-family:monospace;">&nbsp;
<span style="color: #0033ff; font-weight: bold;">import</span> mx<span style="color: #000066; font-weight: bold;">.</span>events<span style="color: #000066; font-weight: bold;">.</span>ItemClickEvent<span style="color: #000066; font-weight: bold;">;</span>
&nbsp;
<span style="color: #0033ff; font-weight: bold;">private</span> <span style="color: #339966; font-weight: bold;">function</span> tabChange<span style="color: #000000;">&#40;</span>e<span style="color: #000066; font-weight: bold;">:</span>ItemClickEvent<span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">:</span><span style="color: #0033ff; font-weight: bold;">void</span><span style="color: #000000;">&#123;</span>
<span style="color: #004993;">trace</span><span style="color: #000000;">&#40;</span>e<span style="color: #000066; font-weight: bold;">.</span>label<span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span> <span style="color: #009900; font-style: italic;">//outputs the label of the selected tab</span>
<span style="color: #004993;">trace</span><span style="color: #000000;">&#40;</span>e<span style="color: #000066; font-weight: bold;">.</span>item<span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span> <span style="color: #009900; font-style: italic;">//outputs the item in the dataprovider of the selected tab</span>
<span style="color: #004993;">trace</span><span style="color: #000000;">&#40;</span>e<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">index</span><span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span> <span style="color: #009900; font-style: italic;">// outputs the index of the selected navigation item</span>
<span style="color: #000000;">&#125;</span></pre></div></div>

<p>and below the mxml tag for the tabbar component</p>

<div class="wp_syntax"><div class="code"><pre class="mxml" style="font-family:monospace;"><span style="color: #000000;">&lt;mx :TabBar id=<span style="color: #ff0000;">&quot;navBar&quot;</span> x=<span style="color: #ff0000;">&quot;10&quot;</span> y=<span style="color: #ff0000;">&quot;125&quot;</span> dataProvider=<span style="color: #ff0000;">&quot;viewstack1&quot;</span> themeColor=<span style="color: #ff0000;">&quot;#648B9A&quot;</span>  selectedIndex=<span style="color: #ff0000;">&quot;0&quot;</span> itemClick=<span style="color: #ff0000;">&quot;tabChange(event)&quot;</span><span style="color: #7400FF;">/&gt;</span></span></pre></div></div>

<p>Actually pretty simple, but when reading throuh the docs, then you pretty quick think that it&#8217;s not possible.. although <strong>nothing </strong>is impossible <img src='http://blog.six4rty.ch/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<div style="padding-top:5px;padding-right:0px;padding-bottom:5px;padding-left:0px;;">
											<iframe
												style="height:25px !important; border:0px solid gray !important; overflow:hidden !important; width:550px !important;" frameborder="0" scrolling="no" allowTransparency="true"
												src="http://www.linksalpha.com/social?blog=Tiago%26%23039%3Bs+Weblog&link=http%253A%252F%252Fblog.six4rty.ch%252F2009%252F01%252F22%252Fflex-3-tabbar-event%252F&title=Flex+3%3A+Tabbar+event&desc=Recently+while+working+on+an+AIR+app%2C+I+had+to+create+some+functionality+when+the+user+clicked+on+a+different+tab%2C+therefore+I+wanted+to+simply+check+for+the+active+tab+using+an+event.+Something+that+&fc=333333&fs=arial&fblname=like&fblref=facebook&fbllang=en_US&fblshow=1&fbsbutton=1&fbsctr=1&fbslang=en&fbsendbutton=1&twbutton=1&twlang=en&twmention=six4rty&twrelated1=&twrelated2=&twctr=1&lnkdshow=show&lnkdctr=1&buzzbutton=1&buzzlang=en&buzzctr=0&diggbutton=1&diggctr=0&stblbutton=1&stblctr=0&g1button=1&g1ctr=1&g1lang=en-US">
											</iframe>
										</div>]]></content:encoded>
			<wfw:commentRss>http://blog.six4rty.ch/2009/01/22/flex-3-tabbar-event/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by/2.5/ch/</creativeCommons:license>
	</item>
		<item>
		<title>Flex teaming options</title>
		<link>http://blog.six4rty.ch/2008/08/11/flex-teaming-options/</link>
		<comments>http://blog.six4rty.ch/2008/08/11/flex-teaming-options/#comments</comments>
		<pubDate>Sun, 10 Aug 2008 22:09:05 +0000</pubDate>
		<dc:creator>Tiago</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[flex 3]]></category>

		<guid isPermaLink="false">http://blog.six4rty.ch/?p=439</guid>
		<description><![CDATA[if you are a standalone flex user you probably never noticed the option when you do a right click on a project folder inside flex, yeh there is this option called &#8220;team&#8221;, and how useful this one is, it allows you to use a CVS repository so you can easily share and keep track of [...]]]></description>
			<content:encoded><![CDATA[<p>if you are a standalone flex user you probably never noticed the option when you do a right click on a project folder inside flex, yeh there is this option called &#8220;team&#8221;,</p>
<p><a href="http://blog.six4rty.ch/wp-content/uploads/2008/08/teamoption.jpg" rel="lightbox"><img class="alignnone size-thumbnail wp-image-440" title="teamoption" src="http://blog.six4rty.ch/wp-content/uploads/2008/08/teamoption-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p>and how useful this one is, it allows you to use a CVS repository so you can easily share and keep track of the code changes. Really really useful, but what do you do if don&#8217;t have a CVS repository? Nowadays most hosting companies offer you an SVN repository and that&#8217;s not compatible with CVS, so there is no way to use that functionality in flex right? wrong!</p>
<p>Since Flex3 and it&#8217;l older versions are based on the Eclipse SDK, you can install any of the extra packages that come along with Eclipse, you can download them directly from the UI by going to <strong>Help-&gt; Software Updates -&gt;Find &amp; Install. </strong></p>
<p>By now that should be pretty clear, you can install plugins from Eclipse directly from the UI, but you didn&#8217;t found an SVN option right? Jump right over to this site: <a title="http://www.polarion.org/index.php?page=download&amp;project=subversive" href="http://www.polarion.org/index.php?page=download&amp;project=subversive" target="_blank">http://www.polarion.org/index.php?page=download&amp;project=subversive</a>, and add the two sources download the SVN and the SVN connector, you&#8217;ll be asked to restart Flex to apply the changes, go on and do that.</p>
<p>As soon as Flex started again, go have  a look at the team option and select <strong>Share Project</strong> now you can choose between CVS and SVN <img src='http://blog.six4rty.ch/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
<a href="http://blog.six4rty.ch/wp-content/uploads/2008/08/teamsvn.jpg" rel="lightbox"><img class="alignnone size-medium wp-image-441" title="teamsvn" src="http://blog.six4rty.ch/wp-content/uploads/2008/08/teamsvn-300x270.jpg" alt="" width="300" height="270" /></a></p>
<p>I&#8217;ll be writing a tutorial on how to install the SVN extensions and some first steps very soon, so stay tuned for an update</p>
<div style="padding-top:5px;padding-right:0px;padding-bottom:5px;padding-left:0px;;">
											<iframe
												style="height:25px !important; border:0px solid gray !important; overflow:hidden !important; width:550px !important;" frameborder="0" scrolling="no" allowTransparency="true"
												src="http://www.linksalpha.com/social?blog=Tiago%26%23039%3Bs+Weblog&link=http%253A%252F%252Fblog.six4rty.ch%252F2008%252F08%252F11%252Fflex-teaming-options%252F&title=Flex+teaming+options&desc=if+you+are+a+standalone+flex+user+you+probably+never+noticed+the+option+when+you+do+a+right+click+on+a+project+folder+inside+flex%2C+yeh+there+is+this+option+called+%22team%22%2C%0D%0A%0D%0A%0D%0A%0D%0Aand+how+useful+this+on&fc=333333&fs=arial&fblname=like&fblref=facebook&fbllang=en_US&fblshow=1&fbsbutton=1&fbsctr=1&fbslang=en&fbsendbutton=1&twbutton=1&twlang=en&twmention=six4rty&twrelated1=&twrelated2=&twctr=1&lnkdshow=show&lnkdctr=1&buzzbutton=1&buzzlang=en&buzzctr=0&diggbutton=1&diggctr=0&stblbutton=1&stblctr=0&g1button=1&g1ctr=1&g1lang=en-US">
											</iframe>
										</div>]]></content:encoded>
			<wfw:commentRss>http://blog.six4rty.ch/2008/08/11/flex-teaming-options/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by/2.5/ch/</creativeCommons:license>
	</item>
	</channel>
</rss>

