<?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: Displaying scroll tips on a ComboBox control in Flex</title>
	<atom:link href="http://blog.flexexamples.com/2008/07/01/displaying-scroll-tips-on-a-combobox-control-in-flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2008/07/01/displaying-scroll-tips-on-a-combobox-control-in-flex/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Thu, 18 Mar 2010 20:18:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2008/07/01/displaying-scroll-tips-on-a-combobox-control-in-flex/comment-page-1/#comment-3428</link>
		<dc:creator>peterd</dc:creator>
		<pubDate>Wed, 02 Jul 2008 07:10:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/07/01/displaying-scroll-tips-on-a-combobox-control-in-flex/#comment-3428</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&#039;s &lt;code&gt;open&lt;/code&gt; event, as seen in the following snippet:
&lt;pre class=&quot;code&quot;&gt;
&lt;mx:ComboBox id=&quot;comboBox&quot;
        dataProvider=&quot;{arr}&quot;
        open=&quot;comboBox.dropdown.showScrollTips = checkBox.selected;&quot; /&gt;
&lt;/pre&gt;

I&#039;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-page-1/#comment-3427</link>
		<dc:creator>Klaus Busse</dc:creator>
		<pubDate>Wed, 02 Jul 2008 06:58:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2008/07/01/displaying-scroll-tips-on-a-combobox-control-in-flex/#comment-3427</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>
