<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: New Flex Component: RandomWalk</title>
	<atom:link href="http://www.quietlyscheming.com/blog/2006/06/28/new-flex-component-randomwalk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.quietlyscheming.com/blog/2006/06/28/new-flex-component-randomwalk/</link>
	<description>simple plans for world domination</description>
	<lastBuildDate>Fri, 04 Dec 2009 11:48:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: core000</title>
		<link>http://www.quietlyscheming.com/blog/2006/06/28/new-flex-component-randomwalk/comment-page-1/#comment-94939</link>
		<dc:creator>core000</dc:creator>
		<pubDate>Fri, 25 Jan 2008 03:51:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietlyscheming.com/blog/2006/06/28/new-flex-component-randomwalk/#comment-94939</guid>
		<description>&lt;p&gt;Kevin, would you be able to post an example for us to see?   wonder where Ely is.   It&#039;s been a while since his last response.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Kevin, would you be able to post an example for us to see?   wonder where Ely is.   It&#8217;s been a while since his last response.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://www.quietlyscheming.com/blog/2006/06/28/new-flex-component-randomwalk/comment-page-1/#comment-79753</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Sat, 08 Dec 2007 20:58:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietlyscheming.com/blog/2006/06/28/new-flex-component-randomwalk/#comment-79753</guid>
		<description>&lt;p&gt;UPDATE &amp; QUESTION:
I have modified this code for our purposes and for the most part have it working. It accepts and ArrayCollection as a DataProvider and we added drag and drop to the renderer so we can interface with other components.  At some point I would love to fit this into some of the existing Flex architectures so that I can use it a little more broadly, but I think that will take a little more learning on my part.  I made an attempt at implementing the TreeDataDescriptor as you suggested, but found it a little too much work for what I needed right now.&lt;/p&gt;

&lt;p&gt;I am having one strange problem though.  I have decided to nest this component inside a Panel container, but I am finding that if my dataProvider gets large and thus the node instances extend higher that the height of the component, they display on top of the parent Panel component instead of getting clipped/masked as I would expect from any child container of Panel (clipContent = true by default).  I am wondering why these instances are being drawn on top of everything.  I looked at the code and it appears the drawing is being done in the _lineSprite (Sprite) which is added as a child to the component.  Any insight would help since I would think the desired behavior of most components is to have them cliped by parent containers.   Thanks for the help.  I would be happy to send you my version of the code although it is not really &quot;production ready&quot; for anyone else except our uses.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>UPDATE &amp; QUESTION:<br />
I have modified this code for our purposes and for the most part have it working. It accepts and ArrayCollection as a DataProvider and we added drag and drop to the renderer so we can interface with other components.  At some point I would love to fit this into some of the existing Flex architectures so that I can use it a little more broadly, but I think that will take a little more learning on my part.  I made an attempt at implementing the TreeDataDescriptor as you suggested, but found it a little too much work for what I needed right now.</p>
<p>I am having one strange problem though.  I have decided to nest this component inside a Panel container, but I am finding that if my dataProvider gets large and thus the node instances extend higher that the height of the component, they display on top of the parent Panel component instead of getting clipped/masked as I would expect from any child container of Panel (clipContent = true by default).  I am wondering why these instances are being drawn on top of everything.  I looked at the code and it appears the drawing is being done in the _lineSprite (Sprite) which is added as a child to the component.  Any insight would help since I would think the desired behavior of most components is to have them cliped by parent containers.   Thanks for the help.  I would be happy to send you my version of the code although it is not really &#8220;production ready&#8221; for anyone else except our uses.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://www.quietlyscheming.com/blog/2006/06/28/new-flex-component-randomwalk/comment-page-1/#comment-66383</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Fri, 09 Nov 2007 06:08:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietlyscheming.com/blog/2006/06/28/new-flex-component-randomwalk/#comment-66383</guid>
		<description>&lt;p&gt;RE: RandomWalk...I really like the UI possibilities with this components, but would like to update it to fit a more current model of the possible data types &amp; events that I would need it to handle.  Specifically, I would like it to be able to take ArrayCollections of objects (in addition to XML) in the same way a tree collection can take multiple hierarchical data types.  I am interested to see how you think it would be best to approach this I would love to just be able to extend the component over riding some methods, however do you think instead I would need to start for scratch rewriting it for those purposes. Thanks.  - k&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>RE: RandomWalk&#8230;I really like the UI possibilities with this components, but would like to update it to fit a more current model of the possible data types &amp; events that I would need it to handle.  Specifically, I would like it to be able to take ArrayCollections of objects (in addition to XML) in the same way a tree collection can take multiple hierarchical data types.  I am interested to see how you think it would be best to approach this I would love to just be able to extend the component over riding some methods, however do you think instead I would need to start for scratch rewriting it for those purposes. Thanks.  &#8211; k</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Core000</title>
		<link>http://www.quietlyscheming.com/blog/2006/06/28/new-flex-component-randomwalk/comment-page-1/#comment-52577</link>
		<dc:creator>Core000</dc:creator>
		<pubDate>Sun, 07 Oct 2007 23:46:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietlyscheming.com/blog/2006/06/28/new-flex-component-randomwalk/#comment-52577</guid>
		<description>&lt;p&gt;Ely, how do I attach a click event to the Random Walk?  I want to be able to take the xml selecteditem attribute to pass into an URL.&lt;/p&gt;

