Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
roggel! #1
Flex, Air and FileSystemTree
Hi,
Here's what I want to do: create a FileSystemTree that automatically opens all
branches towards the user's desktop folder. I also want that folder selected
and furthermore, I want it visible in the FileSystemTree. (cause a selected
folder can be so far down the tree that is isn't visible in a narrow
FileSystemTree).
Any ideas? :)
roggel! Guest
-
Flex 2 Project in Flex 3 Swf File Size Increase?
I have imported my Flex 2 Projects into Flex 3, when I compile my code the resulting swf file is 100-200K larger. Why is that? I thought Flex 3 made... -
Support document for Migration of application fro flex 2o flex 3
Support document for Migration of application fro flex 2 o flex 3 -
Not Flex JSP tag lib def in flex-bootstrap.jar (Flex 2Beta 2)
Hi, The taglib.tld file that was in the Flex 1.5 flex-bootstrap.jar isn't present in the Flex2 Beta2 version of that jar. The interfaces are there... -
Is the newest version of flex framework enough good fordeveloping flex rpc services?
Hallo guys, I've already installed the newest version of flex framework (flex2 beta2 version). I already used beta1 version for developing Rpc... -
Cannot find Flex server when running app in Flex Builder1.5
:confused; After installing Flex and FlexBuilder 1.5 and setting up the "Sites" as described in the tutorials when running a flex ap in Flex... -
Unregistered #2
Re: Flex, Air and FileSystemTree
var path:String = File.desktopDirectory.nativePath;
fsTree.openSubdirectory(path);
fsTree.selectedPath = path;
fsTree.verticalScrollPosition = fsTree.findIndex(path);Unregistered Guest
-



Reply With Quote


