|
Use the TreeDataProvider methods, not
attributes. getProperty(…) Matt From: Clint Tredway
[mailto:[EMAIL PROTECTED] oops... I need to clarify something.... I
can populate the tree with dynamic data.... but once populated, I cannot access
the data or label attributes... <mx:Application
xmlns:mx="http://www.macromedia.com/2003/mxml"
load="myService.send();"> <mx:HTTPService
id="myService" result="myTree.dataProvider =
myService.result;" url="">http://216.65.201.58/tester.cfm"></mx:HTTPService> <mx:Tree
width="100%" height="100%" id="myTree"
cellPress="alert(myTree.selectedItem.attributes.label);"></mx:Tree> </mx:Application>
|
- Re: [flexcoders] Tree issues Jeff Tapper
- RE: [flexcoders] Tree issues Clint Tredway
- RE: [flexcoders] Tree issues Jeff Tapper
- RE: [flexcoders] Tree issues Matt Chotin
- RE: [flexcoders] Tree issues Matt Chotin
- RE: [flexcoders] Tree issues Jeff Tapper

