<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Factum Vicesimus Quartus &#187; bug</title>
	<atom:link href="http://www.wietseveenstra.nl/blog/tag/bug/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wietseveenstra.nl/blog</link>
	<description>Exploring web x.0, innovation and RIA techniques</description>
	<lastBuildDate>Sat, 05 Sep 2009 15:27:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=8430</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Flex Builder 3 thinks it&#8217;s Flex Builder 2?!</title>
		<link>http://www.wietseveenstra.nl/blog/2008/03/flex-builder-3-thinks-its-flex-builder-2/</link>
		<comments>http://www.wietseveenstra.nl/blog/2008/03/flex-builder-3-thinks-its-flex-builder-2/#comments</comments>
		<pubDate>Fri, 14 Mar 2008 09:05:35 +0000</pubDate>
		<dc:creator>Wietse Veenstra</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[builder]]></category>
		<category><![CDATA[license]]></category>
		<category><![CDATA[student]]></category>

	<!-- AutoMeta Start -->
	<category></category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.wietseveenstra.nl/blog/2008/03/14/flex-builder-3-thinks-its-flex-builder-2/</guid>
		<description><![CDATA[Last week I requested a free student license for Flex Builder 3 from Adobe, and this week I found it in my mailbox. After downloading the Flex Builder 3 trail version from the Adobe website and applying my license key to it, it said I now have the Education version. But the strange thing is [...]]]></description>
			<content:encoded><![CDATA[<p>Last week I requested a free student license for Flex Builder 3 from Adobe, and this week I found it in my mailbox. After downloading the Flex Builder 3 trail version from the Adobe website and applying my license key to it, it said I now have the Education version. But the strange thing is that when I open the &#8216;About Adobe Flex Builder 3&#8230;&#8217; window, it tells me I have Flex Builder 2 and then freezes the entire application (see screen shot below)! All of the menu buttons in the top bar are gone and the application stops responding to anything. I had to restart Flex Builder in order to continue my work.</p>
<p>After installing the trail version of Flex Builder 3 on my Windows XP machine this afternoon I checked the same window. At first I didn&#8217;t apply my license key to it so it was still in trail mode. No strange things, just the normal black &#8216;About Adobe Flex Builder 3&#8242; window. But after applying the student license key the window was corrupted again! The only difference between the Windows and OS-X version was that on the Windows machine it didn&#8217;t completely crash my Flex Builder, and I was able to return to the development screen by clicking the corrupted window.</p>
<p>Apparently there is a little bug in the educational license system in Flex Builder 3.</p>
<p align="center"><a href="http://www.wietseveenstra.nl/files/images/blog/flexbuilder3error.png" target="_blank"><img src="http://www.wietseveenstra.nl/files/images/blog/flexbuilder3error_small.png" border="0" alt="" /></a><br />
<small>Click screen shot for a larger version&#8230;</small></p>
<p class="akst_link"><a href="http://www.wietseveenstra.nl/blog/?p=87&amp;akst_action=share-this"  title="Email, post to del.icio.us, etc." id="akst_link_87" class="akst_share_link" rel="noindex nofollow">ShareThis</a>
</p><img src="http://www.wietseveenstra.nl/blog/?ak_action=api_record_view&id=87&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.wietseveenstra.nl/blog/2008/03/flex-builder-3-thinks-its-flex-builder-2/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Flex ListBase scroll vertically error</title>
		<link>http://www.wietseveenstra.nl/blog/2007/03/flex-listbase-scroll-vertically-error/</link>
		<comments>http://www.wietseveenstra.nl/blog/2007/03/flex-listbase-scroll-vertically-error/#comments</comments>
		<pubDate>Tue, 27 Mar 2007 10:08:45 +0000</pubDate>
		<dc:creator>Wietse Veenstra</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[listbase]]></category>
		<category><![CDATA[scroll]]></category>
		<category><![CDATA[scrollbar]]></category>
		<category><![CDATA[scrolling]]></category>
		<category><![CDATA[vertical]]></category>

	<!-- AutoMeta Start -->
	<category></category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.wietseveenstra.nl/blog/?p=59</guid>
		<description><![CDATA[I&#8217;m working on a shopping cart where I can drag items into a List using a custom itemRenderer. Everything goes perfect until I add more items then the viewable area of the list. When I scroll vertically, both with the scrollbar and with the mousewheel, I get the #1010 ListBase:scrollVertically error and the items render [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m working on a shopping cart where I can drag items into a List using a custom itemRenderer. Everything goes perfect until I add more items then the viewable area of the list. When I scroll vertically, both with the scrollbar and with the mousewheel, I get the #1010 ListBase:scrollVertically error and the items render above and below the list area. I&#8217;ve searched through the flexcoders mailing archive of Yahoo and on the internet but all the possible solutions I found so far don&#8217;t seem to help.  I tried setting the width of the itemRenderer to a fixed width in stead of 100%, setting the rowHeight of the list component and removing the variableRowHeight=&#8221;true&#8221;. Does anyone have any idea on how to solve this error? It seems to be a Flex bug.  Here is my exact error (on mouseWheel scroll): [quickcode:noclick]TypeError: Error #1010: A term is undefined and has no properties. at mx.controls.listClasses::ListBase/mx.controls.listClasses:ListBase::scrollVertically() at mx.controls.listClasses::ListBase/set verticalScrollPosition() at mx.controls.listClasses::ListBase/mx.controls.listClasses:ListBase::mouseWheelHandler() at mx.controls::List/mx.controls:List::mouseWheelHandler()[/quickcode]  The error I get when I scroll with the scrollbar is as follows:  [quickcode:noclick]TypeError: Error #1010: A term is undefined and has no properties. at mx.controls.listClasses::ListBase/mx.controls.listClasses:ListBase::scrollVertically() at mx.controls::List/mx.controls:List::scrollHandler() at flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction() at flash.events::EventDispatcher/dispatchEvent() at mx.core::UIComponent/dispatchEvent() at mx.controls.scrollClasses::ScrollBar/http://www.adobe.com/2006/flex/mx/internal::dispatchScrollEvent() at mx.controls.scrollClasses::ScrollThumb/::mouseMoveHandler()[/quickcode]  Any help would be appreciated greatly!</p>
<p class="akst_link"><a href="http://www.wietseveenstra.nl/blog/?p=59&amp;akst_action=share-this"  title="Email, post to del.icio.us, etc." id="akst_link_59" class="akst_share_link" rel="noindex nofollow">ShareThis</a>
</p><img src="http://www.wietseveenstra.nl/blog/?ak_action=api_record_view&id=59&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.wietseveenstra.nl/blog/2007/03/flex-listbase-scroll-vertically-error/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
	</channel>
</rss>
