Adobe Flex Builder is the former name of Adobe Flash Builder.
Questions tagged [flexbuilder]
720 questions
0
votes
2 answers
Get selectedIndex in Datagrid from itemRenderer
I have a DataGrid and the first column cells have an itemRenderer with an embebed image and doubleClick event linked.
So, when o double click event occur, this renderer catch the event and the handler. The question is that I would like to dispatch…

Apalabrados
- 1,098
- 8
- 21
- 38
0
votes
3 answers
Add .properties file to output folder of Flex project
In our current project we use .properties files as external files. When building our project the properties files are not added to the bin debug (output folder). Xml files are added without any problem.
Does anybody know how I can add the…

Wannes Coolen
- 1
- 1
0
votes
1 answer
Creating object variables from string in AS3
I have the following issue related to how can i create an Object varible from a String name.
var obj_product:Object = new Object;
obj_product.product = producto.nombre_producto;
obj_product.products_proveedorID =…

Apalabrados
- 1,098
- 8
- 21
- 38
0
votes
1 answer
App created with AIR 3.4 Won't Work in AIR 3.7
I recently overlaid AIR 3.7 into the Flex 4.9.1 SDK. An iOS app I created works perfectly with 3.4 (which I created it with). Part of the app is to either take a picture or get it from the Camera Roll (and save a compressed version) However, in 3.7…

Jim Stewart
- 72
- 8
0
votes
1 answer
Modules and Panels issue
I have the following problem.
In my application I have several modules and each of them have components CollapsableTitleWindow (extends Panel). After opening the window it is added to the container which is in the main application…

Arkadiusz Kondas
- 454
- 8
- 13
0
votes
1 answer
Flex - Parsley - Event Will Not Dispatch From Method in Result Handler
I have a Command that executes a service call. In the result handler, I am doing some logic based off the result data. If the logic meets specific criteria, I am displaying a confirmation popup. If the user clicks the continue button in the…

anad2312
- 787
- 2
- 8
- 20
0
votes
2 answers
Web app in Flex 4
I have a small issue related to my web App developed in Flex 4.6.
I have an app which has 800 x 600 px and in some screens, not all the content is shown and no scroll appear in the browser.
How can I setup the app to be able to show the y-scroll in…

Apalabrados
- 1,098
- 8
- 21
- 38
0
votes
1 answer
Building Flexbuilder projects in ant
I'm using Flexbuilder as an IDE, and I'm working on automating the process of building my application.
In the process of setting up the ant build file, I noticed that there's no way to call the project using the list of dependancies that Flex…

Dan Monego
- 9,637
- 6
- 37
- 72
0
votes
2 answers
Customize Adobe File
I have a problem with my Flex Builder Plug-in.
I'm using the Flex Builder 3 Plug-in in my Flex application (in Eclipse).
Now I want to customize the MessageResponder.as File in the Plug-In. I found the ActionScript File without any problems, but the…
0
votes
2 answers
Turn off a particular warning in Flex Builder 3?
I keep getting this warning:
warning: unable to bind to property 'image' on class 'XML' (class is not an IEventDispatcher)
Is there a way I can turn off this type of warning (but keep the others) as it is driving me crazy when I try to trace…

JD Isaacks
- 56,088
- 93
- 276
- 422
0
votes
4 answers
Retrieve specific index from arraycollection
I can't seem to work this out. I want to display a list that starts with a specific position in an arraycollection, without changing the array. The goal is to have a set of full screen images that the user can swipe through (like in an ebook), and…

user1482027
- 1
- 2
0
votes
1 answer
Flex get the first object of an Hgroup
Introduction of my code: I have a Vgroup inside a scroller, because the user is going to add a numbers of objects.
Each time the user clicks the Button, its going to add to the Vgroup and Hgroup that has 3 objects inside (look in…

Alessandroempire
- 1,640
- 4
- 31
- 54
0
votes
1 answer
(Flex 3) How do I get data from a xml file using HTTPservice and save the return data as an array?
I have an xml file (externally saved) that is similar to the following:
[root]
[main]
[title]...[/title]
[content]...[/content]
[/main]
[main]
[title]...[/title]
[content]...[/content]
[/main]
[/root]
*All <> is replaced with…
user190324
0
votes
1 answer
What do I need to do to get 'EXPORT RELEASE BUILD' to generate android app icon the way RUN command does in FlashBuilder 4.6?
I have been working on an app for a while now and noticed today that when I export release build the final app icon (on android device) isnt produced - it just defaults to the standard android icon...
but with the RUN command (the icon that is next…

tamak
- 1,541
- 2
- 19
- 39
0
votes
1 answer
Flex compiler error: "please put definition in a package" for classes that ARE in a package
This is with Flexbuilder 3.2, Eclipse 3.3.2.
I am moving my development environment to a new machine. Actionscript classes that compiled in the old environment now get a compile error:
A file found in a source-path must have an externally visible…

Kevin Beck
- 2,394
- 2
- 15
- 27