<?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: The MondoTextField, a Formal Introduction</title>
	<atom:link href="http://sunflower.coleharbour.ca/cocoamondo/2008/12/the-mondotextfield-a-formal-introduction/feed/" rel="self" type="application/rss+xml" />
	<link>http://sunflower.coleharbour.ca/cocoamondo/2008/12/the-mondotextfield-a-formal-introduction/</link>
	<description>Macintosh kodeing</description>
	<lastBuildDate>Sat, 18 Apr 2009 12:23:54 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Cocoa Mondo - Koo ka kachoo &#187; Blog Archive &#187; SunFlower 0.11 Released</title>
		<link>http://sunflower.coleharbour.ca/cocoamondo/2008/12/the-mondotextfield-a-formal-introduction/comment-page-1/#comment-17</link>
		<dc:creator>Cocoa Mondo - Koo ka kachoo &#187; Blog Archive &#187; SunFlower 0.11 Released</dc:creator>
		<pubDate>Sat, 18 Apr 2009 12:23:54 +0000</pubDate>
		<guid isPermaLink="false">http://sunflower.coleharbour.ca/cocoamondo/?p=141#comment-17</guid>
		<description>[...] Clicking the blue button summons a window where you can see the full text. You can edit the text in this other window. If you are interested in the design process for this interface you can read more about it here. [...]</description>
		<content:encoded><![CDATA[<p>[...] Clicking the blue button summons a window where you can see the full text. You can edit the text in this other window. If you are interested in the design process for this interface you can read more about it here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The MondoTextField, a Formal Introduction &#124; BIG PLUG.COM</title>
		<link>http://sunflower.coleharbour.ca/cocoamondo/2008/12/the-mondotextfield-a-formal-introduction/comment-page-1/#comment-14</link>
		<dc:creator>The MondoTextField, a Formal Introduction &#124; BIG PLUG.COM</dc:creator>
		<pubDate>Sun, 25 Jan 2009 16:45:53 +0000</pubDate>
		<guid isPermaLink="false">http://sunflower.coleharbour.ca/cocoamondo/?p=141#comment-14</guid>
		<description>[...] Cocoa Mondo: “One of the the UI quirks I noticed when developing SunFlower is that when trying to present an URL in an inspector panel it is most likely going to be truncated&#8230; This makes editing a long url in an inspector panel a nuisance.” [...]</description>
		<content:encoded><![CDATA[<p>[...] Cocoa Mondo: “One of the the UI quirks I noticed when developing SunFlower is that when trying to present an URL in an inspector panel it is most likely going to be truncated&#8230; This makes editing a long url in an inspector panel a nuisance.” [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthieu Cormier</title>
		<link>http://sunflower.coleharbour.ca/cocoamondo/2008/12/the-mondotextfield-a-formal-introduction/comment-page-1/#comment-9</link>
		<dc:creator>Matthieu Cormier</dc:creator>
		<pubDate>Mon, 05 Jan 2009 14:44:28 +0000</pubDate>
		<guid isPermaLink="false">http://sunflower.coleharbour.ca/cocoamondo/?p=141#comment-9</guid>
		<description>Thanks for the info Rob.  I will definitely revise MondoTextField in the future so that it does not use a private API call.  Paul Kim dropped me a line and let me know of a technique on of how to do this that he posted a while ago.

http://www.noodlesoft.com/blog/2007/06/30/animation-in-the-time-of-tiger-part-1/

So if you want to use MondoTextField but don&#039;t like using a private call then you can take his example and merge it with the MondoTextField.</description>
		<content:encoded><![CDATA[<p>Thanks for the info Rob.  I will definitely revise MondoTextField in the future so that it does not use a private API call.  Paul Kim dropped me a line and let me know of a technique on of how to do this that he posted a while ago.</p>
<p><a href="http://www.noodlesoft.com/blog/2007/06/30/animation-in-the-time-of-tiger-part-1/" rel="nofollow">http://www.noodlesoft.com/blog/2007/06/30/animation-in-the-time-of-tiger-part-1/</a></p>
<p>So if you want to use MondoTextField but don&#8217;t like using a private call then you can take his example and merge it with the MondoTextField.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Keniger</title>
		<link>http://sunflower.coleharbour.ca/cocoamondo/2008/12/the-mondotextfield-a-formal-introduction/comment-page-1/#comment-8</link>
		<dc:creator>Rob Keniger</dc:creator>
		<pubDate>Sun, 04 Jan 2009 03:05:37 +0000</pubDate>
		<guid isPermaLink="false">http://sunflower.coleharbour.ca/cocoamondo/?p=141#comment-8</guid>
		<description>You don&#039;t need to use private APIs to do the window animation. The way I do this is to cache the content view of the window to an image. I then replace the content view of the window with an NSImageView with the cached image as its content. You can then just do an NSViewAnimation with the window to scale it from the small size to the large size and replace the content view when it hits full size.</description>
		<content:encoded><![CDATA[<p>You don&#8217;t need to use private APIs to do the window animation. The way I do this is to cache the content view of the window to an image. I then replace the content view of the window with an NSImageView with the cached image as its content. You can then just do an NSViewAnimation with the window to scale it from the small size to the large size and replace the content view when it hits full size.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mac Developer Network &#187; Blog Archive &#187; MondoTextField</title>
		<link>http://sunflower.coleharbour.ca/cocoamondo/2008/12/the-mondotextfield-a-formal-introduction/comment-page-1/#comment-7</link>
		<dc:creator>Mac Developer Network &#187; Blog Archive &#187; MondoTextField</dc:creator>
		<pubDate>Mon, 22 Dec 2008 10:34:05 +0000</pubDate>
		<guid isPermaLink="false">http://sunflower.coleharbour.ca/cocoamondo/?p=141#comment-7</guid>
		<description>[...] View Details [...]</description>
		<content:encoded><![CDATA[<p>[...] View Details [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
