Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
Starman9999 #1
Flash Tree Hscroll
I can't seem to get the Flash Tree hscroll="yes" to work. Has anyone been able to get a flash tree to scroll horizontally when needed? Any suggestions? Thanks.
Starman9999 Guest
-
XML to Flash Tree
Hi, I'm using XML to build a tree in Flash MX using the following code. The code that opens a node, assigns an icon and sets the node as a branch... -
Dynamic Flash Tree and CF Integration article
Was trying to reply to another post on this with the URL of a blog post I've written about it. I'm getting the usual "page temporarily unavailable"... -
Flash component : the tree....
Hello, I have a web page with this tree component, and i'll be glad to be able to go directly on a specific branch of the tree when the tree is... -
Traversing Flash XML tree recursively (with Lingo)
Hi, Im having trouble getting a recursive function to work in Lingo. I want to write a handler that takes an Flash xml node object and a string as... -
Pod::Tree
Hey all, I wanna implement a weighted tree in perl, Pod::Tree looks like it'll help, but what's POD actually stand for? And are they are any... -
Mike Nimer #2
Re: Flash Tree Hscroll
It should do this automatically. Can you post an example.
---nimer
"Starman9999" <webforumsuser@macromedia.com> wrote in message
news:cv0nd7$ntb$1@forums.macromedia.com...>I can't seem to get the Flash Tree hscroll="yes" to work. Has anyone been
>able to get a flash tree to scroll horizontally when needed? Any
>suggestions? Thanks.
Mike Nimer Guest
-
Starman9999 #3
Re: Flash Tree Hscroll
Here you go. Very strange behavior indeed.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Untitled Document</title>
</head>
<body bgcolor="#FFFFFF">
I would think the hscroll would work like this. If the text in the tree node
is wider than the tree, it should show the hscroll<br><br>
Example 1: cfform height="50" cfform width="200" cftree height="50" cftree
width="200"<br>
No hscroll<br>
<cfform method="get" name="form1" preloader="no" format="flash" height="50"
width="200" skin="halogreen">
<cftree name = "Categories" height = "50" width = "200"
font = "Arial" fontsize="11" hscroll="yes" highlighthref="yes"
format="flash" appendkey="no">
<cftreeitem value="Acount sd0fsd0f8dsfds" parent="Categories" expand="no">
</cftree>
</cfform>
<br><br>
Example 2: No hscroll (but it should have one)<br>
cfform height="50" cfform width="150" cftree height="50" cftree width="150"<br>
<cfform method="get" name="form1" preloader="no" format="flash" height="50"
width="150" skin="halogreen">
<cftree name = "Categories" height = "50" width = "150"
font = "Arial" fontsize="11" hscroll="yes" highlighthref="yes"
format="flash" appendkey="no">
<cftreeitem value="Acount sd0fsd0f8dsfds" parent="Categories" expand="no">
</cftree>
</cfform>
<br><br>
Example 3: cfform height="50" cfform width="140" cftree height="50" cftree
width="150"<br>
hscroll and vscroll (so when the tree is wider than the form, then it shows
the hscroll)<br>
<cfform method="get" name="form1" preloader="no" format="flash" height="50"
width="140" skin="halogreen">
<cftree name = "Categories" height = "50" width = "150"
font = "Arial" fontsize="11" hscroll="yes" highlighthref="yes"
format="flash" appendkey="no">
<cftreeitem value="Acount sd0fsd0f8dsfds" parent="Categories" expand="no">
</cftree>
</cfform>
<br><br>
Example 4: cfform no height or width - cftree no height or width<br>
hscroll and vscroll (so when the tree is wider than the form, then it shows
the hscroll)<br>
If there is no height or width in the form then there is a default height and
width of 150 x browser width, and it dynamically changes when the browser
changes.
<cfform method="get" name="form1" preloader="no" format="flash"
skin="halogreen">
<cftree name = "Categories"
font = "Arial" fontsize="11" hscroll="yes" highlighthref="yes"
format="flash" appendkey="no">
<cftreeitem value="Acount sd0fsd0f8dsfds" parent="Categories" expand="no">
</cftree>
</cfform>
</body>
</html>
Starman9999 Guest
-
Starman9999 #4
Re: Flash Tree Hscroll
Here you go. Very strange behavior indeed.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Untitled Document</title>
</head>
<body bgcolor="#FFFFFF">
I would think the hscroll would work like this. If the text in the tree node
is wider than the tree, it should show the hscroll<br><br>
Example 1: cfform height="50" cfform width="200" cftree height="50" cftree
width="200"<br>
No hscroll<br>
<cfform method="get" name="form1" preloader="no" format="flash" height="50"
width="200" skin="halogreen">
<cftree name = "Categories" height = "50" width = "200"
font = "Arial" fontsize="11" hscroll="yes" highlighthref="yes"
format="flash" appendkey="no">
<cftreeitem value="Acount sd0fsd0f8dsfds" parent="Categories" expand="no">
</cftree>
</cfform>
<br><br>
Example 2: No hscroll (but it should have one)<br>
cfform height="50" cfform width="150" cftree height="50" cftree width="150"<br>
<cfform method="get" name="form1" preloader="no" format="flash" height="50"
width="150" skin="halogreen">
<cftree name = "Categories" height = "50" width = "150"
font = "Arial" fontsize="11" hscroll="yes" highlighthref="yes"
format="flash" appendkey="no">
<cftreeitem value="Acount sd0fsd0f8dsfds" parent="Categories" expand="no">
</cftree>
</cfform>
<br><br>
Example 3: cfform height="50" cfform width="140" cftree height="50" cftree
width="150"<br>
hscroll and vscroll (so when the tree is wider than the form, then it shows
the hscroll)<br>
<cfform method="get" name="form1" preloader="no" format="flash" height="50"
width="140" skin="halogreen">
<cftree name = "Categories" height = "50" width = "150"
font = "Arial" fontsize="11" hscroll="yes" highlighthref="yes"
format="flash" appendkey="no">
<cftreeitem value="Acount sd0fsd0f8dsfds" parent="Categories" expand="no">
</cftree>
</cfform>
<br><br>
Example 4: cfform no height or width - cftree no height or width<br>
hscroll and vscroll (so when the tree is wider than the form, then it shows
the hscroll)<br>
If there is no height or width in the form then there is a default height and
width of 150 x browser width, and it dynamically changes when the browser
changes.
<cfform method="get" name="form1" preloader="no" format="flash"
skin="halogreen">
<cftree name = "Categories"
font = "Arial" fontsize="11" hscroll="yes" highlighthref="yes"
format="flash" appendkey="no">
<cftreeitem value="Acount sd0fsd0f8dsfds" parent="Categories" expand="no">
</cftree>
</cfform>
</body>
</html>
Starman9999 Guest



Reply With Quote

