<?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: New Dialog System for Commands</title>
	<atom:link href="http://blog.macromates.com/2006/new-dialog-system-for-commands/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.macromates.com/2006/new-dialog-system-for-commands/</link>
	<description>TextMate and OS X</description>
	<lastBuildDate>Wed, 03 Feb 2010 16:53:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Fernando</title>
		<link>http://blog.macromates.com/2006/new-dialog-system-for-commands/#comment-3812</link>
		<dc:creator>Fernando</dc:creator>
		<pubDate>Mon, 08 Jun 2009 04:13:04 +0000</pubDate>
		<guid isPermaLink="false">http://macromates.com/blog/archives/2006/10/28/new-dialog-system-for-commands/#comment-3812</guid>
		<description>&lt;p&gt;This is not working for me.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>This is not working for me.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: matthew</title>
		<link>http://blog.macromates.com/2006/new-dialog-system-for-commands/#comment-3700</link>
		<dc:creator>matthew</dc:creator>
		<pubDate>Fri, 10 Apr 2009 22:41:21 +0000</pubDate>
		<guid isPermaLink="false">http://macromates.com/blog/archives/2006/10/28/new-dialog-system-for-commands/#comment-3700</guid>
		<description>&lt;p&gt;Thanks for the response Allan, i am combing through the examples and trying to make sense of them.&lt;/p&gt;

&lt;p&gt;Trying to find a modern example of exactly what you showed in the first half of the screencast. Using Interface builder to get some input from the user.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for the response Allan, i am combing through the examples and trying to make sense of them.</p>

<p>Trying to find a modern example of exactly what you showed in the first half of the screencast. Using Interface builder to get some input from the user.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Allan Odgaard</title>
		<link>http://blog.macromates.com/2006/new-dialog-system-for-commands/#comment-3697</link>
		<dc:creator>Allan Odgaard</dc:creator>
		<pubDate>Thu, 09 Apr 2009 06:17:54 +0000</pubDate>
		<guid isPermaLink="false">http://macromates.com/blog/archives/2006/10/28/new-dialog-system-for-commands/#comment-3697</guid>
		<description>&lt;p&gt;matthew: If you have a svn checkout:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;cd /Library/Application\ Support/TextMate/Bundles
find . -name .svn -prune -or -name \*.tmCommand -exec grep -sq DIALOG {} \; -print
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;There should be at least a dozen default bundles which use &lt;code&gt;$DIALOG&lt;/code&gt;. None of them are using v2 (yet), but v1 is not going anywhere.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>matthew: If you have a svn checkout:</p>

<pre><code>cd /Library/Application\ Support/TextMate/Bundles
find . -name .svn -prune -or -name \*.tmCommand -exec grep -sq DIALOG {} \; -print
</code></pre>

<p>There should be at least a dozen default bundles which use <code>$DIALOG</code>. None of them are using v2 (yet), but v1 is not going anywhere.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: matthew</title>
		<link>http://blog.macromates.com/2006/new-dialog-system-for-commands/#comment-3696</link>
		<dc:creator>matthew</dc:creator>
		<pubDate>Thu, 09 Apr 2009 03:45:45 +0000</pubDate>
		<guid isPermaLink="false">http://macromates.com/blog/archives/2006/10/28/new-dialog-system-for-commands/#comment-3696</guid>
		<description>&lt;p&gt;Any chance there is an updated example available that shows how to do this (using &quot;$DIALOG&quot; now), within a shell script or terminal?&lt;/p&gt;

