Re: Forcing a component to re-render itself

2005-10-24 Thread Erik Dreyer
now. > (It does come with dojo anyways after all, you just have to copy and paste > into your javascript directory, which I'm hoping won't be putting too many > people out..) > > Come help :) We can always use more contributors > > jesse > > On 10/24/05, Er

Re: Forcing a component to re-render itself

2005-10-24 Thread Erik Dreyer
er you are > doing > there? > > On 10/24/05, Markus Joschko <[EMAIL PROTECTED]> wrote: > > > > hi erik, > > I have a deja-vu. Have you looked at the tacos library? It also does > > this (and a lot more), but it is not restricted to regions but can > > repa

Re: Forcing a component to re-render itself

2005-10-24 Thread Erik Dreyer
an > repaint every component seperately. > > markus > > On 10/24/05, Erik Dreyer <[EMAIL PROTECTED]> wrote: > > Hi Phil, > > > > I'm working on a small set of components that do exactly that. > Basically, > > like Swing, you have something that creates

Re: Forcing a component to re-render itself

2005-10-24 Thread Erik Dreyer
Hi Phil, I'm working on a small set of components that do exactly that. Basically, like Swing, you have something that creates an event (link, button, etc) and a registered listener for that event. You also have a list of Regions (new component) that will repaint based on the results of that event