[Pyobjc-dev] Questions
Brought to you by:
ronaldoussoren
From: Gary R. <gro...@tr...> - 2003-05-11 15:41:47
|
Hi, I've gotten great help so far from this list so I thought I'd continue asking questions. Thanks!!! Maybe I'll be able to contribute to the documentation as I come to understand things better. This question is about the mechanics of working with Information Builder and PyObjC. Suppose that I create an Information Builder representation of my app, then use NibClassBuilder.py to create a skeleton Python. All well and good, but later in the development process I will almost certainly have reason to add new classes in Interface Builder. If I run NibClassBuilder.py I'll lose the Python code I write in the skeleton. Obviously, I can manually add any new classes to the skeleton and not run NibClassBuilder at all. But I have a slight fear that there may be other side-effects when NibClassBuilder is called other than creating the skeleton, so that if I don't run it, I'll have problems. So a it would be useful to have "official" suggestions for how to handle this. --Gary -- <http://ThisURLEnablesEmailToGetThroughOverzealousSpamFilters.org> Gary Robinson CEO Transpose, LLC gro...@tr... 207-942-3463 http://www.transpose.com http://radio.weblogs.com/0101454 |