&lt;p&gt;Just a basic example of setting default values and getting user input from UI files built with Interface Builder would be really helpful. There is very little documentation available now that everything has been updated.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Any chance there is an updated example available that shows how to do this (using &#034;$DIALOG&#034; now), within a shell script or terminal?</p>

<p>Just a basic example of setting default values and getting user input from UI files built with Interface Builder would be really helpful. There is very little documentation available now that everything has been updated.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan</title>
		<link>http://blog.macromates.com/2006/new-dialog-system-for-commands/#comment-1929</link>
		<dc:creator>Stefan</dc:creator>
		<pubDate>Fri, 10 Nov 2006 09:00:45 +0000</pubDate>
		<guid isPermaLink="false">http://macromates.com/blog/archives/2006/10/28/new-dialog-system-for-commands/#comment-1929</guid>
		<description>&lt;p&gt;Allan: Thank you for your hint. &lt;/p&gt;

&lt;p&gt;It took some time to figure out that the method has to be named &quot;performButtonClick&quot; in order to close the dialog window.
I think the following post might be helpful:
http://www.mail-archive.com/textmate-dev@lists.macromates.com/msg00840.html&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Allan: Thank you for your hint. </p>

<p>It took some time to figure out that the method has to be named &#034;performButtonClick&#034; in order to close the dialog window.
I think the following post might be helpful:
<a href="http://www.mail-archive.com/textmate-dev@lists.macromates.com/msg00840.html" rel="nofollow">http://www.mail-archive.com/textmate-dev@lists.macromates.com/msg00840.html</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: Allan Odgaard</title>
		<link>http://blog.macromates.com/2006/new-dialog-system-for-commands/#comment-1809</link>
		<dc:creator>Allan Odgaard</dc:creator>
		<pubDate>Mon, 06 Nov 2006 00:33:59 +0000</pubDate>
		<guid isPermaLink="false">http://macromates.com/blog/archives/2006/10/28/new-dialog-system-for-commands/#comment-1809</guid>
		<description>&lt;p&gt;Stefan: &lt;a href=&quot;http://lists.macromates.com/pipermail/textmate/2006-October/014364.html&quot; rel=&quot;nofollow&quot;&gt;This letter&lt;/a&gt; mentions how to hook up buttons.&lt;/p&gt;

&lt;p&gt;There isn’t much specific to say about &lt;code&gt;tm_dialog&lt;/code&gt; since most is related to how Interface Builder and bindings work.&lt;/p&gt;

&lt;p&gt;But I will do new screencasts with some common tasks when time permits. I probably will also write up a page or two with technical details, again, when time permits.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Stefan: <a href="http://lists.macromates.com/pipermail/textmate/2006-October/014364.html" rel="nofollow">This letter</a> mentions how to hook up buttons.</p>

<p>There isn’t much specific to say about <code>tm_dialog</code> since most is related to how Interface Builder and bindings work.</p>

<p>But I will do new screencasts with some common tasks when time permits. I probably will also write up a page or two with technical details, again, when time permits.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan</title>
		<link>http://blog.macromates.com/2006/new-dialog-system-for-commands/#comment-1807</link>
		<dc:creator>Stefan</dc:creator>
		<pubDate>Sat, 04 Nov 2006 14:14:54 +0000</pubDate>
		<guid isPermaLink="false">http://macromates.com/blog/archives/2006/10/28/new-dialog-system-for-commands/#comment-1807</guid>
		<description>&lt;p&gt;Great Tool!!
When can we expect more information on the usage of tm_dialog? Is there some kind of documentation available? Thanks!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Great Tool!!
When can we expect more information on the usage of tm_dialog? Is there some kind of documentation available? Thanks!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastian Gräßl</title>
		<link>http://blog.macromates.com/2006/new-dialog-system-for-commands/#comment-1768</link>
		<dc:creator>Sebastian Gräßl</dc:creator>
		<pubDate>Wed, 01 Nov 2006 19:08:15 +0000</pubDate>
		<guid isPermaLink="false">http://macromates.com/blog/archives/2006/10/28/new-dialog-system-for-commands/#comment-1768</guid>
		<description>&lt;p&gt;Wow! i thought CocoaDialog is a powerfull way for doing simple dialogs in Bundles but this is just WOW. i think i&#039;ll have to remake the Get Bundle&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Wow! i thought CocoaDialog is a powerfull way for doing simple dialogs in Bundles but this is just WOW. i think i&#039;ll have to remake the Get Bundle</p>]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://blog.macromates.com/2006/new-dialog-system-for-commands/#comment-1743</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 01 Nov 2006 09:25:14 +0000</pubDate>
		<guid isPermaLink="false">http://macromates.com/blog/archives/2006/10/28/new-dialog-system-for-commands/#comment-1743</guid>
		<description>&lt;p&gt;Alex. The idea is to use scripts to set up a dialog interface and receive a return value. The nibs load into TextMate which makes the dialogs part of TextMate. As I wrote above, I just wrote some scripts, xsl and created a nib so that I can choose the ant target I wish to run from a standard cocoa dropdown. This integrates ant into TextMate even further while still keeping the flexibility of TextMate.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Alex. The idea is to use scripts to set up a dialog interface and receive a return value. The nibs load into TextMate which makes the dialogs part of TextMate. As I wrote above, I just wrote some scripts, xsl and created a nib so that I can choose the ant target I wish to run from a standard cocoa dropdown. This integrates ant into TextMate even further while still keeping the flexibility of TextMate.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://blog.macromates.com/2006/new-dialog-system-for-commands/#comment-1737</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 01 Nov 2006 04:07:20 +0000</pubDate>
		<guid isPermaLink="false">http://macromates.com/blog/archives/2006/10/28/new-dialog-system-for-commands/#comment-1737</guid>
		<description>&lt;p&gt;I might be missing the point, but is the idea to create custom dialogs to use only within TextMate? Or to be able to roll out scripts that present nib based dialogs on their own (without TextMate present)?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I might be missing the point, but is the idea to create custom dialogs to use only within TextMate? Or to be able to roll out scripts that present nib based dialogs on their own (without TextMate present)?</p>]]></content:encoded>
	</item>
</channel>
</rss>
