Questions tagged [flexbuilder]

Adobe Flex Builder is the former name of Adobe Flash Builder.

720 questions
2
votes
1 answer

Spark Datagrid with Splitted columns

I'm trying to figure out how can i get that a simple Datagrid has splitted columns. I need the following layout: +-------------------+ | Destination | +--------+----------+ | Dir 1 | Dir 2 | +-------------------+ Any idea…
Apalabrados
  • 1,098
  • 8
  • 21
  • 38
2
votes
2 answers

Flex4.6 : works in debug but not in Release build

My flex4.6 works normally in debug. But when I create a release version, I got: TypeError: Error #1009: Cannot access a property or method of a null object reference. at com.adobe.serializers.utility::TypeUtility$/getArrayType() at…
yarek
  • 11,278
  • 30
  • 120
  • 219
2
votes
1 answer

flex line chart with variable colored line

Ive got a rather simple need to create a line chart. The data that I would like to chart is based on a single daily datapoint. xml example of data: 01/14/2013
2
votes
1 answer

Flex builder and multiple and potentially duplicated projects in the same work space?

Is it possible have two projects with the same name in flex builder? Here is the scenario ~/projects/myprojectdev/ProjectName ~/projects/myprojectstable/ProjectName myprojectdev and myprojectstable are more or less the same tree structure and…
Gordon Potter
  • 5,802
  • 9
  • 42
  • 60
2
votes
1 answer

Is it possible to use an environment variable instead of a "linked resource"?

Our project files have an absolute path and I am trying to replace instances of these with Linked Resources in order to make the dev environment portable between different workstations. Our Windows workstations already have a number of useful…
Steve
  • 8,153
  • 9
  • 44
  • 91
2
votes
1 answer

differences when compiling a project using flex builder and flex sdk

The following code compiles fine in flex builder 3, but throws an error when compiled using the command line and flex sdk 3.3.
Marco Luglio
  • 3,503
  • 1
  • 21
  • 27
2
votes
5 answers

How to update a MySql DB using Flex

Just got developing with Flex, and i like it. I've done some simple apps to get the felling of it, nothing involving updating a file or a database. I wanted help, how to do a query to a MySql DB from a Flex application (thats gonna be running in a…
Fábio Antunes
  • 16,984
  • 18
  • 75
  • 96
2
votes
3 answers

HelloWorld in Flex using flash builder 4.6

My code is as follwos; 1, ) Both the label and the button are overlapping. and how can i fix that ? (I know that the layout is set to absolute by default, but when i removed the minWidth="955" minHeight="600" and included layout="horizontal" i got…
Illep
  • 16,375
  • 46
  • 171
  • 302
2
votes
1 answer

How to integrate google+ in a flex mobile application

Anybody know how can integrate google+ in a flex mobile application. While i tried to authenticate with google+ getting an error like text="Error #2032: Stream Error. URL:…
2
votes
6 answers

Are Flex charts available in the free Flex SDK?

Hmmmm... It appears that charts are only available through the Flex SDK that comes built-in with Flex Builder. This is a problem, since I want to use Flex 3.3, and Flex Builder came with 3.2. Eclipse is also ticking me off, and I prefer to use a…
Aethex
  • 1,502
  • 2
  • 16
  • 27
2
votes
1 answer

peak Memory in AIR application in Flex 3

I developed a AIR application in which many module use and when i load and unload module in my application that time every 4 to 5 MB system memory use and then me logout memory not release.
Sagar Rawal
  • 1,442
  • 2
  • 12
  • 39
2
votes
3 answers

Sending data between sever and mobile

I have to get a large amount of data from a server to a mobile application. Currently i am passing the data in XML format which, seems to work. I want to know if there is another better way to do this. Also further i may need to show the data using…
frewper
  • 1,385
  • 6
  • 18
  • 44
2
votes
4 answers

Is there a way to get FlexBuilder 3 to treat a project as an Application and a LIbrary?

My team builds reusable libraries for other (internal) software development teams. We use FlexBuilder 3 as our development environment. Our SCM standards state that these projects must include test harnesses and a unit test runner, and (of course)…
2
votes
1 answer

Flex Builder on Linux

Is there a way to use a Flex Builder on Linux? Adobe has formally dropped Linux support for Flash Builder IDE. There is an open source project that exists on Google Code. So I tried it, but no designer mode and some other compiling problems are…
sura2k
  • 7,365
  • 13
  • 61
  • 80
2
votes
1 answer

Flex numeric spinner, want to add preceeding 0

I have a Flex UI and want the numeric stepper to add a preceeding '0' to the displayed value if it's between 0 and 9, so that it's always 2 digits. How do I do this?
fred basset
  • 9,774
  • 28
  • 88
  • 138