Tagged Questions

4
votes
1answer
3k views

drag-and-drop problem in a Tilelist using an ItemRenderer

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 need to be dragable when you ...
2
votes
2answers
84 views

Load images to a TileList from Mysql using PHP and XML on Flash CS5

I have a mysql database with a table containing PATH's to images. I want to load al the images to a TileList. Now i have this in PHP: <?PHP mysql_connect("localhost", "root", "root"); ...
1
vote
1answer
2k views

Flash / TileList component

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 some to blue Do you know ...
0
votes
1answer
52 views

How to ScaleContent the image inside a TileList

im in Flash CS5. I have a TileList that loads its images from an XML, not all the images are the same size so they do not llook consistent wiyh the TileList. So i want the TileList to Scale the ...
0
votes
2answers
173 views

retrieve the label value from a TileList (Flash CS5 AS3)

I have a TileList, that i loaded with a PHP script that gives back an dinamically generated xml so i can load the TileList with the images and labels it needs. Now, i want to click on an item of the ...
0
votes
1answer
106 views

add item direction in tileList component

I have Flash AS3 Project with tile list. I have buttons on stage. each of them when clicked adds tile with a picture on it to the tileList using the addTile() function. I'm using 2 columns in the tile ...
0
votes
1answer
64 views

How do I know which characters in a string allocated?

I have an application that replaces the selected text in the row for the selected symbol from tilelist, which are loaded dynamically characters! I do not know how to do that would be able to determine ...
0
votes
0answers
152 views

Available render styles for TileList

I have seen the example for settings image padding in Tile List cell in Flash. for example: myTileList.setRendererStyle("imagePadding", 10); I would like to know what other available options are ...
0
votes
0answers
155 views

Cann't dispatch event from the MovieClip(or Button) in ImageCell

I want to display a TileList of my product, I used ImageCell for itemRenderer.Now I want to click the "Delete" button in the ImageCell to do something, but faild, here is the code: package ...
0
votes
1answer
130 views

Loading different external text files when different value selected

I am having trouble trying to use actionscript to load different files when different values are changed. I am currently using a tilelist and they have different values so the code is something like ...
0
votes
1answer
321 views

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 ...