<?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>Shared Know How &#187; flex</title>
	<atom:link href="http://www.sharedknowhow.com/category/flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sharedknowhow.com</link>
	<description>Howto: fix, find, use, make &#38; do it guide</description>
	<lastBuildDate>Fri, 16 Apr 2010 09:41:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Flex 3 Combobox error #1502</title>
		<link>http://www.sharedknowhow.com/2008/09/flex-3-combobox-error-1502/</link>
		<comments>http://www.sharedknowhow.com/2008/09/flex-3-combobox-error-1502/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 13:47:59 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[flex3 flex combobox bug]]></category>

		<guid isPermaLink="false">http://www.sharedknowhow.com/?p=16</guid>
		<description><![CDATA[We where dealing with finding the bug in the following error:
﻿Error: Error #1502: A script has executed for longer than the default timeout period of 15 seconds.   at mx.core::UIComponent/get owner()   at mx.core::UIComponent/owns()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\core\UIComponent.as:8811]   at mx.managers::PopUpManagerImpl$/nonmodalMouseDownOutsideHandler()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\managers\PopUpManagerImpl.as:820]   at PopUpData/mouseDownOutsideHandler()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\managers\PopUpManagerImpl.as:980]
It turns out that it has to do with a certain id [...]]]></description>
			<content:encoded><![CDATA[<p>We where dealing with finding the bug in the following error:</p>
<p>﻿Error: Error #1502: A script has executed for longer than the default timeout period of 15 seconds.   at mx.core::UIComponent/get owner()   at mx.core::UIComponent/owns()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\core\UIComponent.as:8811]   at mx.managers::PopUpManagerImpl$/nonmodalMouseDownOutsideHandler()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\managers\PopUpManagerImpl.as:820]   at PopUpData/mouseDownOutsideHandler()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\managers\PopUpManagerImpl.as:980]</p>
<p>It turns out that it has to do with a certain id in one of our elements which had the id "owner" apparently this is used internally in flex as well. Simple to fix but pretty hard to find</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sharedknowhow.com/2008/09/flex-3-combobox-error-1502/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
