[flexcoders] DataProvider API doing strange things... very confused!

2005-07-22 Thread Tom Jeffery
and xml data are pasted here if you'd like to try them out and see if you can spot what it is that I'm doing wrong. Thanks for any assistance! -Tom Jeffery --- GlobalModel.as --- import mx.controls.listclasses.DataProvider; class GlobalModel { static var globalModel:DataProvider; } --- data.xml

[flexcoders] Multiple components sharing a data provider question

2005-07-08 Thread Tom Jeffery
modify the global data, it only shows changes to trees if they haven't already been instantiated when the change happens. Is there some trick to this that I'm not seeing, or is this really complicated? Thanks for any assistance, -Tom Jeffery -- Flexcoders Mailing List FAQ: http

[flexcoders] Re: how to add cellRender CheckBox to Tree?

2005-06-28 Thread Tom Jeffery
frustratng. I'd love to hear from anyone who's tackled this already. Thanks! Tom Jeffery --- In flexcoders@yahoogroups.com, loveewind [EMAIL PROTECTED] wrote: 1.as referred in Developing Flex Applications document display custom cell content for each of Tree's rows, This customized cell can