Re: [Pyobjc-dev] Project Templates
Brought to you by:
ronaldoussoren
From: Bill B. <bb...@co...> - 2003-01-12 16:14:53
|
On Sunday, Jan 12, 2003, at 09:12 US/Eastern, Dinu Gherman wrote: > Bill Bumgarner: > >> I have added a bunch of [ReST] documentation to the 00README.txt in >> Project Templates. If any of you has a chance, have a read and let >> me know if there are major holes. I really don't want to create a >> project template for every possible permutation -- some projects can >> provide examples for how to set up features of others. > Sounds good to me! Just a minor question: "Document-based app." means > there there will be something like MyDocumentController.py and MyDoc\ > ument.nib files available and prelinked to parts of the menu and > available as object instances in MainMenu.nib, isn't it? Correct. The templates are designed to be exactly like their pure ObjC counterparts save for that the implementation is in Python. Because it is in Python, I also made sure each example builds an application that at least does some minimal target/action as an example of how to do such tasks in PyObjC. > Also, it should be stated somewhere what's needed to change the names > of these "standard" filenames, including MyAppDelegate.py, especially, > if the __main__.py needs to be changed... See 00README.txt in the Cocoa-Python Application project template. Good enough? b.bum |