<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>Cappuccino &amp; Objective-J Development List Google Group</title>
  <link>http://groups.google.com/group/objectivej-dev</link>
  <description>Mailing list for anyone interested in development of the Objective-J language and Cappuccino frameworks. Discussion of proposed features, architectures, code reviews, etc. </description>
  <language>en</language>
  <item>
  <title>Proposed fix for issue #318</title>
  <link>http://groups.google.com/group/objectivej-dev/browse_thread/thread/ddab74370df3eede/4d94bf4f6680bb76?show_docid=4d94bf4f6680bb76</link>
  <description>
  As far as I can tell, array.join on array of length n creates n-1 join &lt;br&gt; characters. Simple fix here - &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://github.com/saikat/cappuccino/commit/f4e09fad2baafc84ed9b0ce67960b1ab76ad35d8&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/objectivej-dev/browse_thread/thread/ddab74370df3eede/4d94bf4f6680bb76?show_docid=4d94bf4f6680bb76</guid>
  <author>
  saik...@gmail.com
  (Saikat Chakrabarti)
  </author>
  <pubDate>Mon, 02 Nov 2009 08:28:00 UT
</pubDate>
  </item>
  <item>
  <title>Re: Proposed fix for issue #317 (Action firing twice on CPTextField in Firefox)</title>
  <link>http://groups.google.com/group/objectivej-dev/browse_thread/thread/f06425462086ed3a/160dc684d638ba39?show_docid=160dc684d638ba39</link>
  <description>
  I don&#39;t have access to internet explorer unfortunately =/. Can &lt;br&gt; someone try it out for me? I&#39;m going to try to get a copy of WinXP &lt;br&gt; sometime this week.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/objectivej-dev/browse_thread/thread/f06425462086ed3a/160dc684d638ba39?show_docid=160dc684d638ba39</guid>
  <author>
  saik...@gmail.com
  (Saikat Chakrabarti)
  </author>
  <pubDate>Sun, 01 Nov 2009 20:35:37 UT
</pubDate>
  </item>
  <item>
  <title>Re: Proposed fix for issue #317 (Action firing twice on CPTextField in Firefox)</title>
  <link>http://groups.google.com/group/objectivej-dev/browse_thread/thread/f06425462086ed3a/2b4b12a1dca87d7c?show_docid=2b4b12a1dca87d7c</link>
  <description>
  Did you run this in Internet explorer?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/objectivej-dev/browse_thread/thread/f06425462086ed3a/2b4b12a1dca87d7c?show_docid=2b4b12a1dca87d7c</guid>
  <author>
  rbouc...@gmail.com
  (Ross Boucher)
  </author>
  <pubDate>Sun, 01 Nov 2009 19:57:03 UT
</pubDate>
  </item>
  <item>
  <title>Proposed fix for issue #317 (Action firing twice on CPTextField in Firefox)</title>
  <link>http://groups.google.com/group/objectivej-dev/browse_thread/thread/f06425462086ed3a/0987d8d93f99cf53?show_docid=0987d8d93f99cf53</link>
  <description>
  The problem here was that Firefox counts a return as a keyPress, while &lt;br&gt; safari does not, so calling keyPress in keyDown when return was being &lt;br&gt; hit was causing the keypress for return to happen twice in firefox. &lt;br&gt; So I added a check to make sure keyPress wasn&#39;t already called. &lt;br&gt; I also changed keyUp to only be called explicitly from the keyPress
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/objectivej-dev/browse_thread/thread/f06425462086ed3a/0987d8d93f99cf53?show_docid=0987d8d93f99cf53</guid>
  <author>
  saik...@gmail.com
  (Saikat Chakrabarti)
  </author>
  <pubDate>Sun, 01 Nov 2009 01:32:44 UT
</pubDate>
  </item>
  <item>
  <title>Re: CPTextField Changes</title>
  <link>http://groups.google.com/group/objectivej-dev/browse_thread/thread/4dc9583d9b5afc88/55ae6f239ea3d447?show_docid=55ae6f239ea3d447</link>
  <description>
  Thanks for this! Definitely makes CPTextField a bit easier to work &lt;br&gt; with. One question though: &lt;br&gt; &lt;p&gt;In what cases does it send didEndEditing? It seems like right now, it &lt;br&gt; doesn&#39;t hit textDidEndEditing unless the text field value is first &lt;br&gt; edited, and in the code, I see, in CPTextFieldKeyPressFunction:
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/objectivej-dev/browse_thread/thread/4dc9583d9b5afc88/55ae6f239ea3d447?show_docid=55ae6f239ea3d447</guid>
  <author>
  saik...@gmail.com
  (Saikat Chakrabarti)
  </author>
  <pubDate>Thu, 29 Oct 2009 22:44:03 UT
