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

  1. #1

    Default Tile list component

    Hi,

    I am using TileList component in Flex and I have to issues to solve

    1. I want to make the background of it transparent
    I made backGround Alpha = 0, but back most layer of it has become
    transparent but the background of the items has not become transparent.

    2. and the other thing is the icons in the Tile List component are loading
    each time I scroll down and scroll up and the images are flickring a lot. I am
    using the loader component as the cellRenderer. any body has any idea to make
    th images not to flicker in the list while scrolling.

    Thanks for hearing to my issues, hope some one got the answer for it...:)

    Regards
    Vishnu

    gongati2k Guest

  2. Similar Questions and Discussions

    1. Tile List drag Drop
      Hi I have made a tile list dynamically using a function and objects. in this images are there which are to be dragged and there are tilelists which...
    2. UI component (list)
      Interested in finding a tutorial on using a list from UI components library that lists choices and when users select choice and hit button it would...
    3. List Component
      <b>Flex 2 Beta 3</b> Hello, I've been looking all over the web for the answer to my problem, but I've had no success so I'm posting here. I am...
    4. Tile List Images not showing up
      I have created something similar to the Tile List Sample program home.mxml <mx:HBox x="247" y="12" width="553" height="551" id="leftContainer"...
    5. XML into list component
      Hey guys, I'm trying to get my XML data divided properly into the list components. I know how to do this using an array, but I don't know how with...
  3. #2

    Default Re: Tile list component

    1. contentBackgroundAlpha = "0" borderAlpha="0"
    Mihai Popescu 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