<?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: NSPredicateEditor tutorial</title>
	<atom:link href="http://nvie.com/archives/197/feed" rel="self" type="application/rss+xml" />
	<link>http://nvie.com/archives/197</link>
	<description>Anything that interests me.</description>
	<lastBuildDate>Fri, 16 Jul 2010 06:16:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: A</title>
		<link>http://nvie.com/archives/197/comment-page-1#comment-1890</link>
		<dc:creator>A</dc:creator>
		<pubDate>Thu, 15 Jul 2010 22:28:44 +0000</pubDate>
		<guid isPermaLink="false">http://nvie.com/?p=197#comment-1890</guid>
		<description>Good clear article. It was difficult to figure out this IB library given its extensive functionality. Thanks. 
How to hook it into the Core Data filter predicate?</description>
		<content:encoded><![CDATA[<p>Good clear article. It was difficult to figure out this IB library given its extensive functionality. Thanks.<br />
How to hook it into the Core Data filter predicate?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hank</title>
		<link>http://nvie.com/archives/197/comment-page-1#comment-818</link>
		<dc:creator>Hank</dc:creator>
		<pubDate>Wed, 14 Apr 2010 13:45:31 +0000</pubDate>
		<guid isPermaLink="false">http://nvie.com/?p=197#comment-818</guid>
		<description>Update: I found a way to change the width of text fields. You get the row templates from the predicate editor. Then for each row template you can get the &quot;templateViews&quot;. Check the class of each templateView and if it is an NSTextField then you&#039;ve got one. At that point you just modify the frame of the text field how you like and in my case I just modified the frame.size.width property.

When I did this in the PredicateEditorTest project from this website I also had to adjust the project. It seemed that since the predicate was being set in the init method of AppDelegate that my changes to the text fields weren&#039;t happening until after the predicate editor was already created. As such I have to move the creation of the initial predicate into applicationDidFinishLaunching of AppDelegate.</description>
		<content:encoded><![CDATA[<p>Update: I found a way to change the width of text fields. You get the row templates from the predicate editor. Then for each row template you can get the &#8220;templateViews&#8221;. Check the class of each templateView and if it is an NSTextField then you&#8217;ve got one. At that point you just modify the frame of the text field how you like and in my case I just modified the frame.size.width property.</p>
<p>When I did this in the PredicateEditorTest project from this website I also had to adjust the project. It seemed that since the predicate was being set in the init method of AppDelegate that my changes to the text fields weren&#8217;t happening until after the predicate editor was already created. As such I have to move the creation of the initial predicate into applicationDidFinishLaunching of AppDelegate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hank</title>
		<link>http://nvie.com/archives/197/comment-page-1#comment-816</link>
		<dc:creator>Hank</dc:creator>
		<pubDate>Wed, 14 Apr 2010 09:13:18 +0000</pubDate>
		<guid isPermaLink="false">http://nvie.com/?p=197#comment-816</guid>
		<description>Thanks for this and good tip about using the  key... I never knew that. Question: has anyone found a way to alter the width of the text fields in the predicate editor? They&#039;re very narrow and I see no way to change it. They don&#039;t resize as the window is resized even though the NSPredicateEditor is set to resize in IB.</description>
		<content:encoded><![CDATA[<p>Thanks for this and good tip about using the  key&#8230; I never knew that. Question: has anyone found a way to alter the width of the text fields in the predicate editor? They&#8217;re very narrow and I see no way to change it. They don&#8217;t resize as the window is resized even though the NSPredicateEditor is set to resize in IB.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vincent Driessen</title>
		<link>http://nvie.com/archives/197/comment-page-1#comment-49</link>
		<dc:creator>Vincent Driessen</dc:creator>
		<pubDate>Mon, 19 Oct 2009 21:39:35 +0000</pubDate>
		<guid isPermaLink="false">http://nvie.com/?p=197#comment-49</guid>
		<description>@Jacob: indeed, that one is pretty tricky. Try holding down the Alt key when you press the &quot;+&quot; button. It changes into a &quot;...&quot; button, which allows exactly that.</description>
		<content:encoded><![CDATA[<p>@Jacob: indeed, that one is pretty tricky. Try holding down the Alt key when you press the &#8220;+&#8221; button. It changes into a &#8220;&#8230;&#8221; button, which allows exactly that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob</title>
		<link>http://nvie.com/archives/197/comment-page-1#comment-44</link>
		<dc:creator>Jacob</dc:creator>
		<pubDate>Wed, 14 Oct 2009 08:21:28 +0000</pubDate>
		<guid isPermaLink="false">http://nvie.com/?p=197#comment-44</guid>
		<description>Nice.  I have one question, though.   It seems impossible to create your default predicate using the interface. i.e. starting from scratch in the editor, since the compound template (Any, All) menu is unavailable.  The plus sign does not admit adding Any or All, if I&#039;m not mistaken.

Is there a way around this?  I often need nested compounded predicates, like the default you create in code.</description>
		<content:encoded><![CDATA[<p>Nice.  I have one question, though.   It seems impossible to create your default predicate using the interface. i.e. starting from scratch in the editor, since the compound template (Any, All) menu is unavailable.  The plus sign does not admit adding Any or All, if I&#8217;m not mistaken.</p>
<p>Is there a way around this?  I often need nested compounded predicates, like the default you create in code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony Brown</title>
		<link>http://nvie.com/archives/197/comment-page-1#comment-30</link>
		<dc:creator>Tony Brown</dc:creator>
		<pubDate>Thu, 24 Sep 2009 15:09:18 +0000</pubDate>
		<guid isPermaLink="false">http://nvie.com/?p=197#comment-30</guid>
		<description>I don&#039;t know If I said it already but ...Excellent site, keep up the good work.  I read a lot of blogs on a daily basis and for the most part, people lack substance but, I just wanted to make a quick comment to say I&#039;m glad I found your blog.  Thanks, :) 

A definite great read..Tony Brown</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know If I said it already but &#8230;Excellent site, keep up the good work.  I read a lot of blogs on a daily basis and for the most part, people lack substance but, I just wanted to make a quick comment to say I&#8217;m glad I found your blog.  Thanks, :) </p>
<p>A definite great read..Tony Brown</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: geeks</title>
		<link>http://nvie.com/archives/197/comment-page-1#comment-13</link>
		<dc:creator>geeks</dc:creator>
		<pubDate>Mon, 17 Aug 2009 10:42:41 +0000</pubDate>
		<guid isPermaLink="false">http://nvie.com/?p=197#comment-13</guid>
		<description>It is tuely and amazing tool makes your code cleaner and makes programming more fun than befor.
I&#039;ve been using it for a while now and I like it and it workes like a charm

thanks for introfucing such a powerful tool to us</description>
		<content:encoded><![CDATA[<p>It is tuely and amazing tool makes your code cleaner and makes programming more fun than befor.<br />
I&#8217;ve been using it for a while now and I like it and it workes like a charm</p>
<p>thanks for introfucing such a powerful tool to us</p>
]]></content:encoded>
	</item>
</channel>
</rss>
