<?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: HUDWindow</title>
	<atom:link href="http://mattgemmell.com/2006/03/12/hudwindow/feed" rel="self" type="application/rss+xml" />
	<link>http://mattgemmell.com/2006/03/12/hudwindow</link>
	<description>Modesty is Lying</description>
	<lastBuildDate>Wed, 08 Sep 2010 12:59:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Frederik</title>
		<link>http://mattgemmell.com/2006/03/12/hudwindow/comment-page-1#comment-41133</link>
		<dc:creator>Frederik</dc:creator>
		<pubDate>Mon, 15 Jun 2009 12:55:33 +0000</pubDate>
		<guid isPermaLink="false">http://mattgemmell.com/2006/03/12/hudwindow#comment-41133</guid>
		<description>FYI: Just ran the Clang Static Analyzer on HUDWindow and it found a small leak: the NSMutableParagraphStyle allocated in line 176 of HUDWindow.m is never released.</description>
		<content:encoded><![CDATA[<p>FYI: Just ran the Clang Static Analyzer on HUDWindow and it found a small leak: the NSMutableParagraphStyle allocated in line 176 of HUDWindow.m is never released.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Drarok</title>
		<link>http://mattgemmell.com/2006/03/12/hudwindow/comment-page-1#comment-11107</link>
		<dc:creator>Drarok</dc:creator>
		<pubDate>Mon, 07 Aug 2006 20:36:43 +0000</pubDate>
		<guid isPermaLink="false">http://mattgemmell.com/2006/03/12/hudwindow#comment-11107</guid>
		<description>Now all we need is a whole suite of HUDControls. The Sliders, Buttons etc ;)

Great work though. Many thanks.</description>
		<content:encoded><![CDATA[<p>Now all we need is a whole suite of HUDControls. The Sliders, Buttons etc ;)</p>
<p>Great work though. Many thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://mattgemmell.com/2006/03/12/hudwindow/comment-page-1#comment-8429</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sun, 14 May 2006 17:41:49 +0000</pubDate>
		<guid isPermaLink="false">http://mattgemmell.com/2006/03/12/hudwindow#comment-8429</guid>
		<description>Source has been updated to address the issue Brian mentioned, by the way. Get it from the same link mentioned above.</description>
		<content:encoded><![CDATA[<p>Source has been updated to address the issue Brian mentioned, by the way. Get it from the same link mentioned above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Ellis</title>
		<link>http://mattgemmell.com/2006/03/12/hudwindow/comment-page-1#comment-8409</link>
		<dc:creator>Brian Ellis</dc:creator>
		<pubDate>Thu, 11 May 2006 18:17:23 +0000</pubDate>
		<guid isPermaLink="false">http://mattgemmell.com/2006/03/12/hudwindow#comment-8409</guid>
		<description>Lovely little style!  I do have one question though...  seems like the window only gets a close widget if you create it programmatically like you do in your controller class in the example.  If you create an NSPanel in Interface Builder and set its custom class to HUDWindow, it works exactly as it ought to except there&#039;s no close widget.  I&#039;m not sure what the difference is between what you&#039;re doing and what IB is doing to instantiate the window, but is there anything that can be done about this?  :)</description>
		<content:encoded><![CDATA[<p>Lovely little style!  I do have one question though&#8230;  seems like the window only gets a close widget if you create it programmatically like you do in your controller class in the example.  If you create an NSPanel in Interface Builder and set its custom class to HUDWindow, it works exactly as it ought to except there&#8217;s no close widget.  I&#8217;m not sure what the difference is between what you&#8217;re doing and what IB is doing to instantiate the window, but is there anything that can be done about this?  :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://mattgemmell.com/2006/03/12/hudwindow/comment-page-1#comment-7769</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Mon, 13 Mar 2006 16:41:58 +0000</pubDate>
		<guid isPermaLink="false">http://mattgemmell.com/2006/03/12/hudwindow#comment-7769</guid>
		<description>I&#039;ve updated the source now to remove the superfluous manual dragging code, and to just call -setMovableByWindowBackground:YES. I also had an unnecessary instance variable in there, which is now also gone.

Uli, regarding the &quot;gradient/glass effect&quot; you talk about, I got a friend to send me a screenshot of the Adjust palette in iPhoto &#039;06, and it looks just like the one in iPhoto &#039;05 (and thus like HUDWindow too). I guess you might mean something from Aperture instead. :)</description>
		<content:encoded><![CDATA[<p>I&#8217;ve updated the source now to remove the superfluous manual dragging code, and to just call -setMovableByWindowBackground:YES. I also had an unnecessary instance variable in there, which is now also gone.</p>
<p>Uli, regarding the &#8220;gradient/glass effect&#8221; you talk about, I got a friend to send me a screenshot of the Adjust palette in iPhoto &#8217;06, and it looks just like the one in iPhoto &#8217;05 (and thus like HUDWindow too). I guess you might mean something from Aperture instead. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://mattgemmell.com/2006/03/12/hudwindow/comment-page-1#comment-7768</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Mon, 13 Mar 2006 08:34:56 +0000</pubDate>
		<guid isPermaLink="false">http://mattgemmell.com/2006/03/12/hudwindow#comment-7768</guid>
		<description>Uli, I&#039;ve not seen iPhoto &#039;06 in detail yet, and the window is flat in &#039;05. I&#039;ll take a look for screenshots online sometime.</description>
		<content:encoded><![CDATA[<p>Uli, I&#8217;ve not seen iPhoto &#8217;06 in detail yet, and the window is flat in &#8217;05. I&#8217;ll take a look for screenshots online sometime.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://mattgemmell.com/2006/03/12/hudwindow/comment-page-1#comment-7767</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Mon, 13 Mar 2006 08:32:48 +0000</pubDate>
		<guid isPermaLink="false">http://mattgemmell.com/2006/03/12/hudwindow#comment-7767</guid>
		<description>Gus: Ah true. That was in there to limit dragging to the titlebar area, until I realised that iPhoto&#039;s one allows you to drag it from anywhere. Good to know that the standard method works for borderless windows too.</description>
		<content:encoded><![CDATA[<p>Gus: Ah true. That was in there to limit dragging to the titlebar area, until I realised that iPhoto&#8217;s one allows you to drag it from anywhere. Good to know that the standard method works for borderless windows too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Uli Kusterer</title>
		<link>http://mattgemmell.com/2006/03/12/hudwindow/comment-page-1#comment-7765</link>
		<dc:creator>Uli Kusterer</dc:creator>
		<pubDate>Mon, 13 Mar 2006 02:29:37 +0000</pubDate>
		<guid isPermaLink="false">http://mattgemmell.com/2006/03/12/hudwindow#comment-7765</guid>
		<description>Are you planning to add the cool bevel/gradient/glass effect that this Window has in iPhoto? It&#039;s a nice start, but it still looks rather flat. Also, I guess eventually there&#039;d need to be all the custom controls to go with this window as well...</description>
		<content:encoded><![CDATA[<p>Are you planning to add the cool bevel/gradient/glass effect that this Window has in iPhoto? It&#8217;s a nice start, but it still looks rather flat. Also, I guess eventually there&#8217;d need to be all the custom controls to go with this window as well&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gus Mueller</title>
		<link>http://mattgemmell.com/2006/03/12/hudwindow/comment-page-1#comment-7764</link>
		<dc:creator>Gus Mueller</dc:creator>
		<pubDate>Mon, 13 Mar 2006 01:18:25 +0000</pubDate>
		<guid isPermaLink="false">http://mattgemmell.com/2006/03/12/hudwindow#comment-7764</guid>
		<description>I took a quick look at the source- I guess you wern&#039;t aware of NSWindow&#039;s setMovableByWindowBackground:(BOOL) :)

You can strip out the mouseDown and mouseDragged stuff with that.

-gus</description>
		<content:encoded><![CDATA[<p>I took a quick look at the source- I guess you wern&#8217;t aware of NSWindow&#8217;s setMovableByWindowBackground:(BOOL) :)</p>
<p>You can strip out the mouseDown and mouseDragged stuff with that.</p>
<p>-gus</p>
]]></content:encoded>
	</item>
</channel>
</rss>