&lt;p&gt;Thanks!&lt;/p&gt;

&lt;p&gt;(ps.  Your work is amazing)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Ely, how do I attach a click event to the Random Walk?  I want to be able to take the xml selecteditem attribute to pass into an URL.</p>
<p>Thanks!</p>
<p>(ps.  Your work is amazing)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JB</title>
		<link>http://www.quietlyscheming.com/blog/2006/06/28/new-flex-component-randomwalk/comment-page-1/#comment-41524</link>
		<dc:creator>JB</dc:creator>
		<pubDate>Thu, 06 Sep 2007 22:38:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietlyscheming.com/blog/2006/06/28/new-flex-component-randomwalk/#comment-41524</guid>
		<description>&lt;p&gt;Ely,&lt;/p&gt;

&lt;p&gt;If you have a moment, you might want to check out our Derby submission which has a graph layout called hierarchical - similar to random walk.&lt;/p&gt;

&lt;p&gt;The air app is available at:
http://flexvizgraphlib.googlecode.com/files/BirdEye.air&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Ely,</p>
<p>If you have a moment, you might want to check out our Derby submission which has a graph layout called hierarchical &#8211; similar to random walk.</p>
<p>The air app is available at:<br />
<a href="http://flexvizgraphlib.googlecode.com/files/BirdEye.air" rel="nofollow">http://flexvizgraphlib.googlecode.com/files/BirdEye.air</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.quietlyscheming.com/blog/2006/06/28/new-flex-component-randomwalk/comment-page-1/#comment-28929</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Wed, 27 Jun 2007 07:09:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietlyscheming.com/blog/2006/06/28/new-flex-component-randomwalk/#comment-28929</guid>
		<description>&lt;p&gt;I&#039;ve been playing around with this component for a while now... but I can&#039;t seem to figure out which child is currently selected. i.e., if I click on &quot;Food&quot;, I want to know by maybe even a simple string that &quot;Food&quot; is currently selected.&lt;/p&gt;

&lt;p&gt;As of now, I&#039;m trying to find a good place in the code to set a currentNode (string) to the currently selected node, but can not seem to get it working.&lt;/p&gt;

