def widget_begin_round(self): for event in soya.process_event():self.process_event() I don't know if i was usign that widget in a bad way, but that make it work. The problem is that that will consume all event's even if it is an event wich is has no action defined.
Javier Correa