</pubDate>
  </item>
  <item>
  <title>CPTextField Changes</title>
  <link>http://groups.google.com/group/objectivej-dev/browse_thread/thread/4dc9583d9b5afc88/4e9b05deadbe0150?show_docid=4e9b05deadbe0150</link>
  <description>
  In an attempt to make it work more like NSTextField, I&#39;ve gone ahead &lt;br&gt; and changed several things about CPTextField. &lt;br&gt; First, didbegin and didend editing are now related to whether or not &lt;br&gt; the text content has actually changed. If you don&#39;t type anything, you &lt;br&gt; won&#39;t get a didBeginEditing (though you may still get a didEndEditing
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/objectivej-dev/browse_thread/thread/4dc9583d9b5afc88/4e9b05deadbe0150?show_docid=4e9b05deadbe0150</guid>
  <author>
  rbouc...@gmail.com
  (Ross Boucher)
  </author>
  <pubDate>Thu, 29 Oct 2009 03:24:17 UT
</pubDate>
  </item>
  <item>
  <title>Added Support for .cib Managed View Controllers</title>
  <link>http://groups.google.com/group/objectivej-dev/browse_thread/thread/85f8778b05bfd5be/2694536a8e25f73e?show_docid=2694536a8e25f73e</link>
  <description>
  I&#39;ve added to nib2cib and CPViewController support for view &lt;br&gt; controllers that are managed by your nibs/cibs as well as supporting &lt;br&gt; some additional keys for NSViewController archiving. &lt;br&gt; &lt;p&gt;To use it, add a new NSViewController instance to your nib file, set &lt;br&gt; the class name to your subclass of CPViewController and set the &amp;quot;Nib
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/objectivej-dev/browse_thread/thread/85f8778b05bfd5be/2694536a8e25f73e?show_docid=2694536a8e25f73e</guid>
  <author>
  jus...@mecham.net
  (Justin Mecham)
  </author>
  <pubDate>Wed, 28 Oct 2009 02:12:31 UT
</pubDate>
  </item>
  <item>
  <title>Redisplay of modal causes modal to not respond to input</title>
  <link>http://groups.google.com/group/objectivej-dev/browse_thread/thread/62e8aeffc57a7728/1379a7275065fb23?show_docid=1379a7275065fb23</link>
  <description>
  I am creating a Login Modal Dialog. I used the CPAlert as a &lt;br&gt; template. I need to check the username and password and if it is not &lt;br&gt; correct I need to redisplay the Login modal with a message stating &lt;br&gt; that the username and/or password is incorrect. &lt;br&gt; &lt;p&gt;When I redisplay the modal it appears with the message but it no
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/objectivej-dev/browse_thread/thread/62e8aeffc57a7728/1379a7275065fb23?show_docid=1379a7275065fb23</guid>
  <author>
  lewi...@gmail.com
  (scott)
  </author>
  <pubDate>Sat, 24 Oct 2009 20:46:02 UT
</pubDate>
  </item>
  <item>
  <title>CPMenu broken again and proposed fix</title>
  <link>http://groups.google.com/group/objectivej-dev/browse_thread/thread/9f9a8764e4bade31/0525fdde4a09b9a3?show_docid=0525fdde4a09b9a3</link>
  <description>
  I think Francisco&#39;s latest commit &lt;br&gt; (&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://github.com/280north/cappuccino/commit/0561f69c860ce820035a89220695d9ae81081530&quot;&gt;[link]&lt;/a&gt;) &lt;br&gt; broke autosizing of the menu. It&#39;s just a simple typo - to fix, the &lt;br&gt; setFrame method of CPMenu should read: &lt;br&gt; if (!_CGSizeEqualToSize(size, aRect.size)) &lt;br&gt; [self tile]; &lt;br&gt; instead of
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/objectivej-dev/browse_thread/thread/9f9a8764e4bade31/0525fdde4a09b9a3?show_docid=0525fdde4a09b9a3</guid>
  <author>
  saik...@gmail.com
  (Saikat Chakrabarti)
  </author>
  <pubDate>Fri, 23 Oct 2009 22:48:30 UT
</pubDate>
  </item>
  <item>
  <title>Re: Issues: Framework Additions</title>
  <link>http://groups.google.com/group/objectivej-dev/browse_thread/thread/f397dbece0a9ab15/7d52e2ed4fd8a46f?show_docid=7d52e2ed4fd8a46f</link>
  <description>
  Great work collecting all of these, Stephen! &lt;br&gt; &lt;p&gt;- Johannes
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/objectivej-dev/browse_thread/thread/f397dbece0a9ab15/7d52e2ed4fd8a46f?show_docid=7d52e2ed4fd8a46f</guid>
  <author>
  jfahrenk...@gmail.com
  (Johannes Fahrenkrug)
  </author>
  <pubDate>Thu, 22 Oct 2009 10:24:34 UT
