<?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/"
	>

<channel>
	<title>Aboutme - blog &#187; Flex</title>
	<atom:link href="http://blog.aboutme.be/tag/flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.aboutme.be</link>
	<description></description>
	<lastBuildDate>Fri, 13 Jan 2012 08:58:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Flex Mobile Tabbed View Navigator Button Badge</title>
		<link>http://blog.aboutme.be/2011/10/28/flex-mobile-tabbed-view-navigator-button-badge/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=flex-mobile-tabbed-view-navigator-button-badge</link>
		<comments>http://blog.aboutme.be/2011/10/28/flex-mobile-tabbed-view-navigator-button-badge/#comments</comments>
		<pubDate>Fri, 28 Oct 2011 14:03:12 +0000</pubDate>
		<dc:creator>wouter</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[AIR]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[skinning]]></category>

		<guid isPermaLink="false">http://blog.aboutme.be/?p=222</guid>
		<description><![CDATA[I wanted to display a &#8220;badge text&#8221; in a Flex Mobile project. Badge texts are the red circles on iOS, where you can see a number of updates, unread messages, &#8230; This isn&#8217;t included in the default flex mobile components / skins, so I decided to extend &#038; skin the tabbed view navigator, so you&#8217;re [...]]]></description>
			<content:encoded><![CDATA[<p>I wanted to display a &#8220;badge text&#8221; in a Flex Mobile project. Badge texts are the red circles on iOS, where you can see a number of updates, unread messages, &#8230;</p>
<p><img src="http://blog.aboutme.be/wp-content/uploads/2011/10/Screen-Shot-2011-10-28-at-15.52.17.png" alt="" title="Badge texts on tabbed view navigator" width="434" height="596" class="aligncenter size-full wp-image-223" /></p>
<p>This isn&#8217;t included in the default flex mobile components / skins, so I decided to extend &#038; skin the tabbed view navigator, so you&#8217;re able to add this functionality in your applications.</p>
<p>You simple use my BadgeViewNavigator instead of ViewNavigators, and set a badgeText value to display in the badge:</p>

<div class="wp_syntax"><div class="code"><pre class="mxml" style="font-family:monospace;"><span style="color: #000000;"><span style="color: #7400FF;">&lt;views:BadgeViewNavigator</span> label=<span style="color: #ff0000;">&quot;One&quot;</span> width=<span style="color: #ff0000;">&quot;100%&quot;</span> height=<span style="color: #ff0000;">&quot;100%&quot;</span></span>
<span style="color: #000000;">		firstView=<span style="color: #ff0000;">&quot;be.aboutme.flex.mobile.badgeViewNavigator.views.OneView&quot;</span></span>
<span style="color: #000000;">		badgeText=<span style="color: #ff0000;">&quot;23&quot;</span><span style="color: #7400FF;">/&gt;</span></span>
<span style="color: #000000;"><span style="color: #7400FF;">&lt;views:BadgeViewNavigator</span> label=<span style="color: #ff0000;">&quot;Two&quot;</span> width=<span style="color: #ff0000;">&quot;100%&quot;</span> height=<span style="color: #ff0000;">&quot;100%&quot;</span></span>
<span style="color: #000000;">		firstView=<span style="color: #ff0000;">&quot;be.aboutme.flex.mobile.badgeViewNavigator.views.TwoView&quot;</span></span>
<span style="color: #000000;">		badgeText=<span style="color: #ff0000;">&quot;2&quot;</span><span style="color: #7400FF;">/&gt;</span></span>
<span style="color: #000000;"><span style="color: #7400FF;">&lt;views:BadgeViewNavigator</span> label=<span style="color: #ff0000;">&quot;Three&quot;</span> width=<span style="color: #ff0000;">&quot;100%&quot;</span> height=<span style="color: #ff0000;">&quot;100%&quot;</span></span>
<span style="color: #000000;">		firstView=<span style="color: #ff0000;">&quot;be.aboutme.flex.mobile.badgeViewNavigator.views.ThreeView&quot;</span><span style="color: #7400FF;">/&gt;</span></span></pre></div></div>

<p><a href="http://labs.aboutme.be/flex_mobile/badge_view_navigator/BadgeViewNavigatorDemo.fxp">You can download the sources &#038; demo in this fxp file. Enjoy!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.aboutme.be/2011/10/28/flex-mobile-tabbed-view-navigator-button-badge/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using FCKEditor in Flex and AIR</title>
		<link>http://blog.aboutme.be/2009/08/17/using-fckeditor-in-flex-and-air/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=using-fckeditor-in-flex-and-air</link>
		<comments>http://blog.aboutme.be/2009/08/17/using-fckeditor-in-flex-and-air/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 21:17:21 +0000</pubDate>
		<dc:creator>wouter</dc:creator>
				<category><![CDATA[Actionscript 3.0]]></category>
		<category><![CDATA[AIR]]></category>
		<category><![CDATA[fckeditor]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://blog.aboutme.be/?p=124</guid>
		<description><![CDATA[One of the most wanted features in Adobe Flex / AIR is a better Rich Text Editor. There are some great ones available for javascript, so why can&#8217;t we have an editor with the same featureset? Well, it is actually possible to incorporate existing javascript editors in your Flex / AIR applications. You can check [...]]]></description>
			<content:encoded><![CDATA[<p>One of the most wanted features in Adobe Flex / AIR is a better Rich Text Editor. There are some great ones available for javascript, so why can&#8217;t we have an editor with the same featureset? Well, it is actually possible to incorporate existing javascript editors in your Flex / AIR applications.</p>
<p><img src="http://blog.aboutme.be/wp-content/uploads/2009/08/flex_fck_editor_screenshot.jpg" alt="" title="flex_fck_editor_screenshot" class="aligncenter" /></p>
<p>You can check out a demo at <a href="http://labs.aboutme.be/flex_fckeditor/">http://labs.aboutme.be/flex_fckeditor/</a></p>
<p>You can download my library + demo&#8217;s at <a href="http://blog.aboutme.be/wp-content/uploads/flex_fckeditor/flex_fck_editor_0.1.zip">http://blog.aboutme.be/wp-content/uploads/flex_fckeditor/flex_fck_editor_0.1.zip</a></p>
<p>When you extract the zip file, you will find an swc file, an assets folder and de demos folder. If you want to use FCKEditor in your own Flex or AIR projects, add the swc to your library path, and the assets folder to your src folder (just like the demo projects).</p>
<p>When you use the component in a Flex project, you need to ensure you <strong>set the wmode property to &#8216;opaque&#8217;</strong>. Also, if you run it on your <strong>local filesystem with Internet Explorer</strong>, you won&#8217;t see the component. It works fine if you run it on a webserver.</p>
<p>Currently it&#8217;s possible to get / set the htmlText, and change the toolbar set. I hope you enjoy this component, if you find any bugs or have feature request, feel free to post them in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.aboutme.be/2009/08/17/using-fckeditor-in-flex-and-air/feed/</wfw:commentRss>
		<slash:comments>41</slash:comments>
		</item>
	</channel>
</rss>

