<?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: Exploring runtime styling with the Native Window Explorer in Adobe AIR</title>
	<atom:link href="http://www.thetechlabs.com/tutorials/xml/exploring-runtime-styling-with-the-native-window-explorer-in-adobe-air/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thetechlabs.com/tutorials/xml/exploring-runtime-styling-with-the-native-window-explorer-in-adobe-air/</link>
	<description>The Tech Labs</description>
	<lastBuildDate>Thu, 10 Jun 2010 13:11:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Xu</title>
		<link>http://www.thetechlabs.com/tutorials/xml/exploring-runtime-styling-with-the-native-window-explorer-in-adobe-air/comment-page-1/#comment-23504</link>
		<dc:creator>Xu</dc:creator>
		<pubDate>Wed, 09 Jun 2010 00:10:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.thetechlabs.com/?p=964#comment-23504</guid>
		<description>Hi, Justin, This is very useful. I just wonder if you have a newer version of Mac.css and Windows.css to download. Thanks,
Xu</description>
		<content:encoded><![CDATA[<p>Hi, Justin, This is very useful. I just wonder if you have a newer version of Mac.css and Windows.css to download. Thanks,<br />
Xu</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed Morris</title>
		<link>http://www.thetechlabs.com/tutorials/xml/exploring-runtime-styling-with-the-native-window-explorer-in-adobe-air/comment-page-1/#comment-12861</link>
		<dc:creator>Ed Morris</dc:creator>
		<pubDate>Fri, 20 Nov 2009 07:49:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.thetechlabs.com/?p=964#comment-12861</guid>
		<description>2. change this...
  techlabs:AppWindow width=&quot;100%&quot; height=&quot;100%&quot; id=&quot;appWindow&quot; 

to this...
  techlabs:AppWindow width=&quot;100%&quot; height=&quot;100%&quot; id=&quot;appWindow&quot; creationComplete=&quot;setWindow()&quot;</description>
		<content:encoded><![CDATA[<p>2. change this&#8230;<br />
  techlabs:AppWindow width=&#8221;100%&#8221; height=&#8221;100%&#8221; id=&#8221;appWindow&#8221; </p>
<p>to this&#8230;<br />
  techlabs:AppWindow width=&#8221;100%&#8221; height=&#8221;100%&#8221; id=&#8221;appWindow&#8221; creationComplete=&#8221;setWindow()&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed Morris</title>
		<link>http://www.thetechlabs.com/tutorials/xml/exploring-runtime-styling-with-the-native-window-explorer-in-adobe-air/comment-page-1/#comment-12860</link>
		<dc:creator>Ed Morris</dc:creator>
		<pubDate>Fri, 20 Nov 2009 07:46:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.thetechlabs.com/?p=964#comment-12860</guid>
		<description>one problem I found (already mentioned, but I have an easier fix):

this line:
   applicationComplete=&quot;setWindow()&quot;

since techlabs:AppWindow isn&#039;t instantiated by the time applicationComplete fires, any reference to it results in a nullpointer error.

here&#039;s the fix:
1.  remove this:
      applicationComplete=&quot;setWindow()&quot;

2.  change this:
      
    to this:
      
    
and all works fine.</description>
		<content:encoded><![CDATA[<p>one problem I found (already mentioned, but I have an easier fix):</p>
<p>this line:<br />
   applicationComplete=&#8221;setWindow()&#8221;</p>
<p>since techlabs:AppWindow isn&#8217;t instantiated by the time applicationComplete fires, any reference to it results in a nullpointer error.</p>
<p>here&#8217;s the fix:<br />
1.  remove this:<br />
      applicationComplete=&#8221;setWindow()&#8221;</p>
<p>2.  change this:</p>
<p>    to this:</p>
<p>and all works fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://www.thetechlabs.com/tutorials/xml/exploring-runtime-styling-with-the-native-window-explorer-in-adobe-air/comment-page-1/#comment-11781</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Thu, 22 Oct 2009 13:59:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.thetechlabs.com/?p=964#comment-11781</guid>
		<description>Ian, so what i am understanding is you want an application where by you can update the style of the application without downloading the application. So above there is an example of an embedded style with the default.css that contains the basic style of the components, then there are two dynamic style files for Mac and PC. Depending on your OS it loads different styles. So to take this a step further, when your app checks to see if there is an update available, why not check to see if there is a new skin available - if so download and overwrite the dynamic skin. Your concern seems related to the default.css, which you can just change to dynamic and load one skin in dynamically, download and overwrite the new one and then call a refresh on the StyleManager. Using the StyleManager to apply styles is fully supported by Adobe and is the right way to go.</description>
		<content:encoded><![CDATA[<p>Ian, so what i am understanding is you want an application where by you can update the style of the application without downloading the application. So above there is an example of an embedded style with the default.css that contains the basic style of the components, then there are two dynamic style files for Mac and PC. Depending on your OS it loads different styles. So to take this a step further, when your app checks to see if there is an update available, why not check to see if there is a new skin available &#8211; if so download and overwrite the dynamic skin. Your concern seems related to the default.css, which you can just change to dynamic and load one skin in dynamically, download and overwrite the new one and then call a refresh on the StyleManager. Using the StyleManager to apply styles is fully supported by Adobe and is the right way to go.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ian pretorius</title>
		<link>http://www.thetechlabs.com/tutorials/xml/exploring-runtime-styling-with-the-native-window-explorer-in-adobe-air/comment-page-1/#comment-11495</link>
		<dc:creator>ian pretorius</dc:creator>
		<pubDate>Thu, 15 Oct 2009 10:08:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.thetechlabs.com/?p=964#comment-11495</guid>
		<description>What if you want to add a new skin to your application? You have to update the entire AIR application? Im not to happy with this. I know you can load remote swfs via byte code , but there is a small little indirect &quot;take note&quot; in all Adobe documentation regarding forward compatibility issues of allowLoadBytesCodeExecution which has me worried at the moment about trying to build a application that can have new skins added to it without reinstalling the entire application.</description>
		<content:encoded><![CDATA[<p>What if you want to add a new skin to your application? You have to update the entire AIR application? Im not to happy with this. I know you can load remote swfs via byte code , but there is a small little indirect &#8220;take note&#8221; in all Adobe documentation regarding forward compatibility issues of allowLoadBytesCodeExecution which has me worried at the moment about trying to build a application that can have new skins added to it without reinstalling the entire application.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.520 seconds -->
