3
votes
1answer
1k views
drag-and-drop problem in a Tilelist using an ItemRenderer
Hello,
in my flex application, I created a Tilelist. In this Tilelist, I am using an ItemRenderer to create a box consisting of an image and an VSlider in each tile.
The tile ne …
1
vote
1answer
55 views
How to use flex tilelist data effects combined with a ListCollectionView dataprovider
I am using a TileList control with an effect sequence linked to the itemsChangeEffect property.
<mx:TileList
itemsChangeEffect="{dataChangeEffectSequence}"
...>
< …
0
votes
2answers
19 views
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 …
0
votes
2answers
118 views
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/
Here is the broken version with an itemRender …
0
votes
1answer
129 views
Flex TileList start offset and click handler
Hello!
I have some images I would like to display in TileList in Flex. My TileList dimensions are 2 columns by n rows. What I want to do is to display the first item (row 1, column …
0
votes
1answer
170 views
Flex: referencing all data in TileList
I have 2 TileList component in my Flex application.
1 tilelist is filled with data much like following xml sample:
<person name="Test">
<likes>Flex</likes>
< …
0
votes
1answer
369 views
Getting Flex TileList image source
I have a TileList that's loaded with data from Flickr. The tilelist uses an imageRenderer to make a bunch of thumbnails.
I'm trying to create a custom drag and drop function, but …
0
votes
1answer
98 views
Flex TileGrid: Why do you default to copying when I drag and drop your items?
Why is it that, when I enable dragging-and-dropping in a TitleGrid, items are copied when they are dragged instead of moved?
For example:
<mx:TileList dragEnabled="true" dropE …
0
votes
1answer
2k views
Flex 3 TileList Drag/Drop/Re-order Exception. How do I rearrange tiles?
Hi all. I’m in need of some dire help here. I'm writing an application in Flex 3 that utilizes a TileList with a custom itemRenderer to display info from a service. Unfortunatel …
0
votes
0answers
288 views
Reordering of item in TileList with dataChangeEffect does not work as expected.
I currently have a TileList with a custom itemRenderer based on a VBox. I have bound the DefaultTileListEffect to the itemChangeEffect property on my TileList. However, I've run …
0
votes
1answer
1k views
How can I load images as icons dynamically into a TileList using flex?
Ok, so I have a custom render that I have created:
<mx:VBox xmlns:mx="http://www.adobe.com/2006/mxml"
horizontalAlign="center"
verticalAlign="middle"
width="100"
height …
0
votes
1answer
837 views
Flash / TileList component
Hi!
I have a problem and I hope that someone can help me
I hava Flash project with TileList in it
I need to change background of some items (not all) in this TileList to red and so …
