<?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: Setting an icon in an Alert control</title>
	<atom:link href="http://blog.flexexamples.com/2007/07/21/setting-an-icon-in-an-alert-control/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2007/07/21/setting-an-icon-in-an-alert-control/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Sat, 11 Feb 2012 11:51:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Amruta</title>
		<link>http://blog.flexexamples.com/2007/07/21/setting-an-icon-in-an-alert-control/comment-page-1/#comment-9432</link>
		<dc:creator>Amruta</dc:creator>
		<pubDate>Thu, 28 Jul 2011 05:32:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/07/21/setting-an-icon-in-an-alert-control/#comment-9432</guid>
		<description>Hi,

In Alert control if we bring mouse cursor over it &amp; use mouse scroll then it scrolls the contents.Any idea how to avoid or disable this?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>In Alert control if we bring mouse cursor over it &amp; use mouse scroll then it scrolls the contents.Any idea how to avoid or disable this?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter deHaan</title>
		<link>http://blog.flexexamples.com/2007/07/21/setting-an-icon-in-an-alert-control/comment-page-1/#comment-26</link>
		<dc:creator>Peter deHaan</dc:creator>
		<pubDate>Thu, 04 Jun 2009 15:15:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/07/21/setting-an-icon-in-an-alert-control/#comment-26</guid>
		<description>Sansri,

Check out &lt;a href=&quot;http://blog.flexexamples.com/2007/07/25/changing-the-default-button-labels-on-an-alert-control/&quot; rel=&quot;nofollow&quot;&gt;&lt;u&gt;&quot;Changing the default button labels on an Alert control&quot;&lt;/u&gt;&lt;/a&gt;.

Peter</description>
		<content:encoded><![CDATA[<p>Sansri,</p>
<p>Check out <a href="http://blog.flexexamples.com/2007/07/25/changing-the-default-button-labels-on-an-alert-control/" rel="nofollow"><u>&#8220;Changing the default button labels on an Alert control&#8221;</u></a>.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sansri</title>
		<link>http://blog.flexexamples.com/2007/07/21/setting-an-icon-in-an-alert-control/comment-page-1/#comment-25</link>
		<dc:creator>Sansri</dc:creator>
		<pubDate>Thu, 04 Jun 2009 11:13:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/07/21/setting-an-icon-in-an-alert-control/#comment-25</guid>
		<description>How can we localize the Alert.OK and Alert.CANCEL values?</description>
		<content:encoded><![CDATA[<p>How can we localize the Alert.OK and Alert.CANCEL values?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: phase</title>
		<link>http://blog.flexexamples.com/2007/07/21/setting-an-icon-in-an-alert-control/comment-page-1/#comment-27</link>
		<dc:creator>phase</dc:creator>
		<pubDate>Thu, 04 Dec 2008 09:25:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/07/21/setting-an-icon-in-an-alert-control/#comment-27</guid>
		<description>@Peter

you can set the default focus on a button with the &lt;code&gt;defaultButtonFlag&lt;/code&gt;

&lt;pre class=&quot;code&quot;&gt;
public static function show(text:String = &quot;&quot;, title:String = &quot;&quot;, flags:uint = 0x4, parent:Sprite = null, closeHandler:Function = null, iconClass:Class = null, defaultButtonFlag:uint = 0x4):Alert
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>@Peter</p>
<p>you can set the default focus on a button with the <code>defaultButtonFlag</code></p>
<pre class="code">
public static function show(text:String = "", title:String = "", flags:uint = 0x4, parent:Sprite = null, closeHandler:Function = null, iconClass:Class = null, defaultButtonFlag:uint = 0x4):Alert
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brixel</title>
		<link>http://blog.flexexamples.com/2007/07/21/setting-an-icon-in-an-alert-control/comment-page-1/#comment-24</link>
		<dc:creator>Brixel</dc:creator>
		<pubDate>Fri, 02 May 2008 13:19:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/07/21/setting-an-icon-in-an-alert-control/#comment-24</guid>
		<description>Peter,

Is it possible to also remove the default focus on a button in the Alert?</description>
		<content:encoded><![CDATA[<p>Peter,</p>
<p>Is it possible to also remove the default focus on a button in the Alert?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

