<?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: Specifying a custom label field on a Flex ComboBox control</title>
	<atom:link href="http://blog.flexexamples.com/2007/09/25/specifying-a-custom-label-field-on-a-flex-combobox-control/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2007/09/25/specifying-a-custom-label-field-on-a-flex-combobox-control/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Sun, 12 Feb 2012 19:26:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ramakrishna</title>
		<link>http://blog.flexexamples.com/2007/09/25/specifying-a-custom-label-field-on-a-flex-combobox-control/comment-page-1/#comment-10304</link>
		<dc:creator>Ramakrishna</dc:creator>
		<pubDate>Mon, 09 Jan 2012 06:32:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/09/25/specifying-a-custom-label-field-on-a-flex-combobox-control/#comment-10304</guid>
		<description>Hi guys i want to show both abbrevation and name in the same combobox can anyone help me</description>
		<content:encoded><![CDATA[<p>Hi guys i want to show both abbrevation and name in the same combobox can anyone help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nguyen Quoc Binh</title>
		<link>http://blog.flexexamples.com/2007/09/25/specifying-a-custom-label-field-on-a-flex-combobox-control/comment-page-1/#comment-10303</link>
		<dc:creator>Nguyen Quoc Binh</dc:creator>
		<pubDate>Mon, 09 Jan 2012 03:10:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/09/25/specifying-a-custom-label-field-on-a-flex-combobox-control/#comment-10303</guid>
		<description>Hi Mr Peterd,
I am BinhNguyen,
I have a problem about AutoComplete extends from Combobox control .
I want set Text property of it = &quot;&quot; when click reset button.
folow my code  :





// code hander reset
public function reset_click(){
AC.promt=&quot;&quot;;
AC.seletedIndex=-1;
AC.text=&quot;&quot;;
}

It not good!

Please , can you help me ?
Thanks, best regard!</description>
		<content:encoded><![CDATA[<p>Hi Mr Peterd,<br />
I am BinhNguyen,<br />
I have a problem about AutoComplete extends from Combobox control .<br />
I want set Text property of it = &#8220;&#8221; when click reset button.<br />
folow my code  :</p>
<p>// code hander reset<br />
public function reset_click(){<br />
AC.promt=&#8221;";<br />
AC.seletedIndex=-1;<br />
AC.text=&#8221;";<br />
}</p>
<p>It not good!</p>
<p>Please , can you help me ?<br />
Thanks, best regard!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denis Beurive</title>
		<link>http://blog.flexexamples.com/2007/09/25/specifying-a-custom-label-field-on-a-flex-combobox-control/comment-page-1/#comment-1353</link>
		<dc:creator>Denis Beurive</dc:creator>
		<pubDate>Thu, 08 Jan 2009 21:17:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/09/25/specifying-a-custom-label-field-on-a-flex-combobox-control/#comment-1353</guid>
		<description>Merci encore pour ce super site!</description>
		<content:encoded><![CDATA[<p>Merci encore pour ce super site!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blog.flexexamples.com/2007/09/25/specifying-a-custom-label-field-on-a-flex-combobox-control/comment-page-1/#comment-1351</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 25 Jun 2008 10:54:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/09/25/specifying-a-custom-label-field-on-a-flex-combobox-control/#comment-1351</guid>
		<description>Sorry, didn&#039;t read your other post on ComboBox labelFunctions :}

http://blog.flexexamples.com/2007/09/25/creating-a-simple-label-function-on-a-flex-combobox-control/

Thanks

Steve</description>
		<content:encoded><![CDATA[<p>Sorry, didn&#8217;t read your other post on ComboBox labelFunctions :}</p>
<p><a href="http://blog.flexexamples.com/2007/09/25/creating-a-simple-label-function-on-a-flex-combobox-control/" rel="nofollow">http://blog.flexexamples.com/2007/09/25/creating-a-simple-label-function-on-a-flex-combobox-control/</a></p>
<p>Thanks</p>
<p>Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blog.flexexamples.com/2007/09/25/specifying-a-custom-label-field-on-a-flex-combobox-control/comment-page-1/#comment-1352</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 25 Jun 2008 10:50:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/09/25/specifying-a-custom-label-field-on-a-flex-combobox-control/#comment-1352</guid>
		<description>Sorry for posting to an old thread, In your original example, how would I get the labelField of the combobox to display &quot;(@abbrev) @name&quot;. e.g. &quot;(CA) California&quot;.

I&#039;ve tried some labelFunctions, but though they work well with datagrids, I can&#039;t seem to find out how to make them work with ComboBoxes.

Your help would be greately appreciated.

Cheers

Steve.</description>
		<content:encoded><![CDATA[<p>Sorry for posting to an old thread, In your original example, how would I get the labelField of the combobox to display &#8220;(@abbrev) @name&#8221;. e.g. &#8220;(CA) California&#8221;.</p>
<p>I&#8217;ve tried some labelFunctions, but though they work well with datagrids, I can&#8217;t seem to find out how to make them work with ComboBoxes.</p>
<p>Your help would be greately appreciated.</p>
<p>Cheers</p>
<p>Steve.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2007/09/25/specifying-a-custom-label-field-on-a-flex-combobox-control/comment-page-1/#comment-1350</link>
		<dc:creator>peterd</dc:creator>
		<pubDate>Thu, 06 Mar 2008 04:03:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/09/25/specifying-a-custom-label-field-on-a-flex-combobox-control/#comment-1350</guid>
		<description>smarkamyth,

I&#039;ve never tried it, but I&#039;m sure it is possible. You&#039;d need a way to convert videos using a command line, I imagine.

Something like:
1) User uploads a WMV/source video file using FileReference (or HTML or whatever).
2) Server-side script (ColdFusion, PHP, ASP.NET, Perl, Ruby, Java, etc) calls a command-line script to convert the video file from formatX to formatY (or even copies/FTPs the video file to a separate server for transcoding).
3) Once transcoding is complete, delete the original WMV/source video file and store the FLV back on the web server (or wherever).

I imagine the tricky part is finding the appropriate conversion software that works best for you.
You may have better luck asking on a high-traffic list, such as FlexCoders.

Peter</description>
		<content:encoded><![CDATA[<p>smarkamyth,</p>
<p>I&#8217;ve never tried it, but I&#8217;m sure it is possible. You&#8217;d need a way to convert videos using a command line, I imagine.</p>
<p>Something like:<br />
1) User uploads a WMV/source video file using FileReference (or HTML or whatever).<br />
2) Server-side script (ColdFusion, PHP, ASP.NET, Perl, Ruby, Java, etc) calls a command-line script to convert the video file from formatX to formatY (or even copies/FTPs the video file to a separate server for transcoding).<br />
3) Once transcoding is complete, delete the original WMV/source video file and store the FLV back on the web server (or wherever).</p>
<p>I imagine the tricky part is finding the appropriate conversion software that works best for you.<br />
You may have better luck asking on a high-traffic list, such as FlexCoders.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: smarkamyth</title>
		<link>http://blog.flexexamples.com/2007/09/25/specifying-a-custom-label-field-on-a-flex-combobox-control/comment-page-1/#comment-1349</link>
		<dc:creator>smarkamyth</dc:creator>
		<pubDate>Thu, 06 Mar 2008 03:44:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/09/25/specifying-a-custom-label-field-on-a-flex-combobox-control/#comment-1349</guid>
		<description>Is it possible to script the encoding of wmv to flv when a user uploads the wmv file?

example:
User uploads WMV through Flex2/AS3 interface
System auto-magically converts to FLV
System stores FLV
Stores a link to it for later display in Flex2/AS3 interface

cheers,
Smark A Myth</description>
		<content:encoded><![CDATA[<p>Is it possible to script the encoding of wmv to flv when a user uploads the wmv file?</p>
<p>example:<br />
User uploads WMV through Flex2/AS3 interface<br />
System auto-magically converts to FLV<br />
System stores FLV<br />
Stores a link to it for later display in Flex2/AS3 interface</p>
<p>cheers,<br />
Smark A Myth</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2007/09/25/specifying-a-custom-label-field-on-a-flex-combobox-control/comment-page-1/#comment-1346</link>
		<dc:creator>peterd</dc:creator>
		<pubDate>Sun, 04 Nov 2007 07:01:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/09/25/specifying-a-custom-label-field-on-a-flex-combobox-control/#comment-1346</guid>
		<description>Doug,

I replied in the &lt;a href=&quot;http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?catid=651&amp;threadid=1312160&quot; rel=&quot;nofollow&quot;&gt;forum&lt;/a&gt;. Would you mind posting a sample of the XML in the Adobe forums (my blog comments are pretty hard to paste code into) and I can try and take a look.

Peter</description>
		<content:encoded><![CDATA[<p>Doug,</p>
<p>I replied in the <a href="http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?catid=651&#038;threadid=1312160" rel="nofollow">forum</a>. Would you mind posting a sample of the XML in the Adobe forums (my blog comments are pretty hard to paste code into) and I can try and take a look.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://blog.flexexamples.com/2007/09/25/specifying-a-custom-label-field-on-a-flex-combobox-control/comment-page-1/#comment-1343</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Sun, 04 Nov 2007 03:18:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/09/25/specifying-a-custom-label-field-on-a-flex-combobox-control/#comment-1343</guid>
		<description>I posted this in the Adobe flex builder 3 forum, but I&#039;ll ask you as well:

I can&#039;t get the combobox to display data properly. The server returns a list of photos and other data in xml. I want to have the combobox display a list of the photo id numbers, and let the user select a photo. When I use the xml as the dataprovider, then set LabelField to @id, it just says [object Object] in each of the items. When I use an item renderer inside the combobox (as shown in the attached code), the items display properly in the drop down part, but the Prompt is replaced with [object Object] and when an item is selected it shows as [object Object].

Any ideas on how to fix this?</description>
		<content:encoded><![CDATA[<p>I posted this in the Adobe flex builder 3 forum, but I&#8217;ll ask you as well:</p>
<p>I can&#8217;t get the combobox to display data properly. The server returns a list of photos and other data in xml. I want to have the combobox display a list of the photo id numbers, and let the user select a photo. When I use the xml as the dataprovider, then set LabelField to @id, it just says [object Object] in each of the items. When I use an item renderer inside the combobox (as shown in the attached code), the items display properly in the drop down part, but the Prompt is replaced with [object Object] and when an item is selected it shows as [object Object].</p>
<p>Any ideas on how to fix this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2007/09/25/specifying-a-custom-label-field-on-a-flex-combobox-control/comment-page-1/#comment-1345</link>
		<dc:creator>peterd</dc:creator>
		<pubDate>Thu, 04 Oct 2007 04:41:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/09/25/specifying-a-custom-label-field-on-a-flex-combobox-control/#comment-1345</guid>
		<description>Greg,

You mean like this?:

&lt;pre class=&quot;code&quot;&gt;
var selectedAbbrev:String = String(comboBox.selectedItem.abbrev);
&lt;/pre&gt;

Peter</description>
		<content:encoded><![CDATA[<p>Greg,</p>
<p>You mean like this?:</p>
<pre class="code">
var selectedAbbrev:String = String(comboBox.selectedItem.abbrev);
</pre>
<p>Peter</p>
]]></content:encoded>
	</item>
</channel>
</rss>

