<?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>《flex可多选的ComboBox》的评论</title>
	<atom:link href="http://flex.desizen.com/multiple-selection-combobox/feed/" rel="self" type="application/rss+xml" />
	<link>http://flex.desizen.com/multiple-selection-combobox/</link>
	<description>又一个 flex 博客</description>
	<lastBuildDate>Fri, 16 Dec 2011 15:19:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>作者：tryhard</title>
		<link>http://flex.desizen.com/multiple-selection-combobox/comment-page-1/#comment-2517</link>
		<dc:creator>tryhard</dc:creator>
		<pubDate>Wed, 09 Nov 2011 08:35:32 +0000</pubDate>
		<guid isPermaLink="false">http://flex.joelove.cn/?p=259#comment-2517</guid>
		<description>info.text+=&quot;选中了 &quot;+myCombox.selectedItems.length+&quot; 个选项！\n&quot;;

forever length =1 ???
why~thanks</description>
		<content:encoded><![CDATA[<p>info.text+=”选中了 “+myCombox.selectedItems.length+” 个选项！\n”;</p>
<p>forever length =1 ???<br />
why~thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：eset</title>
		<link>http://flex.desizen.com/multiple-selection-combobox/comment-page-1/#comment-2098</link>
		<dc:creator>eset</dc:creator>
		<pubDate>Wed, 01 Dec 2010 15:59:02 +0000</pubDate>
		<guid isPermaLink="false">http://flex.joelove.cn/?p=259#comment-2098</guid>
		<description>初始状态下 combobox的text里面有一个值   在查询有几个被选中的时候 combobox的text的值即使不被选中的时候也会被程序认定为选中的. 这个是个问题啊</description>
		<content:encoded><![CDATA[<p>初始状态下 combobox的text里面有一个值   在查询有几个被选中的时候 combobox的text的值即使不被选中的时候也会被程序认定为选中的. 这个是个问题啊</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：cyz</title>
		<link>http://flex.desizen.com/multiple-selection-combobox/comment-page-1/#comment-2070</link>
		<dc:creator>cyz</dc:creator>
		<pubDate>Wed, 17 Nov 2010 10:04:27 +0000</pubDate>
		<guid isPermaLink="false">http://flex.joelove.cn/?p=259#comment-2070</guid>
		<description>数据格式为XML怎么出不了数据，是什么原因，要怎么改。</description>
		<content:encoded><![CDATA[<p>数据格式为XML怎么出不了数据，是什么原因，要怎么改。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：xiaolong</title>
		<link>http://flex.desizen.com/multiple-selection-combobox/comment-page-1/#comment-2069</link>
		<dc:creator>xiaolong</dc:creator>
		<pubDate>Wed, 17 Nov 2010 06:36:04 +0000</pubDate>
		<guid isPermaLink="false">http://flex.joelove.cn/?p=259#comment-2069</guid>
		<description>问问
在flex主程序module中PopUpManager出SuperPanel，SuperPanel有加载另一module，在这后一module中combobox出错
加载module都是用的ModuleManager方法，在后面module中点击combobox组件，出现下拉菜单本身module被挡住了，无法使用

多多请教，请回复我邮箱，谢谢！380852326@qq.com</description>
		<content:encoded><![CDATA[<p>问问<br />
在flex主程序module中PopUpManager出SuperPanel，SuperPanel有加载另一module，在这后一module中combobox出错<br />
加载module都是用的ModuleManager方法，在后面module中点击combobox组件，出现下拉菜单本身module被挡住了，无法使用</p>
<p>多多请教，请回复我邮箱，谢谢！380852326@qq.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：yxs</title>
		<link>http://flex.desizen.com/multiple-selection-combobox/comment-page-1/#comment-686</link>
		<dc:creator>yxs</dc:creator>
		<pubDate>Thu, 21 Jan 2010 03:52:31 +0000</pubDate>
		<guid isPermaLink="false">http://flex.joelove.cn/?p=259#comment-686</guid>
		<description>好像有些时候选多个的时候选不上，取消选中的时候会取消别的值- =</description>
		<content:encoded><![CDATA[<p>好像有些时候选多个的时候选不上，取消选中的时候会取消别的值- =</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：warmC</title>
		<link>http://flex.desizen.com/multiple-selection-combobox/comment-page-1/#comment-655</link>
		<dc:creator>warmC</dc:creator>
		<pubDate>Fri, 15 Jan 2010 15:00:09 +0000</pubDate>
		<guid isPermaLink="false">http://flex.joelove.cn/?p=259#comment-655</guid>
		<description>&lt;a href=&quot;#comment-653&quot; rel=&quot;nofollow&quot;&gt;@yxs:&lt;/a&gt;你可以在set data（value:Object）方法里面trace一下value.enable，有时候这个值是true/false，有时候则是整个enable xml节点。未深入研究，你可以去看看这个地方！</description>
		<content:encoded><![CDATA[<p><a href="#comment-653" rel="nofollow">@yxs:</a>你可以在set data（value:Object）方法里面trace一下value.enable，有时候这个值是true/false，有时候则是整个enable xml节点。未深入研究，你可以去看看这个地方！</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：yxs</title>
		<link>http://flex.desizen.com/multiple-selection-combobox/comment-page-1/#comment-654</link>
		<dc:creator>yxs</dc:creator>
		<pubDate>Fri, 15 Jan 2010 05:22:06 +0000</pubDate>
		<guid isPermaLink="false">http://flex.joelove.cn/?p=259#comment-654</guid>
		<description>忘记说了，我的数据格式是xml的</description>
		<content:encoded><![CDATA[<p>忘记说了，我的数据格式是xml的</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：yxs</title>
		<link>http://flex.desizen.com/multiple-selection-combobox/comment-page-1/#comment-653</link>
		<dc:creator>yxs</dc:creator>
		<pubDate>Fri, 15 Jan 2010 05:20:33 +0000</pubDate>
		<guid isPermaLink="false">http://flex.joelove.cn/?p=259#comment-653</guid>
		<description>还有一个问题
private function onClickCheckBox(e:Event):void{	这个方法里的
listBase.selectedItems = selectedItems;这条语句赋不上值
其中selectedItems的值是
  
  
  false
,
  
  
  true

listBase.selectedItems为
  
  
  false

但listBase.selectedItems = selectedItems;之后
listBase.selectedItems的值还是
  
  
  false

不知道哪里出了问题</description>
		<content:encoded><![CDATA[<p>还有一个问题<br />
private function onClickCheckBox(e:Event):void{	这个方法里的<br />
listBase.selectedItems = selectedItems;这条语句赋不上值<br />
其中selectedItems的值是</p>
<p>  false<br />
,</p>
<p>  true</p>
<p>listBase.selectedItems为</p>
<p>  false</p>
<p>但listBase.selectedItems = selectedItems;之后<br />
listBase.selectedItems的值还是</p>
<p>  false</p>
<p>不知道哪里出了问题</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：warmC</title>
		<link>http://flex.desizen.com/multiple-selection-combobox/comment-page-1/#comment-651</link>
		<dc:creator>warmC</dc:creator>
		<pubDate>Fri, 15 Jan 2010 02:56:37 +0000</pubDate>
		<guid isPermaLink="false">http://flex.joelove.cn/?p=259#comment-651</guid>
		<description>&lt;a href=&quot;#comment-650&quot; rel=&quot;nofollow&quot;&gt;@yxs:&lt;/a&gt; 名称需要定义为节点label,可以去看Demo里面的CheckBoxItemRenderer.as这个类。</description>
		<content:encoded><![CDATA[<p><a href="#comment-650" rel="nofollow">@yxs:</a> 名称需要定义为节点label,可以去看Demo里面的CheckBoxItemRenderer.as这个类。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：yxs</title>
		<link>http://flex.desizen.com/multiple-selection-combobox/comment-page-1/#comment-650</link>
		<dc:creator>yxs</dc:creator>
		<pubDate>Fri, 15 Jan 2010 00:46:53 +0000</pubDate>
		<guid isPermaLink="false">http://flex.joelove.cn/?p=259#comment-650</guid>
		<description>为什么格式是xmlList名称在下拉框里面都是空呀</description>
		<content:encoded><![CDATA[<p>为什么格式是xmlList名称在下拉框里面都是空呀</p>
]]></content:encoded>
	</item>
</channel>
</rss>

