IMO: invalidateDisplayList will schedule a call to updateDisplayList, it will not force to rerender it again. I guess there is a utility method validateDisplayList, which should force to make a call to updateDisplayList method.
Try that :) -- chetan www.riageeks.com --- In [email protected], "jimrobson89" <j...@...> wrote: > > Would this work... > > invalidateDisplayList(); > > > --- In [email protected], "sailorsea21" <sailorsea21@> > wrote: > > > > > > Hi everyone, is there a way to force a canvas to rerender/refresh? > > > > Thanks. > > > > David > > >
