<?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: Globally setting modal styles in a Flex application</title>
	<link>http://blog.flexexamples.com/2007/10/12/globally-setting-modal-styles-in-a-flex-application/</link>
	<description>A bunch of examples for Adobe Flex and ActionScript</description>
	<pubDate>Tue, 06 Jan 2009 01:22:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: bp</title>
		<link>http://blog.flexexamples.com/2007/10/12/globally-setting-modal-styles-in-a-flex-application/#comment-14460</link>
		<author>bp</author>
		<pubDate>Mon, 04 Aug 2008 00:04:13 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/10/12/globally-setting-modal-styles-in-a-flex-application/#comment-14460</guid>
		<description>peter - great stuff thanks for all the posts.

Wondering if you know of any way to control the area of the blur/dim behind a modal.

I have an air app which has custom window border styles which are irregular.  SO the app looks nice overlaid on other apps, that is until a modal creates the dim in its standard rectangular shape which extends beyond my window borders in some areas.

Any ideas?

Thanks! --bp</description>
		<content:encoded><![CDATA[<p>peter - great stuff thanks for all the posts.</p>
<p>Wondering if you know of any way to control the area of the blur/dim behind a modal.</p>
<p>I have an air app which has custom window border styles which are irregular.  SO the app looks nice overlaid on other apps, that is until a modal creates the dim in its standard rectangular shape which extends beyond my window borders in some areas.</p>
<p>Any ideas?</p>
<p>Thanks! &#8211;bp</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2007/10/12/globally-setting-modal-styles-in-a-flex-application/#comment-14383</link>
		<author>peterd</author>
		<pubDate>Mon, 28 Jul 2008 21:16:54 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/10/12/globally-setting-modal-styles-in-a-flex-application/#comment-14383</guid>
		<description>Nate,

Good catch! I filed a bug in the public Flex bugbase at http://bugs.adobe.com/jira/browse/SDK-16248 . To get around the issue, it looks like you can set the &lt;code&gt;modalTransparencyDuration&lt;/code&gt; style to 1 millisecond.

Thanks,
Peter</description>
		<content:encoded><![CDATA[<p>Nate,</p>
<p>Good catch! I filed a bug in the public Flex bugbase at <a href="http://bugs.adobe.com/jira/browse/SDK-16248" rel="nofollow">http://bugs.adobe.com/jira/browse/SDK-16248</a> . To get around the issue, it looks like you can set the <code>modalTransparencyDuration</code> style to 1 millisecond.</p>
<p>Thanks,<br />
Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate</title>
		<link>http://blog.flexexamples.com/2007/10/12/globally-setting-modal-styles-in-a-flex-application/#comment-14382</link>
		<author>Nate</author>
		<pubDate>Mon, 28 Jul 2008 20:45:19 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/10/12/globally-setting-modal-styles-in-a-flex-application/#comment-14382</guid>
		<description>Maybe it's just me, but I noticed that setting "modaleTransparencyDuration: 0;" seems to set modalTransparencyBlur to 0.  Is anyone else observing this?</description>
		<content:encoded><![CDATA[<p>Maybe it&#8217;s just me, but I noticed that setting &#8220;modaleTransparencyDuration: 0;&#8221; seems to set modalTransparencyBlur to 0.  Is anyone else observing this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2007/10/12/globally-setting-modal-styles-in-a-flex-application/#comment-12143</link>
		<author>peterd</author>
		<pubDate>Mon, 21 Apr 2008 02:01:49 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/10/12/globally-setting-modal-styles-in-a-flex-application/#comment-12143</guid>
		<description>creamcheese,

You can find all the supported styles for the Alert control in the Flex 3 documentation (or Flex 2 documentation):

http://livedocs.adobe.com/flex/3/langref/mx/controls/Alert.html#styleSummary

Peter</description>
		<content:encoded><![CDATA[<p>creamcheese,</p>
<p>You can find all the supported styles for the Alert control in the Flex 3 documentation (or Flex 2 documentation):</p>
<p><a href="http://livedocs.adobe.com/flex/3/langref/mx/controls/Alert.html#styleSummary" rel="nofollow">http://livedocs.adobe.com/flex/3/langref/mx/controls/Alert.html#styleSummary</a></p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: creamcheese</title>
		<link>http://blog.flexexamples.com/2007/10/12/globally-setting-modal-styles-in-a-flex-application/#comment-12137</link>
		<author>creamcheese</author>
		<pubDate>Mon, 21 Apr 2008 00:10:55 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/10/12/globally-setting-modal-styles-in-a-flex-application/#comment-12137</guid>
		<description>where could I find a list of the CSSStyleDeclation properties for the Alert class?

for example I know you can setStyle("ModalTransparancyColor",green)
But what else is available in place of "ModalTransparencyColor"</description>
		<content:encoded><![CDATA[<p>where could I find a list of the CSSStyleDeclation properties for the Alert class?</p>
<p>for example I know you can setStyle(&#8221;ModalTransparancyColor&#8221;,green)<br />
But what else is available in place of &#8220;ModalTransparencyColor&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander</title>
		<link>http://blog.flexexamples.com/2007/10/12/globally-setting-modal-styles-in-a-flex-application/#comment-7128</link>
		<author>Alexander</author>
		<pubDate>Thu, 21 Feb 2008 22:19:05 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/10/12/globally-setting-modal-styles-in-a-flex-application/#comment-7128</guid>
		<description>I just wanted to say this is definitely the best site for anyone using Flex to get help or advice.

TNX for that.
;)</description>
		<content:encoded><![CDATA[<p>I just wanted to say this is definitely the best site for anyone using Flex to get help or advice.</p>
<p>TNX for that.<br />
;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2007/10/12/globally-setting-modal-styles-in-a-flex-application/#comment-6567</link>
		<author>peterd</author>
		<pubDate>Sat, 02 Feb 2008 04:50:13 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/10/12/globally-setting-modal-styles-in-a-flex-application/#comment-6567</guid>
		<description>zsolt,

I haven't tried it yet w/ Flex apps, but you probably want to try using the LocalConnection class (see http://livedocs.adobe.com/labs/flex3/langref/flash/net/LocalConnection.html).

Peter</description>
		<content:encoded><![CDATA[<p>zsolt,</p>
<p>I haven&#8217;t tried it yet w/ Flex apps, but you probably want to try using the LocalConnection class (see <a href="http://livedocs.adobe.com/labs/flex3/langref/flash/net/LocalConnection.html" rel="nofollow">http://livedocs.adobe.com/labs/flex3/langref/flash/net/LocalConnection.html</a>).</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zsolt</title>
		<link>http://blog.flexexamples.com/2007/10/12/globally-setting-modal-styles-in-a-flex-application/#comment-6564</link>
		<author>zsolt</author>
		<pubDate>Fri, 01 Feb 2008 23:47:23 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/10/12/globally-setting-modal-styles-in-a-flex-application/#comment-6564</guid>
		<description>Peterd –

I have another question (unrelated to the above) that is probably "Basic" Flex Coding to you. I’m trying to pass variables between to mxml apps. 
mxml-1 has two text fields (name/phone). I like to pass the text that is typed into these two fields to mxml-2’s (name/phone) fields when I click the submit button on mxml-1.

Thanks</description>
		<content:encoded><![CDATA[<p>Peterd –</p>
<p>I have another question (unrelated to the above) that is probably &#8220;Basic&#8221; Flex Coding to you. I’m trying to pass variables between to mxml apps.<br />
mxml-1 has two text fields (name/phone). I like to pass the text that is typed into these two fields to mxml-2’s (name/phone) fields when I click the submit button on mxml-1.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zsolt</title>
		<link>http://blog.flexexamples.com/2007/10/12/globally-setting-modal-styles-in-a-flex-application/#comment-6543</link>
		<author>zsolt</author>
		<pubDate>Thu, 31 Jan 2008 17:05:46 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/10/12/globally-setting-modal-styles-in-a-flex-application/#comment-6543</guid>
		<description>Thanks Peterd -

I looked at the links you posted. Unfortunatly none were very helpful to me (I'm OK on the .aspx part of it) I was not interested in installing another runtime/framework (WebORB) on my server and the "Invoking .NET objects using the Flex RemoteObject API” was more about calling webservices. I'm looking for a solution in aspx like the one Augie Marcello posted at http://augiemarcello.com/flex-2-basic-email-form/

-Zsolt</description>
		<content:encoded><![CDATA[<p>Thanks Peterd -</p>
<p>I looked at the links you posted. Unfortunatly none were very helpful to me (I&#8217;m OK on the .aspx part of it) I was not interested in installing another runtime/framework (WebORB) on my server and the &#8220;Invoking .NET objects using the Flex RemoteObject API” was more about calling webservices. I&#8217;m looking for a solution in aspx like the one Augie Marcello posted at <a href="http://augiemarcello.com/flex-2-basic-email-form/" rel="nofollow">http://augiemarcello.com/flex-2-basic-email-form/</a></p>
<p>-Zsolt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruno</title>
		<link>http://blog.flexexamples.com/2007/10/12/globally-setting-modal-styles-in-a-flex-application/#comment-6540</link>
		<author>Bruno</author>
		<pubDate>Thu, 31 Jan 2008 14:29:30 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/10/12/globally-setting-modal-styles-in-a-flex-application/#comment-6540</guid>
		<description>Hey peterd,

I couldn't get back to this before.
Thanks a lot for the explanation and for the example! These will be greatly useful.

Keep up the great work!

Bruno</description>
		<content:encoded><![CDATA[<p>Hey peterd,</p>
<p>I couldn&#8217;t get back to this before.<br />
Thanks a lot for the explanation and for the example! These will be greatly useful.</p>
<p>Keep up the great work!</p>
<p>Bruno</p>
]]></content:encoded>
	</item>
</channel>
</rss>
