<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.4" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments for 739 Saint Louis St</title>
	<link>http://blog.739saintlouis.com</link>
	<description></description>
	<pubDate>Mon, 21 Jul 2008 01:32:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>

	<item>
		<title>Comment on Flex: Rounded menues using masking by chad</title>
		<link>http://blog.739saintlouis.com/2007/10/08/flex-rounded-menues-using-masking/#comment-46</link>
		<pubDate>Tue, 20 Nov 2007 01:35:24 +0000</pubDate>
		<guid>http://blog.739saintlouis.com/2007/10/08/flex-rounded-menues-using-masking/#comment-46</guid>
					<description>compiles fine with flex 2.0.1.  by flex 3 beta 2 we have some additional methods to implement.

i've been gearing toward menu skinning.  will let you know if your class helps.</description>
		<content:encoded><![CDATA[<p>compiles fine with flex 2.0.1.  by flex 3 beta 2 we have some additional methods to implement.</p>
<p>i&#8217;ve been gearing toward menu skinning.  will let you know if your class helps.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Flex TileList with ToggleButtons by Kyle</title>
		<link>http://blog.739saintlouis.com/2007/09/10/flex-tilelist-with-togglebuttons/#comment-44</link>
		<pubDate>Tue, 23 Oct 2007 15:35:10 +0000</pubDate>
		<guid>http://blog.739saintlouis.com/2007/09/10/flex-tilelist-with-togglebuttons/#comment-44</guid>
					<description>Josh, no problem on adding the code or variation to the Flexcookbook.  for a blurb on me, perhaps check out the blurb from my dev center article: http://www.adobe.com/devnet/flex/articles/helloworld.html</description>
		<content:encoded><![CDATA[<p>Josh, no problem on adding the code or variation to the Flexcookbook.  for a blurb on me, perhaps check out the blurb from my dev center article: <a href='http://www.adobe.com/devnet/flex/articles/helloworld.html' rel='nofollow'>http://www.adobe.com/devnet/flex/articles/helloworld.html</a>
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Flex TileList with ToggleButtons by joshuajnoble</title>
		<link>http://blog.739saintlouis.com/2007/09/10/flex-tilelist-with-togglebuttons/#comment-43</link>
		<pubDate>Fri, 19 Oct 2007 12:51:43 +0000</pubDate>
		<guid>http://blog.739saintlouis.com/2007/09/10/flex-tilelist-with-togglebuttons/#comment-43</guid>
					<description>I really like this example and would like to include the basic algorithm in the Flex 3 Cookbook which I'm currently working on. If you wouldn't mind dropping me a line I'd like to get a little more info on you so I can give you credit in the book. Thanks,</description>
		<content:encoded><![CDATA[<p>I really like this example and would like to include the basic algorithm in the Flex 3 Cookbook which I&#8217;m currently working on. If you wouldn&#8217;t mind dropping me a line I&#8217;d like to get a little more info on you so I can give you credit in the book. Thanks,
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Flex Accordion Open on Hover by faking mouse events. by Greg Groves</title>
		<link>http://blog.739saintlouis.com/2007/08/30/flex-accordion-open-on-hover-by-faking-mouse-events/#comment-42</link>
		<pubDate>Mon, 10 Sep 2007 00:38:43 +0000</pubDate>
		<guid>http://blog.739saintlouis.com/2007/08/30/flex-accordion-open-on-hover-by-faking-mouse-events/#comment-42</guid>
					<description>I had the same need, but did it differently. I added a mouseover event listener to each accordion header:

var navPaneCount:int = accNav.numChildren;
for (var i:int = 0; i </description>
		<content:encoded><![CDATA[<p>I had the same need, but did it differently. I added a mouseover event listener to each accordion header:</p>
<p>var navPaneCount:int = accNav.numChildren;<br />
for (var i:int = 0; i
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on RadioButton Datagrid ItemRenderer that selects and indicates selection of entire row. by Kyle</title>
		<link>http://blog.739saintlouis.com/2007/05/14/radiobutton-datagrid-itemrenderer-that-selects-and-indicates-selection-of-entire-row/#comment-40</link>
		<pubDate>Wed, 29 Aug 2007 19:17:39 +0000</pubDate>
		<guid>http://blog.739saintlouis.com/2007/05/14/radiobutton-datagrid-itemrenderer-that-selects-and-indicates-selection-of-entire-row/#comment-40</guid>
					<description>Hmmm....not offhand.  I may have to investigate and post back.</description>
		<content:encoded><![CDATA[<p>Hmmm&#8230;.not offhand.  I may have to investigate and post back.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Using Runtime CSS to Change embedded True Type fonts at Runtime in Flex Applications by Kyle</title>
		<link>http://blog.739saintlouis.com/2007/02/23/using-runtime-css-to-change-embedded-true-type-fonts-at-runtime-in-flex-applications/#comment-39</link>
		<pubDate>Wed, 29 Aug 2007 19:16:33 +0000</pubDate>
		<guid>http://blog.739saintlouis.com/2007/02/23/using-runtime-css-to-change-embedded-true-type-fonts-at-runtime-in-flex-applications/#comment-39</guid>
					<description>From a technical standpoint, all 3 methodologies are essentially the same under the covers.  I think purely due to the advantage of how one can separate responsibilities of look and feel of an app into a stylesheet which can be worked on by a UI/graphics person rather than a coder, make the CSS option an attractive choice.</description>
		<content:encoded><![CDATA[<p>From a technical standpoint, all 3 methodologies are essentially the same under the covers.  I think purely due to the advantage of how one can separate responsibilities of look and feel of an app into a stylesheet which can be worked on by a UI/graphics person rather than a coder, make the CSS option an attractive choice.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Using Runtime CSS to Change embedded True Type fonts at Runtime in Flex Applications by toofah</title>
		<link>http://blog.739saintlouis.com/2007/02/23/using-runtime-css-to-change-embedded-true-type-fonts-at-runtime-in-flex-applications/#comment-38</link>
		<pubDate>Wed, 15 Aug 2007 22:44:25 +0000</pubDate>
		<guid>http://blog.739saintlouis.com/2007/02/23/using-runtime-css-to-change-embedded-true-type-fonts-at-runtime-in-flex-applications/#comment-38</guid>
					<description>Good series and information.  What method do you think is the best way to download fonts dynamically?  I have exactly this need in my application.  I need to download my fonts dynamically as needed in order to not incur too large of an initial download.</description>
		<content:encoded><![CDATA[<p>Good series and information.  What method do you think is the best way to download fonts dynamically?  I have exactly this need in my application.  I need to download my fonts dynamically as needed in order to not incur too large of an initial download.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on RadioButton Datagrid ItemRenderer that selects and indicates selection of entire row. by Brett</title>
		<link>http://blog.739saintlouis.com/2007/05/14/radiobutton-datagrid-itemrenderer-that-selects-and-indicates-selection-of-entire-row/#comment-25</link>
		<pubDate>Wed, 20 Jun 2007 17:19:11 +0000</pubDate>
		<guid>http://blog.739saintlouis.com/2007/05/14/radiobutton-datagrid-itemrenderer-that-selects-and-indicates-selection-of-entire-row/#comment-25</guid>
					<description>great example

Do you happen to know how to have multiple selects in the checkboxs when you click on a row and then deselect it if the click on the row again?

Thanks!</description>
		<content:encoded><![CDATA[<p>great example</p>
<p>Do you happen to know how to have multiple selects in the checkboxs when you click on a row and then deselect it if the click on the row again?</p>
<p>Thanks!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Referencing resources in other Flex Builder Projects by Kyle</title>
		<link>http://blog.739saintlouis.com/2007/04/03/referencing-resources-in-other-flex-builder-projects/#comment-24</link>
		<pubDate>Wed, 04 Apr 2007 14:06:08 +0000</pubDate>
		<guid>http://blog.739saintlouis.com/2007/04/03/referencing-resources-in-other-flex-builder-projects/#comment-24</guid>
					<description>Sorry.  I forgot to add the link.  It is fixed now.</description>
		<content:encoded><![CDATA[<p>Sorry.  I forgot to add the link.  It is fixed now.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>Comment on Referencing resources in other Flex Builder Projects by Dave</title>
		<link>http://blog.739saintlouis.com/2007/04/03/referencing-resources-in-other-flex-builder-projects/#comment-23</link>
		<pubDate>Wed, 04 Apr 2007 13:01:16 +0000</pubDate>
		<guid>http://blog.739saintlouis.com/2007/04/03/referencing-resources-in-other-flex-builder-projects/#comment-23</guid>
					<description>I can not seem to find the link to the zip file.</description>
		<content:encoded><![CDATA[<p>I can not seem to find the link to the zip file.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
