About Archive Tag Cloud Translations RSS

You are writing a comment about Epic PyObjc, Part 4: Drag & Drop, Multiple Nibs, here is a quick summary:

In this fourth segment of the Epic PyObjC tutorial we take a look at implementing drag and drop in two different ways, as well as using multiple nibs in one application. This is the final segment of Epic PyObjC that focuses on this project; the fifth one will be a collection of resources about continuing with Cocoa and PyObjC.


You are responding to this comment written by Chris Lewis on March 5th 2009, 19:27.

Is it possible to use PyObjC with garbage collected Objective C 2.0, thus eliminating the need to worry about Cocoa memory management?


Please be aware that comment forms go stale after one hour.





Comments may make use of LifeFlow MarkDown. Raw html will be escaped.


Quick Introduction to LifeFlow MarkDown Syntax

A highlighted code block:

@@ ruby
def a (b, c):
  b * c
end
@@

Other common languages work as well: scheme, python, java, html, etc.

Other markdown syntax:

 ### This is an h3 title
#### This is an h4 title
**this is bold**
*this is italics*

1. This is an
2. ordered list

* And an unordered
* list too

[this is a link](http://www.lethain.com/ "Lethain")