Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
Evan_K #1
Find-as-you-type in a Tree control
I'm a bit new to Flex (but not to Flash or ActionScript), and I'm building an
app that displays a tree control to the user. This tree corresponds to a
rather immense directory structure, and I'd like to allow users that are
looking for a specific path to just click the tree, type in the path (ie:
'home/evan/htdocs/scripts') and have it expand the tree to, and select, the
appropriate tree node.
My issue is, I have no clue how to even begin doing this. I know I could
probably trap keyboard events, but i have no idea how to efficiently search
through a tree instance. Has anyone ever done this before?
Evan_K Guest
-
Tree control problem
hi there, i have xml data around one thousand file in the xml when i try to binding to the tree it come up with error , flexbuidler javac... -
[type Function] XML and tree Component
i have the same problem, populating the tree component, i already tried removing the root node, ignore whites but i still get the same result , and... -
tree control class
Hi everyone, I use TreeControlClass in my extension to manipulate the data tree, but it doesn't work for me. Did I do something wrong? My test... -
Tree View Control and User Control
I created a web form, created a treeview, its parent and child nodes and it works fine. I re-created the treeview as a user control, dumped the... -
Creating a Dynamic Menu (Tree Hierarchy type)
Hi, I am trying to source an XTRA or a tut on how to build a dynamic tree menu. A buddy of mine built one using the TreeView xTRA but I see that... -
ntsiii #2
Re: Find-as-you-type in a Tree control
It is pretty easy to find a node based on some unique id in the item and expand
the parent path above it. I have a simple example of that on [url]www.cflex.net[/url].
But it sounds like you want to navigate by path. Depending that could be a
bit of a challenge, but I don't think unreasonable. Some functional decisions
to make, such as do you automatically fill in the filter box if a child node
uniquely matches the currently entered letters.
Though in truth, one of the benefits of a tree is graphical navigation. Id
rather navigate normally through the tree with three clicks and maybe a scroll
or two than type in 'home/evan/htdocs/scripts'
Tracy
ntsiii Guest



Reply With Quote

