<?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 for Wannes Coolen</title>
	<atom:link href="http://www.wannescoolen.be/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wannescoolen.be/blog</link>
	<description>Backflips &#38; tailslides with Flex and Air</description>
	<lastBuildDate>Sun, 10 Oct 2010 23:19:40 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Provide a Flex itemEditor with dynamic data by james</title>
		<link>http://www.wannescoolen.be/blog/2010/06/02/provide-a-flex-itemeditor-with-dynamic-data/comment-page-1/#comment-804</link>
		<dc:creator>james</dc:creator>
		<pubDate>Sun, 10 Oct 2010 23:19:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.wannescoolen.be/blog/?p=108#comment-804</guid>
		<description>That&#039;s exactly what I was looking for...thanks. Keep it up</description>
		<content:encoded><![CDATA[<p>That&#8217;s exactly what I was looking for&#8230;thanks. Keep it up</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Provide a Flex itemEditor with dynamic data by Algo</title>
		<link>http://www.wannescoolen.be/blog/2010/06/02/provide-a-flex-itemeditor-with-dynamic-data/comment-page-1/#comment-258</link>
		<dc:creator>Algo</dc:creator>
		<pubDate>Fri, 16 Jul 2010 11:40:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.wannescoolen.be/blog/?p=108#comment-258</guid>
		<description>Hello, 

I did same approach for spark ComboBox, but with long drop down values like this

  _roles=new ArrayCollection([
new Role(1, &quot;Super Admin&quot;), 
new Role(2, &quot;Admin&quot;), 
new Role(3, &quot;Member1&quot;),
new Role(4, &quot;Member2&quot;),
new Role(5, &quot;Member3&quot;),
new Role(6, &quot;Member4&quot;),
new Role(7, &quot;Member5&quot;),
new Role(8, &quot;Member6&quot;),
new Role(9, &quot;Member7&quot;),
new Role(10, &quot;Member8&quot;),
new Role(11, &quot;Member9&quot;),
new Role(12, &quot;Member10&quot;),
new Role(13, &quot;Member11&quot;),
new Role(14, &quot;Member12&quot;),
new Role(15, &quot;Member13&quot;),
new Role(16, &quot;Member14&quot;),
new Role(17, &quot;Member15&quot;),
new Role(18, &quot;Member16&quot;),
new Role(19, &quot;Member17&quot;),
new Role(20, &quot;Member18&quot;),
new Role(21, &quot;Member19&quot;),
new Role(22, &quot;Member20&quot;),
new Role(23, &quot;Member21&quot;),
new Role(24, &quot;Member22&quot;),
new Role(25, &quot;Member23&quot;),
]);


I face problem with long list of dropdown values, when I try to click the scrollbar of the ComboBox, the drop down values suddenly disappear, I have searched solution around and around but I cannot find any suggestion yet, here is the similar post: http://forums.adobe.com/thread/630554?tstart=1

it says that:
the scrollbar skin is not considered a child of the datagrid so clicking on it causes the datagrid to run the endEdit event, closing the editor

regards</description>
		<content:encoded><![CDATA[<p>Hello, </p>
<p>I did same approach for spark ComboBox, but with long drop down values like this</p>
<p>  _roles=new ArrayCollection([<br />
new Role(1, "Super Admin"),<br />
new Role(2, "Admin"),<br />
new Role(3, "Member1"),<br />
new Role(4, "Member2"),<br />
new Role(5, "Member3"),<br />
new Role(6, "Member4"),<br />
new Role(7, "Member5"),<br />
new Role(8, "Member6"),<br />
new Role(9, "Member7"),<br />
new Role(10, "Member8"),<br />
new Role(11, "Member9"),<br />
new Role(12, "Member10"),<br />
new Role(13, "Member11"),<br />
new Role(14, "Member12"),<br />
new Role(15, "Member13"),<br />
new Role(16, "Member14"),<br />
new Role(17, "Member15"),<br />
new Role(18, "Member16"),<br />
new Role(19, "Member17"),<br />
new Role(20, "Member18"),<br />
new Role(21, "Member19"),<br />
new Role(22, "Member20"),<br />
new Role(23, "Member21"),<br />
new Role(24, "Member22"),<br />
new Role(25, "Member23"),<br />
]);</p>
<p>I face problem with long list of dropdown values, when I try to click the scrollbar of the ComboBox, the drop down values suddenly disappear, I have searched solution around and around but I cannot find any suggestion yet, here is the similar post: <a href="http://forums.adobe.com/thread/630554?tstart=1" rel="nofollow">http://forums.adobe.com/thread/630554?tstart=1</a></p>
<p>it says that:<br />
the scrollbar skin is not considered a child of the datagrid so clicking on it causes the datagrid to run the endEdit event, closing the editor</p>
<p>regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Firefox 3.6 adds scrollbars to a fullscreen Flex or Flash application by Wannes</title>
		<link>http://www.wannescoolen.be/blog/2010/03/23/firefox-3-6-adds-scrollbars-to-a-fullscreen-flex-or-flash-application/comment-page-1/#comment-246</link>
		<dc:creator>Wannes</dc:creator>
		<pubDate>Fri, 02 Jul 2010 09:00:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.wannescoolen.be/blog/?p=92#comment-246</guid>
		<description>Thanks for the tip Sven,

for the Mac mousewheel issue I rather like the use the &lt;a href=&quot;http://blog.earthbrowser.com/2009/01/simple-solution-for-mousewheel-events.html&quot; rel=&quot;nofollow&quot;&gt;next solution&lt;/a&gt;. Really easy to implement!</description>
		<content:encoded><![CDATA[<p>Thanks for the tip Sven,</p>
<p>for the Mac mousewheel issue I rather like the use the <a href="http://blog.earthbrowser.com/2009/01/simple-solution-for-mousewheel-events.html" rel="nofollow">next solution</a>. Really easy to implement!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Syncerd by Wannes</title>
		<link>http://www.wannescoolen.be/blog/syncerd/comment-page-1/#comment-210</link>
		<dc:creator>Wannes</dc:creator>
		<pubDate>Mon, 07 Jun 2010 09:06:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.wannescoolen.be/blog/?page_id=16#comment-210</guid>
		<description>Thanks Wim,

at this moment the online beta version is only for users that belong to an existing &quot;Syncerd&quot;-group. In the new version, that will be released in about two months, you are allowed to create your own groups and make full advantage of all the features.

Bye!

Wannes</description>
		<content:encoded><![CDATA[<p>Thanks Wim,</p>
<p>at this moment the online beta version is only for users that belong to an existing &#8220;Syncerd&#8221;-group. In the new version, that will be released in about two months, you are allowed to create your own groups and make full advantage of all the features.</p>
<p>Bye!</p>
<p>Wannes</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Syncerd by Wim Deblauwe</title>
		<link>http://www.wannescoolen.be/blog/syncerd/comment-page-1/#comment-206</link>
		<dc:creator>Wim Deblauwe</dc:creator>
		<pubDate>Sat, 05 Jun 2010 10:55:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.wannescoolen.be/blog/?page_id=16#comment-206</guid>
		<description>Looks good Wannes!

However, I don&#039;t find the way to add anything to the calendar or the groups.

regards,

Wim</description>
		<content:encoded><![CDATA[<p>Looks good Wannes!</p>
<p>However, I don&#8217;t find the way to add anything to the calendar or the groups.</p>
<p>regards,</p>
<p>Wim</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Firefox 3.6 adds scrollbars to a fullscreen Flex or Flash application by Sventunus</title>
		<link>http://www.wannescoolen.be/blog/2010/03/23/firefox-3-6-adds-scrollbars-to-a-fullscreen-flex-or-flash-application/comment-page-1/#comment-98</link>
		<dc:creator>Sventunus</dc:creator>
		<pubDate>Fri, 30 Apr 2010 10:29:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.wannescoolen.be/blog/?p=92#comment-98</guid>
		<description>Wannes, just a quick tip.  To prevent these kinds of issues, always embed your SWF using SWFObject, size it using SWFFit, enable mousewheel support for Mac by using the MacMouseWheel javascript and make it accessible using SWFAddress.

The SWFFit for instance would have prevented the behaviour you describe above.</description>
		<content:encoded><![CDATA[<p>Wannes, just a quick tip.  To prevent these kinds of issues, always embed your SWF using SWFObject, size it using SWFFit, enable mousewheel support for Mac by using the MacMouseWheel javascript and make it accessible using SWFAddress.</p>
<p>The SWFFit for instance would have prevented the behaviour you describe above.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