&lt;p&gt;Maybe I&#039;m just blind?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been playing around with this component for a while now&#8230; but I can&#8217;t seem to figure out which child is currently selected. i.e., if I click on &#8220;Food&#8221;, I want to know by maybe even a simple string that &#8220;Food&#8221; is currently selected.</p>
<p>As of now, I&#8217;m trying to find a good place in the code to set a currentNode (string) to the currently selected node, but can not seem to get it working.</p>
<p>Maybe I&#8217;m just blind?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.quietlyscheming.com/blog/2006/06/28/new-flex-component-randomwalk/comment-page-1/#comment-28928</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Wed, 27 Jun 2007 07:09:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietlyscheming.com/blog/2006/06/28/new-flex-component-randomwalk/#comment-28928</guid>
		<description>&lt;p&gt;I&#039;ve been playing around with this component for a while now... but I can&#039;t seem to figure out which child is currently selected. i.e., if I click on &quot;Food&quot;, I want to know by maybe even a simple string that &quot;Food&quot; is currently selected.&lt;/p&gt;

&lt;p&gt;As of now, I&#039;m trying to find a good place in the code to set a currentNode to the currently selected node, but can not seem to get it working.&lt;/p&gt;

&lt;p&gt;Maybe I&#039;m just blind?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been playing around with this component for a while now&#8230; but I can&#8217;t seem to figure out which child is currently selected. i.e., if I click on &#8220;Food&#8221;, I want to know by maybe even a simple string that &#8220;Food&#8221; is currently selected.</p>
<p>As of now, I&#8217;m trying to find a good place in the code to set a currentNode to the currently selected node, but can not seem to get it working.</p>
<p>Maybe I&#8217;m just blind?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.quietlyscheming.com/blog/2006/06/28/new-flex-component-randomwalk/comment-page-1/#comment-22458</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Thu, 31 May 2007 03:55:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietlyscheming.com/blog/2006/06/28/new-flex-component-randomwalk/#comment-22458</guid>
		<description>&lt;p&gt;Dude, awesome work man. Thanks for sharing with the community. As someone just starting out with the Flex SDK (too cheap to buy flexBuilder) this is some great inspiration.&lt;/p&gt;

&lt;p&gt;And on another note (since I saw some images of the Corel Centre) go Sens go.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Dude, awesome work man. Thanks for sharing with the community. As someone just starting out with the Flex SDK (too cheap to buy flexBuilder) this is some great inspiration.</p>
<p>And on another note (since I saw some images of the Corel Centre) go Sens go.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike M</title>
		<link>http://www.quietlyscheming.com/blog/2006/06/28/new-flex-component-randomwalk/comment-page-1/#comment-17014</link>
		<dc:creator>Mike M</dc:creator>
		<pubDate>Mon, 23 Apr 2007 14:56:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietlyscheming.com/blog/2006/06/28/new-flex-component-randomwalk/#comment-17014</guid>
		<description>&lt;p&gt;Great component (by the looks of it) but I too am getting the 1046 error - can you post some advice on how to get around this:&lt;/p&gt;

&lt;p&gt;1046: Type was not found or was not a compile-time constant: LayoutTarget&lt;/p&gt;

&lt;p&gt;Or simply on how to implement the componenet?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Great component (by the looks of it) but I too am getting the 1046 error &#8211; can you post some advice on how to get around this:</p>
<p>1046: Type was not found or was not a compile-time constant: LayoutTarget</p>
<p>Or simply on how to implement the componenet?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arlo</title>
		<link>http://www.quietlyscheming.com/blog/2006/06/28/new-flex-component-randomwalk/comment-page-1/#comment-14593</link>
		<dc:creator>Arlo</dc:creator>
		<pubDate>Tue, 27 Mar 2007 20:25:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietlyscheming.com/blog/2006/06/28/new-flex-component-randomwalk/#comment-14593</guid>
		<description>&lt;p&gt;Mr.Greenfield, I was wondering if you could explain how I would add this awesome flex component into a pre-existing flex project I have going... What would I need to do to use this on a page I&#039;ve built?&lt;/p&gt;

&lt;p&gt;Thanks.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Mr.Greenfield, I was wondering if you could explain how I would add this awesome flex component into a pre-existing flex project I have going&#8230; What would I need to do to use this on a page I&#8217;ve built?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
