<?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: Flex Chronicles #19: DataGrid columnsChanged	</title>
	<atom:link href="https://jessewarden.com/2006/06/flex-chronicles-19-datagrid-columnschanged.html/feed" rel="self" type="application/rss+xml" />
	<link>https://jessewarden.com/2006/06/flex-chronicles-19-datagrid-columnschanged.html</link>
	<description>Software &#124; Fitness &#124; Gaming</description>
	<lastBuildDate>Sat, 30 Sep 2006 01:46:13 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: hjh		</title>
		<link>https://jessewarden.com/2006/06/flex-chronicles-19-datagrid-columnschanged.html/comment-page-1#comment-3573</link>

		<dc:creator><![CDATA[hjh]]></dc:creator>
		<pubDate>Sat, 30 Sep 2006 01:46:13 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1025#comment-3573</guid>

					<description><![CDATA[&lt;b&gt;kkllk,.&lt;/b&gt;


]]></description>
			<content:encoded><![CDATA[<p><b>kkllk,.</b></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: udayms		</title>
		<link>https://jessewarden.com/2006/06/flex-chronicles-19-datagrid-columnschanged.html/comment-page-1#comment-3572</link>

		<dc:creator><![CDATA[udayms]]></dc:creator>
		<pubDate>Mon, 26 Jun 2006 23:51:42 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1025#comment-3572</guid>

					<description><![CDATA[Hi.... that scriptlet was really helpfull... and i have already subscribed to Flexcoders.... its a simply great mailing group... it has answers to almost all my questions.. i just have to search through the archives and bingo....! :) Thanx...]]></description>
			<content:encoded><![CDATA[<p>Hi&#8230;. that scriptlet was really helpfull&#8230; and i have already subscribed to Flexcoders&#8230;. its a simply great mailing group&#8230; it has answers to almost all my questions.. i just have to search through the archives and bingo&#8230;.! :) Thanx&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Douglas Knudsen		</title>
		<link>https://jessewarden.com/2006/06/flex-chronicles-19-datagrid-columnschanged.html/comment-page-1#comment-3571</link>

		<dc:creator><![CDATA[Douglas Knudsen]]></dc:creator>
		<pubDate>Wed, 21 Jun 2006 16:55:57 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1025#comment-3571</guid>

					<description><![CDATA[udayms, 
great reason to go Flex 2 and use FDS!  

DK]]></description>
			<content:encoded><![CDATA[<p>udayms,<br />
great reason to go Flex 2 and use FDS!  </p>
<p>DK</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: JesterXL		</title>
		<link>https://jessewarden.com/2006/06/flex-chronicles-19-datagrid-columnschanged.html/comment-page-1#comment-3570</link>

		<dc:creator><![CDATA[JesterXL]]></dc:creator>
		<pubDate>Wed, 21 Jun 2006 15:56:30 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1025#comment-3570</guid>

					<description><![CDATA[Udayms, set the last selected index to a variable, launch a modal popup, refresh the grid, when the results come back, set the selectedindex to the variable you saved it to.

&lt;pre&gt;private var lastSelected:Number;

function refresh()
{
   // your data call
   lastSelected = yourGrid.selectedIndex;
   PopUpManager.createPopUp ( this, SomeWindow, true);
}

function onYourDataServiceDone()
{
   removePopUp();
   yourGrid.selectedIndex = lastSelected;
}&lt;/pre&gt;

Tony, if you use the Embed metatag (or @Embed in the Image source), that&#039;ll be a linkage.  You can make a cellRenderer class, just like you do in Flash for the DataGrid.  Then all rows will use the same asset.

Both; try &lt;a href=&#039;http://groups.yahoo.com/group/flexcoders/&#039; rel=&quot;nofollow&quot;&gt;Flexcoders&lt;/a&gt;.]]></description>
			<content:encoded><![CDATA[<p>Udayms, set the last selected index to a variable, launch a modal popup, refresh the grid, when the results come back, set the selectedindex to the variable you saved it to.</p>
<pre>private var lastSelected:Number;

function refresh()
{
   // your data call
   lastSelected = yourGrid.selectedIndex;
   PopUpManager.createPopUp ( this, SomeWindow, true);
}

function onYourDataServiceDone()
{
   removePopUp();
   yourGrid.selectedIndex = lastSelected;
}</pre>
<p>Tony, if you use the Embed metatag (or @Embed in the Image source), that&#8217;ll be a linkage.  You can make a cellRenderer class, just like you do in Flash for the DataGrid.  Then all rows will use the same asset.</p>
<p>Both; try <a href='http://groups.yahoo.com/group/flexcoders/' rel="nofollow">Flexcoders</a>.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tony Bonkette		</title>
		<link>https://jessewarden.com/2006/06/flex-chronicles-19-datagrid-columnschanged.html/comment-page-1#comment-3569</link>

		<dc:creator><![CDATA[Tony Bonkette]]></dc:creator>
		<pubDate>Wed, 21 Jun 2006 10:17:35 +0000</pubDate>
		<guid isPermaLink="false">http://jessewarden.com/?p=1025#comment-3569</guid>

					<description><![CDATA[Hi,

Sorry to be off topic too. I was wondering what good resources were out there for Flex development. I currently want to find out how to embed an asset into my Flex application and display it in a datagrid when needed. I could go with the load call. But I don&#039;t want to have to request that asset for each row in my datagrid. I kind of want to do something like linkage in Flash.

Cheers]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>Sorry to be off topic too. I was wondering what good resources were out there for Flex development. I currently want to find out how to embed an asset into my Flex application and display it in a datagrid when needed. I could go with the load call. But I don&#8217;t want to have to request that asset for each row in my datagrid. I kind of want to do something like linkage in Flash.</p>
<p>Cheers</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
