Questions tagged [flexbuilder]

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

720 questions
2
votes
4 answers

Adding Tomcat Plugin to Flex Builder

Is there anyway we can add the tomcat eclipse plugin to Adobe Flex Builder 3? In other words can we add all eclipse plugins to Flex Builder also?
Anoop
  • 1,439
  • 5
  • 20
  • 37
2
votes
1 answer

Using one data source for multiple datagrids in Flex3

I want to use one data source (e.g. an Array) for multiple Datagrids that have different filterFunctions attached and show different columns. First, I thought I use a very straight forward apporach: create the Array create an ArrayCollection for…
cboese
  • 104
  • 6
2
votes
1 answer

How to get command line arguments for a running process

In my program, I have been receiving an error when I use a command-line compile command for mxmlc. The error is related to an embedded font name not being correctly identified by flex in the system fonts list. However, on a whim, I decided to copy…
Roy Tang
  • 5,643
  • 9
  • 44
  • 74
2
votes
1 answer

Flex XMLListCollection Iteration Concatenating Collected Values

I am working in flex builder 3 with an XMLListCollection and have run into this (should be simple) parsing snag... The XMLListCollection Data:
taipan
  • 25
  • 1
  • 5
2
votes
1 answer

Degrafa Creates Error In LayoutManager In Flex 4.6

I am Having Project In Flex 3.6 & Now Converting It To 4.6... I Used Degrafa In 3.6 For Some Perpose But Now It Is Creating Error Error: Error #1502: A script has executed for longer than the default timeout period of 15 seconds. at…
2
votes
1 answer

flex 4.6 : Get the current location (fast as possible)

I'm using flex 4.6 mobile application my issue when i get the current location using gps sensors it take alot of time Within the limits of 35 sec to take 2 updates my code is protected function GetGPSposition():void { …
Sameh
  • 45
  • 7
2
votes
1 answer

Advanced DataGrid CheckBox

I have a scenario like, Advanced DataGrid have a checkBox and if i select the header checkBox all the field checkBoxes has to be selected that means multi-select checkBox. If any one having the sample code, please send me.
RKCY
  • 4,095
  • 14
  • 61
  • 97
2
votes
1 answer

Adding newer Flex SDK to Flex Builder 3 - how?

I have a Flex Builder 3.0.2. It was shipped with Flex SDK 2.0.1 and 3.2. I would like to add the new Flex SDK 3.5. I followed the documentation: http://livedocs.adobe.com/flex/3/html/help.html?content=build_6.html#162812: - extracted SDK 3.5 - added…
itarato
  • 795
  • 1
  • 8
  • 24
2
votes
2 answers

Where are these ant properties defined? (FlexBuilder/Eclipse)

In trying to build a ant script for my Flex project i've come across a couple of properties that seem to be available by default such as ${DOCUMENTS} and ${PROJECT_FRAMEWORKS}. Does anybody know where these variables are defined and are there any…
James Hay
  • 12,580
  • 8
  • 44
  • 67
2
votes
1 answer

FlexUnit Build Failed

I have problem when I try to run unit test when I embed an Image [Embed(source="assets/Pen.png")] [Bindable] private var PenImageClass:Class; private var penCursor:Bitmap= (new PenImageClass()); the error message is : unable…
2
votes
1 answer

How to compile list of .as files into a single .swf?

Hello i'm using flex to compile .as files.I have more number of .as files, i just want to compile all the files as a single .swf. Can any please tell me how to do that? thanks,
2
votes
1 answer

Difference in building swf through FlexBuilder and mxmlc(ANT build)

Will there be any difference between the swf generated by Flex Builder and mxmlc? In my application, there is a page with certain fields to be filled in. Upon clicking a button, it opens up a popup. Upon selecting an option in the popup and clicking…
jobinbasani
  • 2,075
  • 6
  • 47
  • 66
2
votes
3 answers

Upgradation from Flex Builder 3 standard to Flex Builder3 Professional

I had purshased one licenses for each, flex builder 3 standard as well as flex builder professional. First, I installed flex builder 3 standard and entered the license key, it worked. As it was standard charting library has 'flex trial' water mark.…
Ashine
  • 4,517
  • 3
  • 24
  • 26
2
votes
2 answers

How do I license the data visualization components (charting) for the Flex SDK on an automated builder server?

I have a professional license of Flex 3.3. This allows me to create applications using the data visualization components (charts) without watermarks. However, all of release builds (test, production, etc) occur on our build server. The build…
Ryan Taylor
  • 8,740
  • 15
  • 65
  • 98
2
votes
2 answers

How to structure a website project in Eclipse

I am starting a web application project that will have an Adobe Flex front-end and a PHP/MySQL back-end. I've developed a lot of C++ desktop applications, but am new to building web applications, and to the Eclipse environment. I have set up my…
Brian Stewart
  • 9,157
  • 11
  • 54
  • 66