I was playing with widgets and i realise that ChoiceList wasn't workin, to make them work i had to add this method:

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

Reply via email to