extended tree class with improved drag and drop feedback

Ask a Question related to Macromedia Flex General Discussion, Design and Development.

  1. #1

    Default extended tree class with improved drag and drop feedback

    hello,
    i was working on a project recently where the client wanted the drag
    and drop behaviour of the tree to be improved as the tree they were
    using only had folders in it and they felt the black line wasn't very
    intuitive.

    so i extended the tree class for them, and now i've extended it again
    to handle folders and items. so it should be of use to somebody.

    the source code and a tutorial is at:
    [url]http://ed.eustace.net/index.php?id=15&itemId=5&sectionId=1[/url]

    thanks
    ed

    tedross Guest

  2. Similar Questions and Discussions

    1. a tree control in asp.net with drag and drop
      I want to build a tree custom control in asp.net with drag and drop capabality.I dont know how can I do it.any one can help or introduce some...
    2. Drag and drop using drag manager
      Can someone help? I am dealing with drag and drop and want to be able to drop an item in a VHorizontal box. If I set a background pic then I can...
    3. Drag and Drop from tree Component to Data Grid
      am very new to Flex. I have a Tree component with 5 child nodes and a Data Grid component. Here I want to drag the child node?s data and drop in to...
    4. Tree Drag and Drop is not at all working...
      Hello! I am working with Flex tree control. All i did is drag and drop functionality. The basic thing is working, but when i drop on a node, a...
    5. Drag and Drop Tree Control
      Does anybody know a tree control that supports drag and drop of nodes inside aspx pages? (ie web controls do not)
  3. #2

    Default Re: extended tree class with improved drag and dropfeedback

    Nice tutorial, well done. Thanks for sharing the ideas...
    Source2 Guest

  4. #3

    Default Re: extended tree class with improved drag and dropfeedback

    Seriously cool. I have not tried to use it yet but the description touches all the things I hate about the stock tree.

    Thanks for the contribution!
    Tracy
    ntsiii Guest

  5. #4

    Default Re: extended tree class with improved drag and drop feedback

    Hi,

    The link to the source/tutorial seems to be broken. Is their another link available to have a look at your project? Thanks in advance!

    Wim
    Wim Van Buynder 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