</pubDate>
  </item>
  <item>
  <title>Pull request for fix #274</title>
  <link>http://groups.google.com/group/objectivej-dev/browse_thread/thread/5c34d20d9916ec4d/a386d152408950ea?show_docid=a386d152408950ea</link>
  <description>
  Issue - &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://github.com/280north/cappuccino/issues/#issue/274&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Patch - &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://github.com/jtietema/cappuccino/commit/85197636d325e21d968f4317b8455fa01a73d86d&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; cheers &lt;br&gt; Jeroen
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/objectivej-dev/browse_thread/thread/5c34d20d9916ec4d/a386d152408950ea?show_docid=a386d152408950ea</guid>
  <author>
  jer...@voidwalkers.nl
  (Jeroen Tietema | Voidwalkers)
  </author>
  <pubDate>Mon, 19 Oct 2009 11:59:09 UT
</pubDate>
  </item>
  <item>
  <title>Patch request: CPException test</title>
  <link>http://groups.google.com/group/objectivej-dev/browse_thread/thread/224d976832c00578/5bd86a6c0a489c7e?show_docid=5bd86a6c0a489c7e</link>
  <description>
  Commit: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://github.com/sethtrain/cappuccino/commit/f8c75ca11146037485c1f639a25239a17f6eaf5e&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/objectivej-dev/browse_thread/thread/224d976832c00578/5bd86a6c0a489c7e?show_docid=5bd86a6c0a489c7e</guid>
  <author>
  sethtr...@gmail.com
  (Seth Buntin)
  </author>
  <pubDate>Mon, 19 Oct 2009 00:12:28 UT
</pubDate>
  </item>
  <item>
  <title>Patch request for Issue 296 (broken autoscroll)</title>
  <link>http://groups.google.com/group/objectivej-dev/browse_thread/thread/c01c1a70ced3ad7a/f87777f6b9b2405b?show_docid=f87777f6b9b2405b</link>
  <description>
  Original issue here - &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://github.com/280north/cappuccino/issues#issue/296&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Proposed fix here - &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://github.com/saikat/cappuccino/commit/e121c39da1f0ac4832d8c6ddb362f733e74e6c01&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; This only fixes autoscroll when native drag and drop is disabled, but &lt;br&gt; it at least gets functionality back to what it was before native drag
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/objectivej-dev/browse_thread/thread/c01c1a70ced3ad7a/f87777f6b9b2405b?show_docid=f87777f6b9b2405b</guid>
  <author>
  saik...@gmail.com
  (Saikat Chakrabarti)
  </author>
  <pubDate>Sun, 18 Oct 2009 23:25:11 UT
</pubDate>
  </item>
  <item>
  <title>Patch request for fix to issue 295</title>
  <link>http://groups.google.com/group/objectivej-dev/browse_thread/thread/fb50ba100be58731/9c892d74c11f0f67?show_docid=9c892d74c11f0f67</link>
  <description>
  Original issue here - &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://github.com/280north/cappuccino/issues/#issue/295&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Proposed fix here - &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://github.com/saikat/cappuccino/commit/d67907d2f0355449286b5f7e65f6336b719dd326&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Sample code to verify fix and that setting the text field value in &lt;br&gt; controlTextDidBeginEditing still works - &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://gist.github.com/212504&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/objectivej-dev/browse_thread/thread/fb50ba100be58731/9c892d74c11f0f67?show_docid=9c892d74c11f0f67</guid>
  <author>
  saik...@gmail.com
  (Saikat Chakrabarti)
  </author>
  <pubDate>Sun, 18 Oct 2009 00:53:28 UT
</pubDate>
  </item>
  <item>
  <title>Pull request for fix to issue #270</title>
  <link>http://groups.google.com/group/objectivej-dev/browse_thread/thread/526ce7d3f090fd7c/c6d1d822721cbb89?show_docid=c6d1d822721cbb89</link>
  <description>
  Original issue - &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://github.com/280north/cappuccino/issues/#issue/270&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Proposed fix - &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://github.com/saikat/cappuccino/commit/9b153ccd7e734787d53c928e234e51354cfacf1b&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; It seems like there were some changes made to the CPWindow setFrame &lt;br&gt; method such that setFrame no longer called setFrameSize (but
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/objectivej-dev/browse_thread/thread/526ce7d3f090fd7c/c6d1d822721cbb89?show_docid=c6d1d822721cbb89</guid>
  <author>
  saik...@gmail.com
  (Saikat Chakrabarti)
  </author>
  <pubDate>Sat, 17 Oct 2009 23:06:06 UT
</pubDate>
  </item>
  </channel>
</rss>
