Re: [Pyobjc-dev] Re: interface builder queries
Brought to you by:
ronaldoussoren
From: Ronald O. <ous...@ci...> - 2003-08-26 21:20:56
|
On dinsdag, 26 augustus 2003, at 23:04PM, b.bum wrote: > On Aug 26, 2003, at 10:19 AM, Michael Hudson wrote: >> I had stumbled towards the fact that I might want to do that, but I >> have *no* idea where to even start... I don't suppse anyone has an >> example knocking around? Even one in ObjC would be helpful, I guess. > > - have a look at the example palette(s) provided in > /Developer/Examples/ > > - create an Interface Builder palette project (punt on the whole > PyObjC thing for the moment -- straight ObjC will be more > straightforward for now) Python should also work, as long as IB is single threaded, see the EnvironmentPrefs example for a python based plugin. That's a plugin for System Preferences, but the mechanics should be simular for IB pallettes. The hard part is the complete lack of documentation for writing IB pallettes ;-) Ronald |