<?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>Ryan Campbell &#187; Degrafa</title>
	<atom:link href="http://www.ryancampbell.com/category/degrafa/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ryancampbell.com</link>
	<description>Flex/Flash Developer Blog</description>
	<lastBuildDate>Mon, 06 Dec 2010 17:59:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>Skinning MinimalComps with Degrafa</title>
		<link>http://www.ryancampbell.com/2009/09/10/skinning-minimalcomps-with-degrafa/</link>
		<comments>http://www.ryancampbell.com/2009/09/10/skinning-minimalcomps-with-degrafa/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 16:43:28 +0000</pubDate>
		<dc:creator>Ryan Campbell</dc:creator>
				<category><![CDATA[Degrafa]]></category>
		<category><![CDATA[MinimalComps]]></category>
		<category><![CDATA[MXML]]></category>

		<guid isPermaLink="false">http://www.ryancampbell.com/?p=43</guid>
		<description><![CDATA[Just a quick post to show how you can utilize Degrafa and MXML to skin the MinimalComps components. Currently this adds just over 50kb to your SWF but it's on on going effort to lower this and minimize the dependencies on Flex classes. My skin extends from GeometryGroup which instead of adding another DisplayObject to [...]]]></description>
			<content:encoded><![CDATA[<p>Just a quick post to show how you can utilize <a href="http://www.degrafa.com">Degrafa</a> and MXML to skin the <a href="http://code.google.com/p/minimalcomps/">MinimalComps</a> components. Currently this adds just over 50kb to your SWF but it's on on going effort to lower this and minimize the dependencies on Flex classes.</p>
<p>My skin extends from GeometryGroup which instead of adding another DisplayObject to the display list it simply draws directly on the component.</p>
<p>I really like the idea of using AS3 for your component behavior/logic and seperating your views/skins using MXML. This is something Flex 4 is trying to achieve with FXG and it would be cool to see other frameworks do the same with Degrafa.</p>
<p><a href="/flex/MinimalSkins/srcview/" target="_blank">View the source</a></p>
<p><iframe src="/flex/MinimalSkins/MinimalSkins.html" width="100%" height="100"></iframe> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.ryancampbell.com/2009/09/10/skinning-minimalcomps-with-degrafa/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>OpenFlux + Degrafa = FluxCharts</title>
		<link>http://www.ryancampbell.com/2008/09/17/openflux-degrafa-fluxcharts/</link>
		<comments>http://www.ryancampbell.com/2008/09/17/openflux-degrafa-fluxcharts/#comments</comments>
		<pubDate>Thu, 18 Sep 2008 01:59:10 +0000</pubDate>
		<dc:creator>Ryan Campbell</dc:creator>
				<category><![CDATA[Degrafa]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[FluxCharts]]></category>
		<category><![CDATA[OpenFlux]]></category>

		<guid isPermaLink="false">http://www.bobjim.com/2008/09/17/openflux-degrafa-fluxcharts/</guid>
		<description><![CDATA[Last night I started playing around with the new GeometryRepeater/PropertyModifier classes in Degrafa and decided it would be fun to create an OpenFlux chart component. The code consists of a Chart model class (currently just has a data Array property) and 3 mxml views. You can change the view at runtime to a pie, line [...]]]></description>
			<content:encoded><![CDATA[<p>Last night I started playing around with the new GeometryRepeater/PropertyModifier classes in <a href="http://www.degrafa.com" title="Degrafa" target="_blank">Degrafa</a> and decided it would be fun to create an <a href="http://openflux.googlecode.com" title="OpenFlux" target="_blank">OpenFlux</a> chart component. The code consists of a Chart model class (currently just has a data Array property) and 3 mxml views. You can change the view at runtime to a pie, line or column chart.</p>
<p>The app is below with view source enabled. So far the component is really simple and doesn't even have a controller. I plan on developing it further but wanted to show it off at the early stage so you can see how simple it is to get started creating a custom OpenFlux component.</p>
<p>I will be posting updates as I add more functionality. Let me know any ideas you have for what you would like to see.</p>
<p><iframe src="/flex/FluxCharts/FluxCharts.html" height="400" width="100%"></iframe><br />
<a href="/flex/FluxCharts/srcview/index.html" target="_blank">View Source Code</a> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.ryancampbell.com/2008/09/17/openflux-degrafa-fluxcharts/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

