0
votes
1answer
29 views
Adobe Flex 3 List Control Selection and Change Event Problem
Hi
I created a list control at runtime as following:
var myList:List = new List();
ListArea.addChild(myList);
myList.percentHeight = myList.percentWidth = 100;
myList.itemRenderer = new …
1
vote
1answer
39 views
Compiling a Flex Library with a source attachment using compc or FlashBuilder
I am trying to compile a Library SWC using FlashBuilder while retaining the references to the source code so that asdocs will still appear and the debugger will show source code when there is a …
0
votes
1answer
22 views
ActionScript 3 accordion component child container overlay each other
Hi all,
I use accordion list in as3 to display marker cluster info on google map. For some reason, the current selected child container(a vbox) is overlaid partly by the next container's label. And …
0
votes
2answers
34 views
Make Flex Builder debugger start listening for incoming debug session connections
Is there any way to get Flex Builder to connect to an existing browser session running Flash Player Debugger? I can connect to FDB like this, but with Builder I need to click Debug and rush to close …
0
votes
3answers
41 views
advancedDataGrid with two providers
I want to have 2 dataproviders for 1 advancedDataGrid: 1 normal and second one for combobox in a one of columns. I want to have this combobox to have data from a column in database (i already have it …
0
votes
3answers
55 views
Any dynamic organisation chart avaiable in flex
Does anyone know of any opensource tool for creating dynamic organization chart in flex by reading values from database
1
vote
2answers
160 views
Flex Builder 3 debugging trace output
I have installed Flex Builder 3 and Flash Player 10 on my machine.
I don't know where the trace output goes because I just don't see it (I tried debug and output windows).
Also the breakpoints don't …
0
votes
1answer
97 views
Difference in building swf through FlexBuilder and mxmlc(ANT build)
Hi,
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 …
1
vote
2answers
79 views
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, …
0
votes
1answer
56 views
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 …
1
vote
2answers
113 views
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 …
1
vote
1answer
52 views
Flex: swiz .6.2 undefined method loadbeans
I'm trying to set up the swiz framework in flex but cant seem to get it to compile. Im using swiz 0.6.2 and flex 3.0.2. The swc is in the libs directory of my flex project.
Im following the tutorial …
0
votes
1answer
87 views
Upgradation from Flex Builder 3 standard to Flex Builder3 Professional
Hi,
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 …
0
votes
2answers
38 views
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 …
2
votes
2answers
153 views
git + Flash Builder workflow: how do I set it up so git works smoothly?
I'm using git to track a project I'm developing in Flash Builder, and I'm wondering the best way to go about having it track it, especially regarding Flash Builder generated files, Compiler generated …
