On Tue, 08 Mar 2005 01:15:46 GMT "Javier Correa Villanueva" <[EMAIL PROTECTED]> wrote:
> 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() Actually that's not a bug, it's the normal use of ChoiceList... Remind that Soya's widget system is really limited and hackish. We should rewrite a better one -- BTW where are PyUI and/or PyGUI for Soya ? Jiba
