Re: [Pyobjc-dev] Questions
Brought to you by:
ronaldoussoren
From: Ronald O. <ous...@ci...> - 2003-05-11 15:58:49
|
On Sunday, May 11, 2003, at 17:41 Europe/Amsterdam, Gary Robinson wrote: > Hi, [...] > 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. Your fear is unnecessary. When NibClassBuilder is used as a script is only creates the skeleton, there are no other effects. I don't always use NibClassBuilder, but often just create the entire script by hand. Ronald |