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

<channel>
	<title>BealeARTS &#187; Flex</title>
	<atom:link href="http://www.bealearts.co.uk/blog/category/flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bealearts.co.uk</link>
	<description>BealeARTS - Information Ingenuity</description>
	<pubDate>Tue, 26 Aug 2008 20:21:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<item>
		<title>Storing Typed Objects in Flex&#8217;s Local Shared Objects</title>
		<link>http://www.bealearts.co.uk/blog/2008/08/02/storing-typed-objects-in-flexs-local-shared-objects/</link>
		<comments>http://www.bealearts.co.uk/blog/2008/08/02/storing-typed-objects-in-flexs-local-shared-objects/#comments</comments>
		<pubDate>Sat, 02 Aug 2008 15:39:10 +0000</pubDate>
		<dc:creator>David Beale</dc:creator>
		
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.bealearts.co.uk/?p=37</guid>
		<description><![CDATA[Flex&#8217;s Local Shared Objects provide a convenient way to persist data on the client, in a similar way that cookies are used in web applications. Shared Objects are much more powerful however, allowing the persisting of structured data, with a default client set limit of 100kB of storage.
Typed objects can be added to the store [...]]]></description>
		<wfw:commentRss>http://www.bealearts.co.uk/blog/2008/08/02/storing-typed-objects-in-flexs-local-shared-objects/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Embedding Multiple File True Type Fonts in Flex</title>
		<link>http://www.bealearts.co.uk/blog/2008/01/18/embedding-multiple-file-true-type-fonts-in-flex/</link>
		<comments>http://www.bealearts.co.uk/blog/2008/01/18/embedding-multiple-file-true-type-fonts-in-flex/#comments</comments>
		<pubDate>Fri, 18 Jan 2008 14:22:04 +0000</pubDate>
		<dc:creator>David Beale</dc:creator>
		
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.bealearts.co.uk/blog/2008/01/18/embedding-multiple-file-true-type-fonts-in-flex/</guid>
		<description><![CDATA[Many True Type Fonts (TTF) are made up of multiple .TTF files. One file will be for the normal font, while another file is for the Bold version of the Font. For example, the Verdana font that comes with Windows XP consists of four separate files.
The following code shows how to include multiple TTF files [...]]]></description>
		<wfw:commentRss>http://www.bealearts.co.uk/blog/2008/01/18/embedding-multiple-file-true-type-fonts-in-flex/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Rotating Text in Flex</title>
		<link>http://www.bealearts.co.uk/blog/2008/01/11/rotating-text-in-flex/</link>
		<comments>http://www.bealearts.co.uk/blog/2008/01/11/rotating-text-in-flex/#comments</comments>
		<pubDate>Fri, 11 Jan 2008 09:12:53 +0000</pubDate>
		<dc:creator>David Beale</dc:creator>
		
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.bealearts.co.uk/blog/2008/01/11/rotating-text-in-flex/</guid>
		<description><![CDATA[The Flex docs tell you that in order to use Fade effects with Text controls, you have to embed a True Type Font to use in the Flex application. The default Fonts available within Flex (Aerial, Verdana etc) will not fade.
This also applies to rotating Flex controls, which is not mentioned in the docs - [...]]]></description>
		<wfw:commentRss>http://www.bealearts.co.uk/blog/2008/01/11/rotating-text-in-flex/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Scotch of the Rocks 2007 Article</title>
		<link>http://www.bealearts.co.uk/blog/2007/08/27/scotch-of-the-rocks-2007-article/</link>
		<comments>http://www.bealearts.co.uk/blog/2007/08/27/scotch-of-the-rocks-2007-article/#comments</comments>
		<pubDate>Mon, 27 Aug 2007 10:32:51 +0000</pubDate>
		<dc:creator>David Beale</dc:creator>
		
		<category><![CDATA[ColdFusion]]></category>

		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.bealearts.co.uk/blog/2007/08/27/scotch-of-the-rocks-2007-article/</guid>
		<description><![CDATA[I attended this years Scotch of the Rocks with a press pass from Fusion Authority, and they have just published the articles that I and fellow "member of the press" Kola Oyedeji wrote as reviews of the conference.
Read them at A Tale of CFML, Flex and a Pineapple and A Review of Scotch on the [...]]]></description>
		<wfw:commentRss>http://www.bealearts.co.uk/blog/2007/08/27/scotch-of-the-rocks-2007-article/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Automatic Disabled Icon with Flex Button Control</title>
		<link>http://www.bealearts.co.uk/blog/2007/07/29/automatic-disabled-icon-with-flex-button-control/</link>
		<comments>http://www.bealearts.co.uk/blog/2007/07/29/automatic-disabled-icon-with-flex-button-control/#comments</comments>
		<pubDate>Sun, 29 Jul 2007 09:19:03 +0000</pubDate>
		<dc:creator>David Beale</dc:creator>
		
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.bealearts.co.uk/blog/2007/07/29/automatic-disabled-icon-with-flex-button-control/</guid>
		<description><![CDATA[The Flex Button control provides the means to add an icon to the button, in one of several states disabled/hover etc. However it does not automatically provide a disabled version of the icon you add for its normal enabled state. i.e. A "grayed out" version, which most other visual RAD tools would provided.
After hacking around [...]]]></description>
		<wfw:commentRss>http://www.bealearts.co.uk/blog/2007/07/29/automatic-disabled-icon-with-flex-button-control/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Default Sorting for a Flex DataGrid</title>
		<link>http://www.bealearts.co.uk/blog/2007/06/15/default-sorting-for-a-flex-datagrid/</link>
		<comments>http://www.bealearts.co.uk/blog/2007/06/15/default-sorting-for-a-flex-datagrid/#comments</comments>
		<pubDate>Fri, 15 Jun 2007 18:43:53 +0000</pubDate>
		<dc:creator>David Beale</dc:creator>
		
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.bealearts.co.uk/blog/2007/06/15/default-sorting-for-a-flex-datagrid/</guid>
		<description><![CDATA[While working on the DeveloperCircuit Flex widget, I had the need to set a default sorting for a Flex DataGrid control. The standard control does not provide a mechanism to do this.
The Flex documentation suggests that you sort the underlying dataset, however I felt that this was very unsatisfactory. When you manually sort a DataGrid, [...]]]></description>
		<wfw:commentRss>http://www.bealearts.co.uk/blog/2007/06/15/default-sorting-for-a-flex-datagrid/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
