Re: Mixing zone updates and custom events.

2010-11-02 Thread Travis Romney
That worked perfectly, and cleaned up the code quite nicely. Thanks for the tip. Regards, Travis Romney On Tue, Nov 2, 2010 at 7:22 AM, LLTYK wrote: > > The main reason I see for events suddenly stopping is the element you > observed being inside the zone, and being trashed on zone reload. > >

Re: Mixing zone updates and custom events.

2010-11-02 Thread LLTYK
The main reason I see for events suddenly stopping is the element you observed being inside the zone, and being trashed on zone reload. I feel like you should actually be using a mixin on the textfield, since that's probably where you want the keyup events. A mixin will automatically reinitialize