Bar to appear over a tree at bottom

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

  1. #1

    Default Bar to appear over a tree at bottom

    II was asked to create a bar to appear at the bottom of a Tree control that can
    be clicked to show a menu. The menu part I get, but the overlay of a bar with
    some text I do not.

    The example pointed out to me is the Photo Options bar that appears at the
    bottom of pictures in Photoshop Express. When the mouse rolls over the tile
    image, the bar with text appears.

    Any hints on how to go about would be appreciated.

    MotionMaker Guest

  2. Similar Questions and Discussions

    1. Bottom justification
      Hello I have a simple DIV layer which needs its content justified at the bottom of the div. How do I justify content to the bottom of a DIV using...
    2. bottom of page
      How do I keep adding things to the bottom of the page? Should I just use page setup and do a custom size with a bigger length? When it displays...
    3. top & bottom spacing
      is there a way to set the topspacing and bottomspacing for an entire member instead of on a per line or paragraph basis ie right now i am doing...
    4. Bottom margin help?
      No matter what I seem to do I cant get rid of a margin on the bottom of the page. It is only a few pixels, but I need to get rid of it. Any...
    5. bottom of printout
      Hello I have a following problem ... ..... at the bottom of the page on printout is visible line http:// ... Is there ANY possibilities to...
  3. #2

    Default Re: Bar to appear over a tree at bottom

    Made some progress. One I needed to make the container which is a Panel set to
    absolute positioning. Then set the Button (prototyping component) visible
    false. Then I decided to use the creationComplete handler to position the
    Button in the bottom right corner of the tree. Then I used the Tree mouseOver
    event to show the Button. The Button click then opens the Menu also positioned
    to the right but under. The tree.

    Still working on it and will post any updates. Still any input is appreciated.

    MotionMaker 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