[flexcoders] Re: updating an item renderer

2009-03-03 Thread Amy
--- In flexcoders@yahoogroups.com, "flexrookie" wrote: > > --- In flexcoders@yahoogroups.com, "Amy" wrote: > > > > --- In flexcoders@yahoogroups.com, "flexrookie" wrote: > > > > > > hi amy, > > > the manager class approach is interesting, and sounds safe from a > > > memory-management perspec

[flexcoders] Re: updating an item renderer

2009-03-03 Thread flexrookie
--- In flexcoders@yahoogroups.com, "Amy" wrote: > > --- In flexcoders@yahoogroups.com, "flexrookie" wrote: > > > > hi amy, > > the manager class approach is interesting, and sounds safe from a > > memory-management perspective. thanks! > > > > you also wrote: > > > > > You could potentially set

[flexcoders] Re: updating an item renderer

2009-03-02 Thread Amy
--- In flexcoders@yahoogroups.com, "flexrookie" wrote: > > hi amy, > the manager class approach is interesting, and sounds safe from a > memory-management perspective. thanks! > > you also wrote: > > > You could potentially set up your itemRenderers to > > register/unregister for these events i

[flexcoders] Re: updating an item renderer

2009-03-02 Thread flexrookie
hi amy, the manager class approach is interesting, and sounds safe from a memory-management perspective. thanks! you also wrote: > You could potentially set up your itemRenderers to > register/unregister for these events in the set data() > override for your renderer. -- can i ask, how would you

[flexcoders] Re: updating an item renderer

2009-03-01 Thread Amy
--- In flexcoders@yahoogroups.com, "Tracy Spratt" wrote: > > The core concepts are that item renderers need to update their visual UI > elements when the associated item changes, and need to update that item on > user interaction. > > > > You assign a dataProvider(StockInfo) to the List, whi