<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Displaying scroll tips on a ComboBox control in Flex</title>
	<link>http://blog.flexexamples.com/2008/07/01/displaying-scroll-tips-on-a-combobox-control-in-flex/</link>
	<description>A bunch of examples for Adobe Flex and ActionScript</description>
	<pubDate>Thu, 08 Jan 2009 16:47:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2008/07/01/displaying-scroll-tips-on-a-combobox-control-in-flex/#comment-13861</link>
		<author>peterd</author>
		<pubDate>Wed, 02 Jul 2008 07:10:21 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/07/01/displaying-scroll-tips-on-a-combobox-control-in-flex/#comment-13861</guid>
		<description>Klaus Busse,

Good catch! I think it has to do with the dropdown being removed after the selection. The workaround seems to be setting the &lt;code&gt;comboBox.dropdown.showScrollTips&lt;/code&gt; property using the ComboBox control's &lt;code&gt;open&lt;/code&gt; event, as seen in the following snippet:
&lt;pre class="code"&gt;
&#60;mx:ComboBox id="comboBox"
        dataProvider="{arr}"
        open="comboBox.dropdown.showScrollTips = checkBox.selected;" /&#62;
&lt;/pre&gt;

I'll look into this a bit more tomorrow and file a bug/enhancement request.

Peter</description>
		<content:encoded><![CDATA[<p>Klaus Busse,</p>
<p>Good catch! I think it has to do with the dropdown being removed after the selection. The workaround seems to be setting the <code>comboBox.dropdown.showScrollTips</code> property using the ComboBox control&#8217;s <code>open</code> event, as seen in the following snippet:</p>
<pre class="code">
&lt;mx:ComboBox id="comboBox"
        dataProvider="{arr}"
        open="comboBox.dropdown.showScrollTips = checkBox.selected;" /&gt;
</pre>
<p>I&#8217;ll look into this a bit more tomorrow and file a bug/enhancement request.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Klaus Busse</title>
		<link>http://blog.flexexamples.com/2008/07/01/displaying-scroll-tips-on-a-combobox-control-in-flex/#comment-13859</link>
		<author>Klaus Busse</author>
		<pubDate>Wed, 02 Jul 2008 06:58:08 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/07/01/displaying-scroll-tips-on-a-combobox-control-in-flex/#comment-13859</guid>
		<description>Hi,

scroll tipps disapear here after the first selection... 

Thanks anyway

Klaus</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>scroll tipps disapear here after the first selection&#8230; </p>
<p>Thanks anyway</p>
<p>Klaus</p>
]]></content:encoded>
	</item>
</channel>
</rss>
