tilelist
How to Set the Visibility of an Item in a TileList to False
I\'ve got a tileList in a Flex 3 website. I want to programmtically turn off the visibility of a tile. So for example:[详细]
2023-01-18 10:41 分类:问答Setting the RowCount and ColumnCount in a Flex 3 TileList
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[详细]
2023-01-18 02:57 分类:问答How to handle Unhandled #2044 errors from Flash tilelist when changing dataprovider?
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[详细]
2023-01-06 19:31 分类:问答Help with creating a custom ItemRenderer for Flex 4
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\"?>[详细]
2022-12-31 19:59 分类:问答Flex: Rendering a bound TileList - when does it finish rendering?
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[详细]
2022-12-30 11:15 分类:问答Flex TileList with associative array
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.[详细]
2022-12-26 05:27 分类:问答Flex Tree leaf-element highlighting while drag&drop
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[详细]
2022-12-19 22:17 分类:问答Flex TileList control, image loading issue
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[详细]
2022-12-12 01:41 分类:问答Flex TileList start offset and click handler
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[详细]
2022-12-09 19:38 分类:问答Flex: image switching place in tilelist
I\'m running into an odd issue with itemRenderers inside a TileList. Here is a working example without an itemRenderer: 152.org/flex/[详细]
2022-12-09 17:49 分类:问答