Re: [Pyobjc-dev] Controller Layer
Brought to you by:
ronaldoussoren
From: b.bum <bb...@ma...> - 2003-11-30 17:13:04
|
On Nov 30, 2003, at 8:38 AM, Carlos Phillips wrote: > I read in a presentation pdf by Bill Bumgarner that the new Cocoa > Contronller layer is implemented in PyObjC. Does this mean that I > could easily implement a program like the example program given by > apple > (http://developer.apple.com/documentation/Cocoa/Conceptual/ > ControllerLayer/Tasks/ccwithbindings.html)? If so what kind of setup > is required in the application to enable this feature? Has someone > already implemented this example? The Controller Layer is implemented in Objective-C and is a part of the Cocoa and Foundation frameworks. PyObjC is compatible with the Controller Layer and, as such, the Controller Layer can be leveraged fully from within PyObjC based Cocoa applications. There are a handful of caveats, the details of which are shifting as PyObjC evolves. The Currency Converter can certainly be implemented in Python using PyObjC and the Controller Layer. For convenience's sake, the URL repeated so clicking on it actually works from Mail: http://developer.apple.com/documentation/Cocoa/Conceptual/ ControllerLayer/Tasks/ccwithbindings.html b.bum |