<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Reading data in to ComboBox from PHP page.</title>
	<atom:link href="http://flexonblog.wordpress.com/2008/01/07/reading-data-in-to-combobox-from-php-page/feed/" rel="self" type="application/rss+xml" />
	<link>http://flexonblog.wordpress.com/2008/01/07/reading-data-in-to-combobox-from-php-page/</link>
	<description></description>
	<lastBuildDate>Wed, 23 Dec 2009 06:53:03 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: kumargandhi</title>
		<link>http://flexonblog.wordpress.com/2008/01/07/reading-data-in-to-combobox-from-php-page/#comment-684</link>
		<dc:creator>kumargandhi</dc:creator>
		<pubDate>Wed, 02 Sep 2009 04:05:02 +0000</pubDate>
		<guid isPermaLink="false">http://flexonblog.wordpress.com/2008/01/07/reading-data-in-to-combobox-from-php-page/#comment-684</guid>
		<description>Hi,

I checked your code and use this as dataProvider in to your ComboBox.
&lt;strong&gt;dataProvider=&quot;{clients.lastResult.clientes.cliente}&quot; &lt;/strong&gt;

rest everything is fine and now it will work.

regards,
kumar.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I checked your code and use this as dataProvider in to your ComboBox.<br />
<strong>dataProvider=&#8221;{clients.lastResult.clientes.cliente}&#8221; </strong></p>
<p>rest everything is fine and now it will work.</p>
<p>regards,<br />
kumar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dgspfg</title>
		<link>http://flexonblog.wordpress.com/2008/01/07/reading-data-in-to-combobox-from-php-page/#comment-683</link>
		<dc:creator>Dgspfg</dc:creator>
		<pubDate>Tue, 01 Sep 2009 19:00:38 +0000</pubDate>
		<guid isPermaLink="false">http://flexonblog.wordpress.com/2008/01/07/reading-data-in-to-combobox-from-php-page/#comment-683</guid>
		<description>I couldn&#039;t make it work... here are my codes

https://sites.google.com/site/dudassobreflex/

