Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
552 views

What is the correct way to add components to the library of a Swf?

I've been having a problem that's plagued me many times in the course of developing a Flash project. It looks something like this: TypeError: Error #1009: Cannot access a property or method of a null ...
1
vote
1answer
1k views

Flash - Creating Components Documentation for Flash CS5

is there no official documentation / guide published somewhere on how to create components for Flash CS5?
1
vote
1answer
1k views

null object reference in ScrollPane/endDrag() when scrollDrag=true

In my flash application, I've got multiple windows which use Scrollpanes. The scrollDrag property is set to true on these because I want that functionality. If I close (within my application) one of ...
1
vote
1answer
688 views

Drag and Drop, Orderable List in ActionScript 3

I am trying to create a set of drag-and-drop, orderable lists with ActionScript. I know this is possible in Flex. The behavior I am going for can be seen here: Two-way drag-and drop support (you'll ...
1
vote
1answer
3k 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
49 views

How can I fix this potential bug with the RadioButton component?

I've got a weird issue with the RadioButton(fl.controls) when I add it to the stage. Here's a quick way to reproduce the issue: create an empty MovieClip add a RadioButton component set the width ...
0
votes
1answer
273 views

Subclassing fl.core.UIComponent in Flash

Whenever i want to draw something in Flash i subclass fl.core.UIComponent instead of Sprite or Movieclip because of it's saner width / height implementation (NB this isn't the Flex UIComponent). For ...
0
votes
3answers
281 views

remove keyboard control on flash slider component

by default the flash slider component can be manipulated with the keyboard. Is there a way to disable this behavior so that users can only drag the slider component with their mouse?
0
votes
2answers
1k views

ActionScript - Access List/DataProvider From Custom CellRenderer

the code below sets up a List object in the main controller class that uses a custom cell renderer (CustomListCell class). the CustomListCell class creates a Button object for the cell that will be ...
0
votes
1answer
144 views

ActionScript - ComboBox Is SelectableList?

i don't understand Adobe's documentation for the SelectableList class: The SelectableList is the base class for all list-based components--for example, the List, TileList, DataGrid, and ...
0
votes
2answers
417 views

Changing the appearance of a single thumbnail in TileList Component

I'm trying to create a listing of thumbnails using the TileList component, and so far it's working great. Is there a way to change the appearance of a single ImageCell within the component. I'm ...
0
votes
1answer
328 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 ...
0
votes
1answer
125 views

how to set tileList component's font to be anti-aliased action script 3

I have a tileList component and i was wondering how one might go about antialiasing the font inside of each label. I have the font embedded using: leftList.setRendererStyle("embedFonts", true); I ...
0
votes
2answers
775 views

how to create a custom cell renderer for a tile list in flash

I need to implement a custom cell renderer in a project of mine, i have done some search on google but couldn't find what i need, i need each cell in the tilelist to display 2 icons with couple of ...
0
votes
1answer
772 views

Adding Flash Components to Stage Dynamically from AS3 File

When I attempt to create a new flash list component from my as3 file (FrontEnd.as) and add it to the stage, I get the following error: "1046: Type was not found or was not a compile-time constant: ...
0
votes
1answer
2k views

Datagrid selected row at a certain column as3

I need to get the value of a certain column in the selected row via AS3, how can I do this? It keeps returning null when I try grid.SelectedItem.text... Thanks for the help! I need to be able to ...
0
votes
1answer
1k views

Datagrid Cell render with custom component

A few hours ago I've asked how to create a custom component (textInput and label component and created a Component Definition) and with your answers I can do that now. Problem 2: I'd like to use that ...
0
votes
1answer
2k views

AS3 create component using Flash CS4

I would like to create a basic component consisting of a textbox and a label next to it (in other words an InputText and a StaticText). I only need to set and get the text in the Input textbox, the ...
0
votes
2answers
528 views

Flash ScrollPane, why is my scroll width/height broken when loading a .SWF?

I've got an AS3 app making use of the fl.containers.ScrollPane object, and I am setting the source to an SWF file like so: myMc.scrollContent.source = "assets/something.swf"; When running the ...
0
votes
1answer
1k views

Flash actionscript 3 multiline combobox component

Is there a way to set a combobox component to multiline in Flash CS4 using actionscript 3 ?
0
votes
1answer
686 views

ScrollPane in Papervision3D

I am having major issues with a ScrollPane component in Papervision3D. This issue has been brought up at a couple of different forums, but not solved: ...