<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments for Ryan Phelan</title>
	<atom:link href="http://www.rphelan.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rphelan.com</link>
	<description>Exploring Flex, Design, and Visualization</description>
	<pubDate>Wed, 20 Aug 2008 07:17:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>Comment on Flex Builder Shortcuts and Timesavers by venkat</title>
		<link>http://www.rphelan.com/2008/08/01/flex-builder-shortcuts-and-timesavers/#comment-1157</link>
		<dc:creator>venkat</dc:creator>
		<pubDate>Fri, 01 Aug 2008 18:09:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.rphelan.com/?p=48#comment-1157</guid>
		<description>Ctrl+M will maximize/minimize a panel. I use that very frequently.</description>
		<content:encoded><![CDATA[<p>Ctrl+M will maximize/minimize a panel. I use that very frequently.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Taking Control of Flex Charting Styles by Amy</title>
		<link>http://www.rphelan.com/2008/05/23/taking-control-of-flex-charting-styles/#comment-825</link>
		<dc:creator>Amy</dc:creator>
		<pubDate>Thu, 24 Jul 2008 01:54:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.rphelan.com/?p=36#comment-825</guid>
		<description>How much difference is there between using your tick marks set to the background color and placed outside of the axes and using the labelGap on the axes?</description>
		<content:encoded><![CDATA[<p>How much difference is there between using your tick marks set to the background color and placed outside of the axes and using the labelGap on the axes?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex Menu Accelerators by Yusheng</title>
		<link>http://www.rphelan.com/2008/03/17/flex-menu-accelerators/#comment-653</link>
		<dc:creator>Yusheng</dc:creator>
		<pubDate>Fri, 18 Jul 2008 20:55:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.rphelan.com/archives/7#comment-653</guid>
		<description>Sorry it does not allow me to paste the change I made:
Here is what I did:
in the MenuAccelerators.mxml file:
under the "window" menu, remove all the menu items except the menuitem labeled "Submenu" and its two sub items.

So basically the error occurs if the menu bar item has only one composite menu items</description>
		<content:encoded><![CDATA[<p>Sorry it does not allow me to paste the change I made:<br />
Here is what I did:<br />
in the MenuAccelerators.mxml file:<br />
under the &#8220;window&#8221; menu, remove all the menu items except the menuitem labeled &#8220;Submenu&#8221; and its two sub items.</p>
<p>So basically the error occurs if the menu bar item has only one composite menu items</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex Menu Accelerators by Yusheng</title>
		<link>http://www.rphelan.com/2008/03/17/flex-menu-accelerators/#comment-652</link>
		<dc:creator>Yusheng</dc:creator>
		<pubDate>Fri, 18 Jul 2008 20:49:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.rphelan.com/archives/7#comment-652</guid>
		<description>The change to the code is:
    
              
                
                
            
        </description>
		<content:encoded><![CDATA[<p>The change to the code is:</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex Menu Accelerators by Yusheng</title>
		<link>http://www.rphelan.com/2008/03/17/flex-menu-accelerators/#comment-651</link>
		<dc:creator>Yusheng</dc:creator>
		<pubDate>Fri, 18 Jul 2008 20:48:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.rphelan.com/archives/7#comment-651</guid>
		<description>Hi:
It is a nice implementation. I am also trying to create a custom MenuBar with accelerator keys. But I found a very strange error and I don't know why. So I did some test on your code. 
If I remove extra menu items from "Window" menu and run it in Flex Builder 3. The code failed when I tried to open the "window" menu. I am very confused with error. Does any one what exactly happed?
     
              
                
                
            
        

The error message is:
TypeError: Error #1009: Cannot access a property or method of a null object reference.
	at mx.controls.listClasses::ListBase/drawItem()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\controls\listClasses\ListBase.as:4906]
	at mx.controls::Menu/drawItem()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\controls\Menu.as:1202]
	at mx.controls::Menu/mouseOverHandler()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\controls\Menu.as:1752]

Thanks very much</description>
		<content:encoded><![CDATA[<p>Hi:<br />
It is a nice implementation. I am also trying to create a custom MenuBar with accelerator keys. But I found a very strange error and I don&#8217;t know why. So I did some test on your code.<br />
If I remove extra menu items from &#8220;Window&#8221; menu and run it in Flex Builder 3. The code failed when I tried to open the &#8220;window&#8221; menu. I am very confused with error. Does any one what exactly happed?</p>
<p>The error message is:<br />
TypeError: Error #1009: Cannot access a property or method of a null object reference.<br />
	at mx.controls.listClasses::ListBase/drawItem()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\controls\listClasses\ListBase.as:4906]<br />
	at mx.controls::Menu/drawItem()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\controls\Menu.as:1202]<br />
	at mx.controls::Menu/mouseOverHandler()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\controls\Menu.as:1752]</p>
<p>Thanks very much</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex Menu Accelerators by Ryan</title>
		<link>http://www.rphelan.com/2008/03/17/flex-menu-accelerators/#comment-318</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Fri, 13 Jun 2008 17:09:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.rphelan.com/archives/7#comment-318</guid>
		<description>Thanks for the feedback guys.  John - keyCodes map to specific keys on the keyboard whereas charCodes map to characters.  It's been a while, so I don't actually remember why i chose keyCodes... maybe I just wanted the challenge of creating the KeyUtils class ;)

Anyway - you could follow Ivan's suggestion of swapping out the use of keyCodes for charCodes, but just remember that many of the combos don't work anyway because they get trapped by the browser.  The REAL solution to the accelerator problem is much much more complex!  If you are interested, use a program like Fiddler2 to capture the javascript files used by Adobe's Buzzword application.  They are intercepting keystrokes outside of the flash player and passing them in via ExternalInterface.</description>
		<content:encoded><![CDATA[<p>Thanks for the feedback guys.  John - keyCodes map to specific keys on the keyboard whereas charCodes map to characters.  It&#8217;s been a while, so I don&#8217;t actually remember why i chose keyCodes&#8230; maybe I just wanted the challenge of creating the KeyUtils class ;)</p>
<p>Anyway - you could follow Ivan&#8217;s suggestion of swapping out the use of keyCodes for charCodes, but just remember that many of the combos don&#8217;t work anyway because they get trapped by the browser.  The REAL solution to the accelerator problem is much much more complex!  If you are interested, use a program like Fiddler2 to capture the javascript files used by Adobe&#8217;s Buzzword application.  They are intercepting keystrokes outside of the flash player and passing them in via ExternalInterface.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Taking Control of Flex Charting Styles by Ryan</title>
		<link>http://www.rphelan.com/2008/05/23/taking-control-of-flex-charting-styles/#comment-317</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Fri, 13 Jun 2008 16:43:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.rphelan.com/?p=36#comment-317</guid>
		<description>Yes, the Gridlines tag has the styles "verticalFill", "verticalAlternateFill", "horizontalFill" and "horizontalAlternateFill".  In this example you would use the vertical fills for the BarChart and horizontal fills for the ColumnChart and LineChart.

You should consider the fact that the fills will add some clutter to the graph which could reduce readability in some cases, but if you do choose to use them, I would suggest using the background color (white) for the vertical fill and a very light gray (like #F2F2F2) for the alternateFill.</description>
		<content:encoded><![CDATA[<p>Yes, the Gridlines tag has the styles &#8220;verticalFill&#8221;, &#8220;verticalAlternateFill&#8221;, &#8220;horizontalFill&#8221; and &#8220;horizontalAlternateFill&#8221;.  In this example you would use the vertical fills for the BarChart and horizontal fills for the ColumnChart and LineChart.</p>
<p>You should consider the fact that the fills will add some clutter to the graph which could reduce readability in some cases, but if you do choose to use them, I would suggest using the background color (white) for the vertical fill and a very light gray (like #F2F2F2) for the alternateFill.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Taking Control of Flex Charting Styles by Ritu</title>
		<link>http://www.rphelan.com/2008/05/23/taking-control-of-flex-charting-styles/#comment-311</link>
		<dc:creator>Ritu</dc:creator>
		<pubDate>Thu, 05 Jun 2008 05:19:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.rphelan.com/?p=36#comment-311</guid>
		<description>can we provide alnate row colors in charts background in flex?</description>
		<content:encoded><![CDATA[<p>can we provide alnate row colors in charts background in flex?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex Menu Accelerators by John Hall</title>
		<link>http://www.rphelan.com/2008/03/17/flex-menu-accelerators/#comment-309</link>
		<dc:creator>John Hall</dc:creator>
		<pubDate>Wed, 04 Jun 2008 03:53:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.rphelan.com/archives/7#comment-309</guid>
		<description>This is fantastic! Thanks. What do I need to explore to expand it for mac and windows compatibility?</description>
		<content:encoded><![CDATA[<p>This is fantastic! Thanks. What do I need to explore to expand it for mac and windows compatibility?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Running Cairngen on a Mac by Jürgen</title>
		<link>http://www.rphelan.com/2008/04/12/running-cairngen-on-a-mac/#comment-170</link>
		<dc:creator>Jürgen</dc:creator>
		<pubDate>Thu, 08 May 2008 14:55:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.rphelan.com/?p=26#comment-170</guid>
		<description>thanks for this tutorial, now i got this tool to work! I have tried for hours before</description>
		<content:encoded><![CDATA[<p>thanks for this tutorial, now i got this tool to work! I have tried for hours before</p>
]]></content:encoded>
	</item>
</channel>
</rss>
