I\'ve got a tileList in a Flex 3 website. I want to programmtically turn off the visibility of a tile. So for example:
I\'m using the TileList in a Flex 3 website. I need to set the rowCount and columnCount to factors of the total number of items in my array. For example, let\'s say that there are 15 items in my array
I have a tilelist component using a custom ImageCell based item renderer. I know that at times some of the images it is trying to retrieve will not be found and I am able to handle this via an IEOrror
I\'m trying to create a custom ItemRenderer for a TileList in Flex 4. Here\'s my renderer: <?xml version=\"1.0\" encoding=\"utf-8\"?>
I have an mx:TileList which is bound to an ArrayCollection. I have some code that displays a \"Loading...\" message before modifying the ArracyCollection and some code after that hides the loading mes
I have an associative array that I want to display using TileList. 开发者_开发问答 However, it doesn\'t understand what is being fed to it.All I got is [object] in the TileList.
i have TileList from which i\'m dragging开发者_StackOverflow中文版 some stuff(image) to Tree (something like dragging sounds into playlist in iTunes), but when i can drop this stuff, i see only underl
I have a flex 3 TileList in wich a load several image (employee\'s headshot pictures). The image I\'m loading in the TileList are stored in a DataBase (I use the ByteArray class and a Base 64 encodin
I have some images I would like to display in TileList in Flex. My TileList dimensions are 2 columns b开发者_开发问答y n rows. What I want to do is to display the first item (row 1, column 1) empty an
I\'m running into an odd issue with itemRenderers inside a TileList. Here is a working example without an itemRenderer: 152.org/flex/