<?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>mandarin.no &#187; icon</title>
	<atom:link href="http://mandarin.no/tag/icon/feed/" rel="self" type="application/rss+xml" />
	<link>http://mandarin.no</link>
	<description></description>
	<lastBuildDate>Tue, 17 Aug 2010 09:35:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>iPhone dev: Remove the glossy effect from the application icon</title>
		<link>http://mandarin.no/iphone/iphone-dev-remove-the-glossy-effect-from-the-application-icon/</link>
		<comments>http://mandarin.no/iphone/iphone-dev-remove-the-glossy-effect-from-the-application-icon/#comments</comments>
		<pubDate>Mon, 25 May 2009 20:46:31 +0000</pubDate>
		<dc:creator>Thomas Viktil</dc:creator>
				<category><![CDATA[iphone]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[boolean]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[glossy]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[uiprerenderedicon]]></category>
		<category><![CDATA[value type]]></category>
		<category><![CDATA[xcode]]></category>
		<guid isPermaLink="false">http://mandarin.no/?p=83</guid>
		<description><![CDATA[As you probably know, the iPhone adds a nice glossy effect to your application&#8217;s icon. It sure does look good, but sometimes it just doesn&#8217;t suit your icon. It can be prevented by editing the Info.plist file. It&#8217;s easy! Follow me. Click on one of the lines to make the little plus icon appear. Click [...]]]></description>
			<content:encoded><![CDATA[<p>As you probably know, the iPhone adds a nice glossy effect to your application&#8217;s icon. It sure does look good, but sometimes it just doesn&#8217;t suit your icon. It can be prevented by editing the <strong>Info.plist</strong> file. It&#8217;s easy! Follow me.</p>
<p><img class="alignnone size-full wp-image-84" title="iphone_app_01" src="http://mandarin.no/wp-content/uploads/2009/05/iphone_app_01.gif" alt="iphone_app_01" width="482" height="124" /></p>
<p>Click on one of the lines to make the little plus icon appear. Click the plus icon to add a new line.</p>
<p><img class="alignnone size-full wp-image-85" title="iphone_app_02" src="http://mandarin.no/wp-content/uploads/2009/05/iphone_app_02.gif" alt="iphone_app_02" width="482" height="143" /></p>
<p>Give it a key name of <strong>UIPrerenderedIcon</strong>.</p>
<p><img class="alignnone size-full wp-image-86" title="iphone_app_03" src="http://mandarin.no/wp-content/uploads/2009/05/iphone_app_03.gif" alt="iphone_app_03" width="482" height="376" /></p>
<p>The value is by default set to String, but we need to change it to Boolean. Right-click the newly created line, choose <strong>Value Type &gt; Boolean</strong>.</p>
<p><img class="alignnone size-full wp-image-87" title="iphone_app_04" src="http://mandarin.no/wp-content/uploads/2009/05/iphone_app_04.gif" alt="iphone_app_04" width="482" height="138" /></p>
<p>The value has now magically transformed into a check box.</p>
<p><img class="alignnone size-full wp-image-88" title="iphone_app_05" src="http://mandarin.no/wp-content/uploads/2009/05/iphone_app_05.gif" alt="iphone_app_05" width="482" height="138" /></p>
<p>Click it!</p>
<p>And you&#8217;re done. It&#8217;s as easy as that.</p>
]]></content:encoded>
			<wfw:commentRss>http://mandarin.no/iphone/iphone-dev-remove-the-glossy-effect-from-the-application-icon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe AIR: Error when creating AIR file: 303</title>
		<link>http://mandarin.no/flex/adobe-air-error-when-creating-air-file-303/</link>
		<comments>http://mandarin.no/flex/adobe-air-error-when-creating-air-file-303/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 14:42:59 +0000</pubDate>
		<dc:creator>Thomas Viktil</dc:creator>
				<category><![CDATA[air]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[application icon]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[compile error]]></category>
		<category><![CDATA[create file]]></category>
		<category><![CDATA[flex builder]]></category>
		<category><![CDATA[flex sdk]]></category>
		<category><![CDATA[gumbo]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[non-embedded files]]></category>
		<category><![CDATA[xml]]></category>
		<guid isPermaLink="false">http://mandarin.no/?p=77</guid>
		<description><![CDATA[I&#8217;m currently using Flex Builder 3.0.1.205647 with Flex SDK 3.1.0 and I got an error saying Flex couldn&#8217;t create my AIR file. After a bit of googling I found out that it is a bug in Flex Builder 3 (Bug report #FB-11712), and it seems like it will be fixed in the Gumbo release. The [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m currently using Flex Builder 3.0.1.205647 with Flex SDK 3.1.0 and I got an error saying Flex couldn&#8217;t create my AIR file. After a bit of googling I found out that it is a bug in Flex Builder 3 (<a href="http://bugs.adobe.com/jira/browse/FB-11712">Bug report #FB-11712</a>), and it seems like it will be fixed in the Gumbo release.</p>
<p>The bug is related to adding custom application icons. You do this by editing the application&#8217;s xml file. To be more precise, at the lines which looks like these:</p>
<pre>&lt;!-- The icon to display for the file type. Optional. --&gt;
&lt;icon&gt;
   &lt;image16x16&gt;icon_16.png&lt;/image16x16&gt;
   &lt;image32x32&gt;icon_32.png&lt;/image32x32&gt;
   &lt;image48x48&gt;icon_48.png&lt;/image48x48&gt;
   &lt;!--image128x128&gt;&lt;/image128x128--&gt;
&lt;/icon&gt;</pre>
<p>The solution to this bug is actually quite simple. Simply comment out the icons you don&#8217;t plan to use -just like I have done in the example above. Oh, and be sure to tick the check box &#8220;Copy non-embedded files to output folder&#8221; in Project -&gt; Properties -&gt; Flex Compiler.</p>
]]></content:encoded>
			<wfw:commentRss>http://mandarin.no/flex/adobe-air-error-when-creating-air-file-303/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