I hope you can help me</description>
		<content:encoded><![CDATA[<p>I couldn&#8217;t make it work&#8230; here are my codes</p>
<p><a href="https://sites.google.com/site/dudassobreflex/" rel="nofollow">https://sites.google.com/site/dudassobreflex/</a></p>
<p>I hope you can help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kumargandhi</title>
		<link>http://flexonblog.wordpress.com/2008/01/07/reading-data-in-to-combobox-from-php-page/#comment-476</link>
		<dc:creator>kumargandhi</dc:creator>
		<pubDate>Mon, 23 Feb 2009 10:47:05 +0000</pubDate>
		<guid isPermaLink="false">http://flexonblog.wordpress.com/2008/01/07/reading-data-in-to-combobox-from-php-page/#comment-476</guid>
		<description>Hi, 

the current selected record can be accessed like , dg.selectedItem , if dataField of that column is USERID then it would look like, dg.selectedItem.USERID , it contains the selected userid as per your example.Note here dg is the id of the DataGrid.

regards,
kumar.</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>the current selected record can be accessed like , dg.selectedItem , if dataField of that column is USERID then it would look like, dg.selectedItem.USERID , it contains the selected userid as per your example.Note here dg is the id of the DataGrid.</p>
<p>regards,<br />
kumar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pradip Jadhav</title>
		<link>http://flexonblog.wordpress.com/2008/01/07/reading-data-in-to-combobox-from-php-page/#comment-462</link>
		<dc:creator>Pradip Jadhav</dc:creator>
		<pubDate>Mon, 16 Feb 2009 11:32:17 +0000</pubDate>
		<guid isPermaLink="false">http://flexonblog.wordpress.com/2008/01/07/reading-data-in-to-combobox-from-php-page/#comment-462</guid>
		<description>Thanx a lot Kumar............. :)

One more problem i am using datagrid in which i am showing list of users. In my datagrid there is last column having text as a Edit User.

Now on clicking Edit User i want to call one function having parameter as as userId of current record.

I am not getting how to pass UserId of current record to function... :(

Will u please help me.........?

Thanx in advance

Regards,
Pradip Jadhav</description>
		<content:encoded><![CDATA[<p>Thanx a lot Kumar&#8230;&#8230;&#8230;&#8230;. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>One more problem i am using datagrid in which i am showing list of users. In my datagrid there is last column having text as a Edit User.</p>
<p>Now on clicking Edit User i want to call one function having parameter as as userId of current record.</p>
<p>I am not getting how to pass UserId of current record to function&#8230; <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Will u please help me&#8230;&#8230;&#8230;?</p>
<p>Thanx in advance</p>
<p>Regards,<br />
Pradip Jadhav</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kumargandhi</title>
		<link>http://flexonblog.wordpress.com/2008/01/07/reading-data-in-to-combobox-from-php-page/#comment-458</link>
		<dc:creator>kumargandhi</dc:creator>
		<pubDate>Mon, 09 Feb 2009 15:28:32 +0000</pubDate>
		<guid isPermaLink="false">http://flexonblog.wordpress.com/2008/01/07/reading-data-in-to-combobox-from-php-page/#comment-458</guid>
		<description>Hi,

Hence Flex is not document driven App we have views, the UI is divided into different views and these are views are made with different Components like TitleWindow,Canvas,Panel,..to CustomComponents , and these are loaded in to the App.So for your kind we can use States and Transitions in Flex they are very useful in this kind,just explore them you will find good example on that NP.

regards,
kumar.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Hence Flex is not document driven App we have views, the UI is divided into different views and these are views are made with different Components like TitleWindow,Canvas,Panel,..to CustomComponents , and these are loaded in to the App.So for your kind we can use States and Transitions in Flex they are very useful in this kind,just explore them you will find good example on that NP.</p>
<p>regards,<br />
kumar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pradip Jadhav</title>
		<link>http://flexonblog.wordpress.com/2008/01/07/reading-data-in-to-combobox-from-php-page/#comment-456</link>
		<dc:creator>Pradip Jadhav</dc:creator>
		<pubDate>Mon, 09 Feb 2009 11:36:50 +0000</pubDate>
		<guid isPermaLink="false">http://flexonblog.wordpress.com/2008/01/07/reading-data-in-to-combobox-from-php-page/#comment-456</guid>
		<description>Hello Kumar,

I want to call One Mxml File From Another File Just like if i am on login.html and after successful login i redirects to welcome.html. Just like this i want to call welcome.mxml after successful login.

So is there any way to call other mxml file from one file....?

Thanx in advance.......:)

Regards,
Pradip Jadhav</description>
		<content:encoded><![CDATA[<p>Hello Kumar,</p>
<p>I want to call One Mxml File From Another File Just like if i am on login.html and after successful login i redirects to welcome.html. Just like this i want to call welcome.mxml after successful login.</p>
<p>So is there any way to call other mxml file from one file&#8230;.?</p>
<p>Thanx in advance&#8230;&#8230;.:)</p>
<p>Regards,<br />
Pradip Jadhav</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kumargandhi</title>
		<link>http://flexonblog.wordpress.com/2008/01/07/reading-data-in-to-combobox-from-php-page/#comment-450</link>
		<dc:creator>kumargandhi</dc:creator>
		<pubDate>Fri, 06 Feb 2009 04:43:43 +0000</pubDate>
		<guid isPermaLink="false">http://flexonblog.wordpress.com/2008/01/07/reading-data-in-to-combobox-from-php-page/#comment-450</guid>
		<description>Sorry for late reply, i will mail you some code examples, hope it will help you.

regards,
kumar.</description>
		<content:encoded><![CDATA[<p>Sorry for late reply, i will mail you some code examples, hope it will help you.</p>
<p>regards,<br />
kumar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pradip Jadhav</title>
		<link>http://flexonblog.wordpress.com/2008/01/07/reading-data-in-to-combobox-from-php-page/#comment-445</link>
		<dc:creator>Pradip Jadhav</dc:creator>
		<pubDate>Mon, 02 Feb 2009 07:14:25 +0000</pubDate>
		<guid isPermaLink="false">http://flexonblog.wordpress.com/2008/01/07/reading-data-in-to-combobox-from-php-page/#comment-445</guid>
		<description>Hi,

I want to show users with with their id as a value and user name as a text in combo box. I have created one file that returns data in xml format but i am not able to assign value to every option in combo box.

Will u plz send me a simple example for this :)

Thanx in advance

Regards,
Pradip Jadhav</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I want to show users with with their id as a value and user name as a text in combo box. I have created one file that returns data in xml format but i am not able to assign value to every option in combo box.</p>
<p>Will u plz send me a simple example for this <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanx in advance</p>
<p>Regards,<br />
Pradip Jadhav</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kumargandhi</title>
		<link>http://flexonblog.wordpress.com/2008/01/07/reading-data-in-to-combobox-from-php-page/#comment-397</link>
		<dc:creator>kumargandhi</dc:creator>
		<pubDate>Thu, 25 Dec 2008 05:13:57 +0000</pubDate>
		<guid isPermaLink="false">http://flexonblog.wordpress.com/2008/01/07/reading-data-in-to-combobox-from-php-page/#comment-397</guid>
		<description>ok i will plan that too.Thanks.

regards,
kumar.</description>
		<content:encoded><![CDATA[<p>ok i will plan that too.Thanks.</p>
<p>regards,<br />
kumar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Accident Claims</title>
		<link>http://flexonblog.wordpress.com/2008/01/07/reading-data-in-to-combobox-from-php-page/#comment-396</link>
		<dc:creator>Accident Claims</dc:creator>
		<pubDate>Tue, 23 Dec 2008 15:48:49 +0000</pubDate>
		<guid isPermaLink="false">http://flexonblog.wordpress.com/2008/01/07/reading-data-in-to-combobox-from-php-page/#comment-396</guid>
		<description>I think you should point out the another side of the topic too... Hats Off to the discussion.</description>
		<content:encoded><![CDATA[<p>I think you should point out the another side of the topic too&#8230; Hats Off to the discussion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kumargandhi</title>
		<link>http://flexonblog.wordpress.com/2008/01/07/reading-data-in-to-combobox-from-php-page/#comment-353</link>
		<dc:creator>kumargandhi</dc:creator>
		<pubDate>Fri, 14 Nov 2008 13:56:18 +0000</pubDate>
		<guid isPermaLink="false">http://flexonblog.wordpress.com/2008/01/07/reading-data-in-to-combobox-from-php-page/#comment-353</guid>
		<description>There are some mistakes in this post and I have corrected them.
Plz do refer the below link.

http://flexonblog.wordpress.com/2008/06/21/reading-data-in-to-combobox-from-php-page-corrections/

And link is provided in this post also.Just added. :-) .. For any queries message.

regards,
kumar.</description>
		<content:encoded><![CDATA[<p>There are some mistakes in this post and I have corrected them.<br />
Plz do refer the below link.</p>
<p><a href="http://flexonblog.wordpress.com/2008/06/21/reading-data-in-to-combobox-from-php-page-corrections/" rel="nofollow">http://flexonblog.wordpress.com/2008/06/21/reading-data-in-to-combobox-from-php-page-corrections/</a></p>
<p>And link is provided in this post also.Just added. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  .. For any queries message.</p>
<p>regards,<br />
kumar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Koeno</title>
		<link>http://flexonblog.wordpress.com/2008/01/07/reading-data-in-to-combobox-from-php-page/#comment-351</link>
		<dc:creator>Koeno</dc:creator>
		<pubDate>Fri, 14 Nov 2008 10:18:46 +0000</pubDate>
		<guid isPermaLink="false">http://flexonblog.wordpress.com/2008/01/07/reading-data-in-to-combobox-from-php-page/#comment-351</guid>
		<description>This doesn&#039;t work form me,
flex3 tells me that dataField isn&#039;t  a property of Combobox</description>
		<content:encoded><![CDATA[<p>This doesn&#8217;t work form me,<br />
flex3 tells me that dataField isn&#8217;t  a property of Combobox</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kumargandhi</title>
		<link>http://flexonblog.wordpress.com/2008/01/07/reading-data-in-to-combobox-from-php-page/#comment-333</link>
		<dc:creator>kumargandhi</dc:creator>
		<pubDate>Tue, 21 Oct 2008 18:01:47 +0000</pubDate>
		<guid isPermaLink="false">http://flexonblog.wordpress.com/2008/01/07/reading-data-in-to-combobox-from-php-page/#comment-333</guid>
		<description>your welcome. And there&#039;s another post relating to this with correction plz refer that.,and the link for that is above your comment.

regards,
kumar.</description>
		<content:encoded><![CDATA[<p>your welcome. And there&#8217;s another post relating to this with correction plz refer that.,and the link for that is above your comment.</p>
<p>regards,<br />
kumar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: suramya</title>
		<link>http://flexonblog.wordpress.com/2008/01/07/reading-data-in-to-combobox-from-php-page/#comment-328</link>
		<dc:creator>suramya</dc:creator>
		<pubDate>Thu, 09 Oct 2008 11:49:16 +0000</pubDate>
		<guid isPermaLink="false">http://flexonblog.wordpress.com/2008/01/07/reading-data-in-to-combobox-from-php-page/#comment-328</guid>
		<description>Thanks</description>
		<content:encoded><![CDATA[<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reading data in to ComboBox from PHP page. (corrections) &#171; flex on blog - by kumar</title>
		<link>http://flexonblog.wordpress.com/2008/01/07/reading-data-in-to-combobox-from-php-page/#comment-240</link>
		<dc:creator>Reading data in to ComboBox from PHP page. (corrections) &#171; flex on blog - by kumar</dc:creator>
		<pubDate>Sat, 21 Jun 2008 10:36:36 +0000</pubDate>
		<guid isPermaLink="false">http://flexonblog.wordpress.com/2008/01/07/reading-data-in-to-combobox-from-php-page/#comment-240</guid>
		<description>[...] post missed one line as it was pointed out in the comment , the line is to send the HttpService you are [...]</description>
		<content:encoded><![CDATA[<p>[...] post missed one line as it was pointed out in the comment , the line is to send the HttpService you are [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
