<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: iLife Controls; HUD windows and more</title>
	<link>http://lipidity.com/apple/ilife-controls-hud-windows-and-more/</link>
	<description>Despotic Development</description>
	<pubDate>Mon, 15 Mar 2010 06:33:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Ruben Rodriguez</title>
		<link>http://lipidity.com/apple/ilife-controls-hud-windows-and-more/#comment-144085</link>
		<dc:creator>Ruben Rodriguez</dc:creator>
		<pubDate>Fri, 10 Jul 2009 14:54:56 +0000</pubDate>
		<guid>http://lipidity.com/apple/ilife-controls-hud-windows-and-more/#comment-144085</guid>
		<description>&lt;p&gt;I have implemented your framework/class to open a HUD window for tiger version of my application.
But my application is made with AppleScript,
and i have a problem with. I can't get the "Window: will close" Event for quit the application after close window.
The window is an NSPanel.&lt;/p&gt;

&lt;p&gt;I don't know if you can help me...?&lt;/p&gt;

&lt;p&gt;Also thanks for everything.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I have implemented your framework/class to open a HUD window for tiger version of my application.<br />
But my application is made with AppleScript,<br />
and i have a problem with. I can&#8217;t get the &#8220;Window: will close&#8221; Event for quit the application after close window.<br />
The window is an NSPanel.</p>
<p>I don&#8217;t know if you can help me&#8230;?</p>
<p>Also thanks for everything.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Max</title>
		<link>http://lipidity.com/apple/ilife-controls-hud-windows-and-more/#comment-132923</link>
		<dc:creator>Max</dc:creator>
		<pubDate>Wed, 17 Dec 2008 22:05:37 +0000</pubDate>
		<guid>http://lipidity.com/apple/ilife-controls-hud-windows-and-more/#comment-132923</guid>
		<description>&lt;p&gt;Wow. Even the spammers in this thread are ignorant.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Wow. Even the spammers in this thread are ignorant.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Me</title>
		<link>http://lipidity.com/apple/ilife-controls-hud-windows-and-more/#comment-94106</link>
		<dc:creator>Me</dc:creator>
		<pubDate>Thu, 19 Jun 2008 18:16:53 +0000</pubDate>
		<guid>http://lipidity.com/apple/ilife-controls-hud-windows-and-more/#comment-94106</guid>
		<description>&lt;p&gt;thanks PADAWAN, you helped me alot&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>thanks PADAWAN, you helped me alot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2008-05-07 &#124; manicwave.com</title>
		<link>http://lipidity.com/apple/ilife-controls-hud-windows-and-more/#comment-82188</link>
		<dc:creator>links for 2008-05-07 &#124; manicwave.com</dc:creator>
		<pubDate>Wed, 07 May 2008 12:31:21 +0000</pubDate>
		<guid>http://lipidity.com/apple/ilife-controls-hud-windows-and-more/#comment-82188</guid>
		<description>&lt;p&gt;[...] iLife Controls; HUD windows and more › Vacuous Virtuoso (tags: apple cocoa ui design opensource) [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[&#8230;] iLife Controls; HUD windows and more › Vacuous Virtuoso (tags: apple cocoa ui design opensource) [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: padawan</title>
		<link>http://lipidity.com/apple/ilife-controls-hud-windows-and-more/#comment-76696</link>
		<dc:creator>padawan</dc:creator>
		<pubDate>Mon, 21 Apr 2008 21:23:07 +0000</pubDate>
		<guid>http://lipidity.com/apple/ilife-controls-hud-windows-and-more/#comment-76696</guid>
		<description>&lt;p&gt;So complicated to install... But i find a way who seems to work&lt;/p&gt;

&lt;p&gt;With the built "iLifeControls.framework" in the same folder of "YOURAPP.xcodeproj" :&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;XCode -&#62; Build your app if never done&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;XCode -&#62; Folder "Ressources" (Leftbar) -&#62; Add (right clic on folder) -&#62; Existing Frameworks...
    -&#62; choose  "iLifeControls.framework"
         -&#62; Choose "Relative to Build product" for "reference Type"   -&#62;  Add&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;XCode -&#62; Double clic "MainMenu.nib"&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;InterfaceBuilder -&#62; Select the "Classes" tab&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;XCode -&#62; Clic "iLifeControls.framework" (leftbar, in the folder "ressources"), the list of the headers of the framework appears&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Xcode + Interface Builder -&#62; From Xcode drag one by one the headers on the "MainMenu.nib" window (InterfaceBuilder) on the Treeview (or ListView) of the classes until there is no error msg (normally if you select all the headers and drag them with no error msg, it's ok) - see above the ankur msg&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;InterfaceBuilder -&#62; Select a window of your app
-&#62; Inspector panel -&#62; Select "Custom class" -&#62; choose a iLifeControls class (ex: NFIWindow)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Finder -&#62; Copy "iLifeControls.framework" to your built app directory (/build/release/ or /build/debug/)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;XCode -&#62; "Build and Go"&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Note : For a stand-alone working app, you must right clic your build app -&#62; "view content.." in the finder
-&#62; open the "content" folder
-&#62; in the "Content" folder create a new folder named "Frameworks"
-&#62; In that new "Frameworks" folder copy/paste "iLifeControls.framework"
-&#62; always in the finder double clic your built app... it works (for me) !&lt;/p&gt;

&lt;p&gt;Note2: this dosen't initiate the topbar and bottombar heights you must add code/outlet - see sources&lt;/p&gt;

&lt;p&gt;Hope it will help new -very new - cocoa dev like me
Correct me if there's mistakes&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>So complicated to install&#8230; But i find a way who seems to work</p>
<p>With the built &#8220;iLifeControls.framework&#8221; in the same folder of &#8220;YOURAPP.xcodeproj&#8221; :</p>
<ol>
<li>
<p>XCode -&gt; Build your app if never done</p>
</li>
<li>
<p>XCode -&gt; Folder &#8220;Ressources&#8221; (Leftbar) -&gt; Add (right clic on folder) -&gt; Existing Frameworks&#8230;<br />
    -&gt; choose  &#8220;iLifeControls.framework&#8221;<br />
         -&gt; Choose &#8220;Relative to Build product&#8221; for &#8220;reference Type&#8221;   -&gt;  Add</p>
</li>
<li>
<p>XCode -&gt; Double clic &#8220;MainMenu.nib&#8221;</p>
</li>
<li>
<p>InterfaceBuilder -&gt; Select the &#8220;Classes&#8221; tab</p>
</li>
<li>
<p>XCode -&gt; Clic &#8220;iLifeControls.framework&#8221; (leftbar, in the folder &#8220;ressources&#8221;), the list of the headers of the framework appears</p>
</li>
<li>
<p>Xcode + Interface Builder -&gt; From Xcode drag one by one the headers on the &#8220;MainMenu.nib&#8221; window (InterfaceBuilder) on the Treeview (or ListView) of the classes until there is no error msg (normally if you select all the headers and drag them with no error msg, it&#8217;s ok) - see above the ankur msg</p>
</li>
<li>
<p>InterfaceBuilder -&gt; Select a window of your app<br />
-&gt; Inspector panel -&gt; Select &#8220;Custom class&#8221; -&gt; choose a iLifeControls class (ex: NFIWindow)</p>
</li>
<li>
<p>Finder -&gt; Copy &#8220;iLifeControls.framework&#8221; to your built app directory (/build/release/ or /build/debug/)</p>
</li>
<li>
<p>XCode -&gt; &#8220;Build and Go&#8221;</p>
</li>
</ol>
<p>Note : For a stand-alone working app, you must right clic your build app -&gt; &#8220;view content..&#8221; in the finder<br />
-&gt; open the &#8220;content&#8221; folder<br />
-&gt; in the &#8220;Content&#8221; folder create a new folder named &#8220;Frameworks&#8221;<br />
-&gt; In that new &#8220;Frameworks&#8221; folder copy/paste &#8220;iLifeControls.framework&#8221;<br />
-&gt; always in the finder double clic your built app&#8230; it works (for me) !</p>
<p>Note2: this dosen&#8217;t initiate the topbar and bottombar heights you must add code/outlet - see sources</p>
<p>Hope it will help new -very new - cocoa dev like me<br />
Correct me if there&#8217;s mistakes</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://lipidity.com/apple/ilife-controls-hud-windows-and-more/#comment-51533</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Mon, 11 Feb 2008 09:22:34 +0000</pubDate>
		<guid>http://lipidity.com/apple/ilife-controls-hud-windows-and-more/#comment-51533</guid>
		<description>&lt;p&gt;I've put together a quick example of how to use the iLifeControls framework in an Interface Builder Plug-in.&lt;/p&gt;

&lt;p&gt;http://www.mark-hill.co.uk/dev_blog/?p=3&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;ve put together a quick example of how to use the iLifeControls framework in an Interface Builder Plug-in.</p>
<p><a href="http://www.mark-hill.co.uk/dev_blog/?p=3" rel="nofollow">http://www.mark-hill.co.uk/dev_blog/?p=3</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ankur</title>
		<link>http://lipidity.com/apple/ilife-controls-hud-windows-and-more/#comment-41504</link>
		<dc:creator>Ankur</dc:creator>
		<pubDate>Mon, 03 Dec 2007 22:53:49 +0000</pubDate>
		<guid>http://lipidity.com/apple/ilife-controls-hud-windows-and-more/#comment-41504</guid>
		<description>&lt;p&gt;To use this in a project, you need to drag all the header files into IB. You get warnings about missing superclasses, so for all the classes that give a warning, find their superclass and drag it into IB first, then drag the subclasses in.&lt;/p&gt;

&lt;p&gt;Once the classes are in IB, click on a control such as a button or a window and change the custom class to something you just added.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>To use this in a project, you need to drag all the header files into IB. You get warnings about missing superclasses, so for all the classes that give a warning, find their superclass and drag it into IB first, then drag the subclasses in.</p>
<p>Once the classes are in IB, click on a control such as a button or a window and change the custom class to something you just added.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Collin</title>
		<link>http://lipidity.com/apple/ilife-controls-hud-windows-and-more/#comment-41455</link>
		<dc:creator>Collin</dc:creator>
		<pubDate>Mon, 03 Dec 2007 17:42:28 +0000</pubDate>
		<guid>http://lipidity.com/apple/ilife-controls-hud-windows-and-more/#comment-41455</guid>
		<description>&lt;p&gt;I don't understand how to install this, i tried looking at the sample project...is it not compatible with Leopard?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I don&#8217;t understand how to install this, i tried looking at the sample project&#8230;is it not compatible with Leopard?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adi</title>
		<link>http://lipidity.com/apple/ilife-controls-hud-windows-and-more/#comment-22318</link>
		<dc:creator>Adi</dc:creator>
		<pubDate>Sun, 26 Aug 2007 00:49:17 +0000</pubDate>
		<guid>http://lipidity.com/apple/ilife-controls-hud-windows-and-more/#comment-22318</guid>
		<description>&lt;p&gt;hi. i know this is old but i just found it and would like to use it in my application. i have a problem when adding the header files for this framework into interface builder.when i drag and drop the header files, IB gives out a warning that it cant find the superclass for some of the class im adding. is there something wrong that i am doing here? you can email me also.thanks alot and really like your blog.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>hi. i know this is old but i just found it and would like to use it in my application. i have a problem when adding the header files for this framework into interface builder.when i drag and drop the header files, IB gives out a warning that it cant find the superclass for some of the class im adding. is there something wrong that i am doing here? you can email me also.thanks alot and really like your blog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julian Cain</title>
		<link>http://lipidity.com/apple/ilife-controls-hud-windows-and-more/#comment-21022</link>
		<dc:creator>Julian Cain</dc:creator>
		<pubDate>Thu, 16 Aug 2007 02:22:54 +0000</pubDate>
		<guid>http://lipidity.com/apple/ilife-controls-hud-windows-and-more/#comment-21022</guid>
		<description>&lt;p&gt;Has anyone done any work on fixing up the NFIWindow toolbar? It has a hard coded height, however there is commented code that produces a working toolbar background height for the proper toolbar except for the limitation that if you set the toolbar mode from normal to small or vice versa there are rendering artifacts left behind. If not I will post my fix if I ever find the proper private override/drawing method.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Has anyone done any work on fixing up the NFIWindow toolbar? It has a hard coded height, however there is commented code that produces a working toolbar background height for the proper toolbar except for the limitation that if you set the toolbar mode from normal to small or vice versa there are rendering artifacts left behind. If not I will post my fix if I ever find the proper private override/drawing method.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
