Adobe Flex Builder is the former name of Adobe Flash Builder.
Questions tagged [flexbuilder]
720 questions
0
votes
1 answer
How do I get the build to automatically update a web service reference in Flex?
From within FlexBuilder3, I can go to "Data/Manage Web Services..." select a web service, and click "Update" to ensure that my code and the server are in sync. How do I automate this so that each time I build, the automatically generated web service…

Shawn Hurley
- 85
- 1
- 4
- 10
0
votes
1 answer
Flex Builder Import Web service errors in autogen code
I'm trying to import a web service with the Flex builder feature (Data > Import Web Service). The process proceeds as expected and the classes are generated based on the web service description. The code is generated with compile errors in it…

Joel
- 1,309
- 2
- 10
- 20
0
votes
2 answers
Flex - changes to mxml not reflected in browser
I have a Flex project and am using a trial version of Adobe Flex Builder 3 to build it.
I do the following:
1. Change an mxml file in the project (for simplicity, assume I changed the text in a label).
2. Right click on the project, Export, Release…

CubaLibre
- 1,675
- 13
- 22
0
votes
1 answer
Syntax/error checking breaks in FlexBuilder/Flashbuilder with class libraries over Samba?
We have our class libraries on a shared server we access via Samba (and ssh for command line). Sadly, several features seem to fail in both Flex Builder and Flash Builder/Gumbo with this setup. For example, we no longer get automatic syntax and…

user185144
- 1
- 1
0
votes
1 answer
How to create a table like structure in Flex with rows as text inputs or can I have input fields in the datagrid column?
I want to create a table like structure in Flex, with labels as header. The rows entries might be a check box or a text input box,Like give below.
select | task name | task id | task type
(check box) | (text box)…

Angeline
- 2,369
- 22
- 68
- 107
0
votes
1 answer
flashbuilder list component - how to add an image URL
Im working with flashbuilder 4.6 and have a simple app underway that uses a listcomponent pulling data from an XML service (external URL) that is setup with data/services functionality within flashbuilder.
right now I have a relatively simple list…

tamak
- 1,541
- 2
- 19
- 39
0
votes
1 answer
AMFPHP working for ArrayCollection in Flex
I have a function in my php class which must receive an array of Objects. In flex, I send the data (as ArrayCollection) calling the service. If I work locally, the PHP receive the data and store all the records in the database, but i I place such…

Apalabrados
- 1,098
- 8
- 21
- 38
0
votes
1 answer
Progress Event in Flex 4.6 mobile app
I'm just developing a Flex mobile application and need to show the upload progress of an image.
The code is:
protected function upload( ba:ByteArray, fileName:String = null ):void {
if( fileName == null ) {
…

Apalabrados
- 1,098
- 8
- 21
- 38
0
votes
0 answers
Populating dataprovider Spark List component Flex 4.6
I have an issue related to populating data into a List. The fact is that once the List is populated, when i want to update the content with new entries and I'm scrolling with the List, suddenly after the update is done, the List scroll to top.
I do…

Apalabrados
- 1,098
- 8
- 21
- 38
0
votes
2 answers
FlexBuilder: Can it refactor at the package level? Am I doing something wrong?
I know that FlexBuiler's refactoring engine can deal with updating variable names… But I can't figure out if it's possible to refactor at the package level.
For example, I want to move foo/a.as to foo/bar/a.as, and I want the package path to be…

David Wolever
- 148,955
- 89
- 346
- 502
0
votes
1 answer
Random Picking an XMLList menuitem
i have this XMLList:
0
votes
1 answer
ItemRenderers keep states after changes dataprovider in List
I have the following issue with a Datagrid. I have a comboBox which change the Client and once a client is selected, the system populate the Datagrid with an ItemRenderer which has a CheckBox and two radioButtons. The first time I populate the List,…

Apalabrados
- 1,098
- 8
- 21
- 38
0
votes
1 answer
construct variable within Object in as3
Hi I have the following ArrayCollection:
priceModel.model.arrayProducts.addItem( {'productID':pc.productID, 'product':pc.product,
'provider1': {'value':0, 'selected':false}, 'provider2':…

Apalabrados
- 1,098
- 8
- 21
- 38
0
votes
1 answer
Flex Builder: src location
how can I change the location of the src folder?
Right now I can just move the src folder from the navigator to some other location, but it's not being referenced as the src folder. (it doesn't have the square-ry icon on the folder icon)
Thank…

teepusink
- 27,444
- 37
- 107
- 147
0
votes
1 answer
Change background-color Cell in Datagrid (Flex 4.6)
I'm trying to alternate between two background colors for each cell in a datagrid. It changes its state upon double clicking in a particular cell.
What I want is that the user be able to select individuals cell in a Datagrid so #FFFFFF color is for…

Apalabrados
- 1,098
- 8
- 21
- 38