PDA

View Full Version : Sample: File Browser with Tree Object


Brett
09-15-2005, 12:04 PM
This sample project shows you how to work with the Tree object by dynamically filling it at runtime.

It is a simple file browser that allows you to set the root folder that is being displayed:

Skills used:

Tree object, Dialog.FolderBrowse action, File actions, Input object, Paragraph object

Note: This project only works in AutoPlay Media Studio 6.0

azmanar
12-25-2005, 03:30 AM
This sample project shows you how to work with the Tree object by dynamically filling it at runtime.

It is a simple file browser that allows you to set the root folder that is being displayed:

Skills used:

Tree object, Dialog.FolderBrowse action, File actions, Input object, Paragraph object

Note: This project only works in AutoPlay Media Studio 6.0

Hi,

Nice piece.

How do I activate the subitems so if I double click, it will launch?

ON DOUBLE-CLICK EVENT
File.Open(strFilename) ?

Thanks

srussell
02-10-2006, 08:52 AM
Brett,

This sample works great... The only question I have is that I only need to display the folder names, not the folders with the filenames in a sub-node of each folder...

Any suggestions?

clubbcrusher
06-18-2006, 02:42 AM
nice script! ,b ut, is it possible when you browse and click, n the right info, and at top of the right collum, insert a image, that you can see what youre talking about??? and a action click button??

lepinski
04-16-2008, 02:45 PM
Hi, I'm new in Ams, this example is good for my project, but I need to know how to open files from subitems, the project open a folder, then show names in sub items but I need script for open file with double click option.
I have AMS 7.0

Thanks

Centauri Soldier
09-23-2008, 10:11 AM
I've avoided the tree object for over a year and now I need one. Mine was coming along but then I saw yours....thanks so much; yours is great and I can modify it to fit my project, you saved me hours of work. :yes