[Pyobjc-dev] Adding outlets and actions without rewiring it all
Brought to you by:
ronaldoussoren
From: Antonio R. <an...@me...> - 2003-03-22 18:11:48
|
Excuse me if this is more my ineptitude with IB than a pyobjc question: Using Obj-C, when I change a class definition in IB by adding an outlet or an action, I can use the "Read Files" option to find the changes in the instance which I have wired up to my view. In PyObjc this is not an option. the way I'm understanding it now (and correct me if I am wrong), I have to re-instatiate and re-wire everytime I find that I forgot that I needed an extra outlet or action. Is that correct or am I missing something? I seem to remember that it was the same with the java bridge which was a real show stopper for those of us constantly tweaking our apps. Thanks all Antonio |