[flexcoders] problem with displaying data in the tree control

2007-04-17 Thread paranoid_santhosh
I am having a problem in displaying the data in tree control mx:HTTPService url=http://localhost:9090/Portalserver/newxml.jsp; id=newxmlHttp useProxy=false method=POST showBusyCursor=true/ //newxml.jsp is returning me this xml. DirectoryTree Directory Did=6 Dname=santhosh File

[flexcoders] Re: problem with displaying data in the tree control

2007-04-17 Thread paranoid_santhosh
No .. its not working still .. It does not give me any errors ... but when i run the page i get the following error while displaying the page TypeError: Error #1034: Type Coercion failed: cannot convert mx.utils::[EMAIL PROTECTED] to XMLList. at MethodInfo-710() at

[flexcoders] Re: problem with displaying data in the tree control

2007-04-17 Thread paranoid_santhosh
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of paranoid_santhosh Sent: Tuesday, April 17, 2007 4:54 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: problem with displaying data in the tree control No .. its not working still .. It does not give me any errors

[flexcoders] Re: problem with displaying data in the tree control

2007-04-17 Thread paranoid_santhosh
thanks a lot.. the errors have gone.. but I am still not able to find out why the data is not getting displayed in the tree.

[flexcoders] directory tree lister

2007-03-31 Thread paranoid_santhosh
how do i recursively list a directory tree that is given a directory ,..it should display all files and directories in it.. and if i click on the subdirectory ..it should show its contents thanks