Questions tagged [flash-v3-components]

21 questions
0
votes
1 answer

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 reference the column by name, in this case…
Cyclone
  • 17,939
  • 45
  • 124
  • 193
0
votes
1 answer

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 component in a datagrid column so that the user…
Jasco
  • 5
  • 2
  • 3
0
votes
1 answer

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 static text will stay as is. Any help would be…
0
votes
2 answers

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 application, the SWF is loaded as expected, but both the…
josef.van.niekerk
  • 11,941
  • 20
  • 97
  • 157
0
votes
1 answer

Flash actionscript 3 multiline combobox component

Is there a way to set a combobox component to multiline in Flash CS4 using actionscript 3 ?
user105813
  • 17,059
  • 4
  • 21
  • 17
0
votes
1 answer

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…
1
2