Re: [Pyobjc-dev] Adding outlets and actions without rewiring it all
Brought to you by:
ronaldoussoren
From: Jack J. <Jac...@or...> - 2003-03-23 21:00:40
|
On zaterdag, maa 22, 2003, at 19:48 Europe/Amsterdam, Ronald Oussoren wrote: > What I usually do is: > - Paint a UI in Interface Builder, including the initial definition of > one or > more model classes/objects. > - Generate a template using AppKit.NibClassBuilder (used a script) > - Fill in the template. > > If the model interface changes later on I change the definition in IB > and update the python files. There is no need to rewire anything in > IB. This procedure needs to be documented. and probably in a step-by-step way. It is essential to PyObjC development, but it is also pretty obscure. Even more obscure than the corresponding ObjC procedure (which you also will never find if you don't do one of Apple's examples). -- - Jack Jansen <Jac...@or...> http://www.cwi.nl/~jack - - If I can't dance I don't want to be part of your revolution -- Emma Goldman - |