Re: Help with EventHandlers

2009-06-11 Thread Kelo
I'm glad it works fine on your project. Saludos, Marcelo. On Jun 10, 6:43 pm, Iván López lopez.i...@gmail.com wrote:    Thank you very much!. It works ok and now, with my code working I think I understand a little bit better how handlers works!.    Muchas gracias compañero.    Saludos,

Re: Help with EventHandlers

2009-06-10 Thread Iván López
Thank you very much!. It works ok and now, with my code working I think I understand a little bit better how handlers works!. Muchas gracias compañero. Saludos, Iván. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

Help with EventHandlers

2009-06-09 Thread Iván López
Hi all!, I've a little problem upgrading my code from 1.5.3 to 1.6.4. I've an AccountManager class that manages the accounts and when a change is done it fires an event to all the components to update its list of accounts. AccountManager: private ChangeListenerCollection changeListeners;

Re: Help with EventHandlers

2009-06-09 Thread Kelo
Acá va un poco de luz ( here's a little bit of light ). public class AccountManager extends Composite implements HasValueChangeHandlersInteger { public AccountManager() { .. .. .. .. initWidget(bar);