On Sun, 2007-11-18 at 13:23 +0100, Arne Caspari wrote: > For each actor: > > actor.set_property( "reactive", True ) > actor.connect( 'enter_event', on_enter_event ) > actor.connect( 'leave_event', on_leave_event ) > > > > After that I still do not get enter or leave events ( or motion > events ). I do get stage motion event though.
is the actor directly placed on the stage? if not, is it placed inside a reactive group? reactivity must be explicitly turned on on the hierarchy; this should change before we release 0.6, though. also, can you reproduce with a minimal C test case? if you are changing the python bindings to support trunk at this point you are mostly on your own, because of the API changes we are still committing. ciao, Emmanuele. -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre 216-218 Homesdale Rd., Bromley - BR12QZ http://www.o-hand.com -- To unsubscribe send a mail to [EMAIL PROTECTED]
