Just practicing for when I move to Vancouver. Hahahaha
-----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Brendan Meutzner Sent: Friday, January 13, 2006 11:54 AM To: [email protected] Subject: [flexcoders] Re: How to read the Drive and place list into Tree? "Good luck eh"????? Some of our "Canadian-ess" rub off on you Kell? Haha.... --- In [email protected], "Dekayd Media Inc." <[EMAIL PROTECTED]> wrote: > > This is possible and pretty easy if you know how. > > > > It took me a while to figure out though because there is no specific > documentation that tells you how. > > > > > > I am going to assume you know how to use Flex Remote Objects to connect to a > CFC. If you don't it is well documented and worth figuring out. > > > > Once you can connect to a CFC make a method in your CFC that looks something > like this: > > > > > > <cffunction name="ListDirectories" access="remote" returntype="query" > output="true"> > > <cfargument name="DirToSearch" required="true" > > > <cfdirectory name="TheDirs" directory="#DirToSearch#" action="list"> > > <cfreturn TheDirs> > > </cffunction> > > > > > > Then you will have to use the query returned as a dataprovider for the Tree > Control. > > > > Each time a user tries to open a folder you will have to make another remote > call and use the information returned to populate that folder in the tree > dataprovider. > > > > > > Good luck eh > > > > > > > > > > > > > > > > > > -----Original Message----- > From: [email protected] [mailto:[EMAIL PROTECTED] On > Behalf Of cnewroth55 > Sent: Friday, January 13, 2006 10:46 AM > To: [email protected] > Subject: [flexcoders] How to read the Drive and place list into Tree? > > > > hi all, what i am looking to do is to have Flex or Cold Fusion, read > > the contents of a selected area of my drive and then display those > > contents into a Tree Control. Is this possible? and if so, are there > > any examples documenting how to do this? > > thx > > > > > > > > > > > > > > -- > > 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 > > > > http://groups.yahoo.com/group/flexcoders/ > > > > [EMAIL PROTECTED] > > > > http://docs.yahoo.com/info/terms/ > -- 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 -- 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 <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

