Re: [Orbit-python-list] Bonobo control example
Status: Inactive
Brought to you by:
tack
From: Michele C. <mol...@f2...> - 2001-08-28 11:01:59
|
Johan Dahlin wrote: > And the thing that your forgot: > GNOME_BonoboTutorial_IPCtrl_Control.oaf I didn't included it because it the same file from the tutorial. > Bonobo uses oaf for activation of objects. > This is done by a daemon, called oafd. [... snipped lots of good info...] > You'll have to kill oafd to make oaf use the new variables. > OAF_DEBUG_OUTPUT is also a good idea so you can see what's going on. Didn't know about OAF_DEBUG_OUTPUT, thanks. > Nothing silly about the questrions, since you probably newer heard > of oaf before :) I did know OAF and I also restarted it thousands of times to make my control work, but with no success (it wilked with a GtkLabel or a plain GtkEntry, though). Have you run the scripts? There is a syntax error in container.py: def create_app (): window = bonobo.BonoboWindow ('ipctrl-container', 'a container for ipctrl's') there are three "'"! ;o) -- Michele - www.moleskine.f2s.com |