Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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"...
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default 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

  4. #3

    Default 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

  5. #4

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139