|
Could you write your Tree subclass in
MXML? <mx:Tree xmlns:mx=http://www.macromedia.com/2003/mxml
creationComplete=”myRO.someMethod()”> <mx:RemoteObject id=”myRO”
… />
<mx:dataProvider>{myRO.someMethod.result}</mx:dataProvider> <mx:Script> //my functions go here </mx:Script> </mx:Tree> You could drop a Model/XML in there in the
meantime if you wanted. Matt From: I am extending the Tree and am attempting to assign a model and a -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links
|

