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 ...
1
vote
3answers
238 views
How can I change create gaps between tiles in a Flex Tile list or the width of a hover image so you can see the background image inbetween items
I have created a tile list with custom item renderer and in terms of functionality it works as it should. I reduced the width and height of the item renderer to 95% which then shows the tile lists ...
1
vote
1answer
442 views
TileList item Display
I am using Flex 4.
I have created an image gallery with TileList When I click on an item in the TileList, I want the image to display by the side of the TileList in a BitmapImage.
Can anyone help me ...
1
vote
1answer
146 views
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 ...
1
vote
1answer
307 views
External data in TileList Flex
I'm working for the first time with a TileList and an itemRenderer and I'm having a bit of trouble getting the information from my array collection to display and looking for some advice. Here's what ...
1
vote
1answer
1k 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}"
...>
</mx:TileList >
...
0
votes
1answer
32 views
Flex - Tilelist with first item as Button and all others as Image
i need help with something
I need a TileList that have in its first position/item a button and in all other items a image for each.
Well, after having problems with Plastic theme and s:List (a problem ...
0
votes
1answer
40 views
Flex variable height for rows in a TileList
I have a TileList with a custom ItemRenderer (IR). The IR can be a TextInput, a TextArea or a ComboBox. If in a row there is a TextArea, I want this row to have more height than the others. I don't ...
0
votes
1answer
66 views
flex tile list transparent image showing with a white background
I have a tile list that loads images from a folder within the app.
When i load images with a transparent background it gives the image a white background is there any way to get the image to be ...
0
votes
1answer
38 views
Highlight the first item in the tilelist in flex
I am navigating the items of tile list using next and previous button. I need to highlight the first item in the tilelist by default ( like the first item is being selected by default)
0
votes
1answer
244 views
Flex TileList itemrenderer + scroll = HELL
I'm going insane over this issue. Basically, I have a TileList with a custom item renderer that has a TextInput in it. Let's say that the list can show 4 items at once, if there are 5 items and I edit ...
0
votes
1answer
65 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
1answer
104 views
how to identify a selected object in tilelist?
I have tilelist, which is dynamically loaded XML file with pictures,
How do I do that would be when you click on a picture in the Label gave her name?
<mx:TileList id="tileList"
...
0
votes
1answer
115 views
Flex 3.5a TileList - Is it possible to exclude specific items/indices?
I've got a Flex TileList which has an ArrayCollection as its data provider. The ArrayCollection is used elsewhere in the application so modifying the base data is not possible.
There are two items at ...
0
votes
1answer
947 views
how do I make a TileGroup layout that has the jaggy edge on top?
I have spark.components.TileGroup that contains buttons.
I would like the buttons to appear like tabs on top of the ViewStack they serve
At the moment, if I have 6 items in the TileList it lays it ...
0
votes
1answer
118 views
In a Flex TileList, How do I set the BackgroundAlphas of Each Tile Independently
Is it possible to set the alphas of the tiles in a TileList independently of one another? How can I make object 1 have an alpha of say 0.5, but object 3 have an alpha of 0.2? If I use the tileList's ...
0
votes
2answers
91 views
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:
<mx:ArrayCollection id="myAC">
<mx:Array>
<mx:Button ...
0
votes
1answer
231 views
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. ...
0
votes
1answer
274 views
implementing UIComponent as TileListItemRenderer
I had some code I was working on in flex. I had 16 UIComponents added to a Grid Container.
The grid wasnt really giving me what I wanted so insetead of using that I want to try and use a tilelist ...
0
votes
1answer
663 views
PopUpButton with TileList and custom renderer
I have prepared a simple test case for a PopUpButton opening a TileList with black and red entries and it mostly works, but has 2 annoyances.
I've searched a lot, tried several variants (added ...
0
votes
1answer
398 views
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.
[bindable]
public var people as ...
0
votes
1answer
392 views
Flex Tree leaf-element highlighting while drag&drop
i have TileList from which i'm dragging some stuff(image) to Tree (something like dragging sounds into playlist in iTunes), but when i can drop this stuff, i see only underline, this mean i can drop ...
0
votes
3answers
1k views
Accessing the itemRenderer of a selected item
I have a TileList with thumbnail images. Under each thumbnail images I display the name of the image. I want to build rename functionality. So under the TileList is a "Rename selected image" button.
...
0
votes
1answer
793 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 a Base 64 encoding ...
0
votes
2answers
1k 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 itemRenderer: ...
0
votes
1answer
1k views
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 by n rows. What I want to do is to display the first item (row 1, column 1) empty and not ...
0
votes
1answer
922 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
1k 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 I want to get the ...
0
votes
1answer
295 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" dropEnabled="true">
...
0
votes
1answer
3k views
Flex 3 TileList Drag/Drop/Re-order Exception. How do I rearrange tiles?
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. Unfortunately, I'm running into an ...
0
votes
1answer
4k 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="100">
...