<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Setting an icon in an Alert control</title>
	<link>http://blog.flexexamples.com/2007/07/21/setting-an-icon-in-an-alert-control/</link>
	<description>A bunch of examples for Adobe Flex and ActionScript</description>
	<pubDate>Fri, 05 Dec 2008 10:48:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: phase</title>
		<link>http://blog.flexexamples.com/2007/07/21/setting-an-icon-in-an-alert-control/#comment-17184</link>
		<author>phase</author>
		<pubDate>Thu, 04 Dec 2008 09:25:36 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/07/21/setting-an-icon-in-an-alert-control/#comment-17184</guid>
		<description>@Peter

you can set the default focus on a button with the &lt;code&gt;defaultButtonFlag&lt;/code&gt;

&lt;pre class="code"&gt;
public static function show(text:String = "", title:String = "", 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-12436</link>
		<author>Brixel</author>
		<pubDate>Fri, 02 May 2008 13:19:46 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/07/21/setting-an-icon-in-an-alert-control/#comment-12436</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>
