flexbuilder

AdvancedDataGrid sort column on application creationComplete

I have a AdvancedDataGrid that shows searchwords grouped by searchengine. So the searchengines are the branches and if I open one branche I see all the keywords that are searched with that searchengine. Behind that I have a column of "visits". This shows how much visitors came by this searchengine or searchword. Behind the searchengine i...

Empty Dialogs in Flex Builder

I have been experiencing a strange issue in Flex Builder 3 where certain dialogs such as the Add New Project wizard and the SVN Commit dialog are completely empty save for the title area. I'm running Flex Builder v3.0 (build 3.02.2.214193) on the Windows 7 RC. I have tried completely uninstalling and reinstalling Flex Builder to no ava...

How can I automate the building of a Flex component library?

I would like to build a flex library project automatically instead of the current process, which involves one of our developers compiling it on his machine and then us checking in the resulting .swc file. It's gross. I am coming at this from the perspective of a java developer, so I'm having a hard time getting the hang of the compilat...

flex NetStream.DIRECT_CONNECTIONS exists?

i am trying to run a source that i downloaded in Flex Builder 3 but i get some errors: like on this line: sendStream = new NetStream(nc,NetStream.DIRECT_CONNECTIONS); Access of possibly undefined property DIRECT_CONNECTIONS through a reference with static type Class. and here myPeerID = nc.nearID; //nc is NetConnection and cod...

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 duplicates of the same codebase. I am using git to manage them as separate repositories...

Adding common library files to Flex Builder?

So I'm playing around with an ActionScript library (Flare, to be specific) in Flex Builder 3. I'd like to have this functionality available to all projects in my workspace without having to copy it to every one. What's the easiest way to do this? ...

In a step by step way how do I build this open source flex project in flex builder

hi, in a step by step way, how do I build the products in this open source flex project? i have flex builder 3 and a mac with java so I should be able to build this. There is a library and an example project called simpleworld. http://code.google.com/p/moccasin/ I want to build the latest version: 0.24 There is no readme so when I ...

AxisRenderer canDropLabels isn't working

I have a LineChart that had this code inside it: <mx:AxisRenderer canDropLabels="true" labelRotation="0"/> First all data inside this linechart where provided by a but now I get the data from a database via amf php the properties of the AxisRenderer that i have set aren't responding. The labels are very small (setting fontSize isn't ...

Check boxes just on tree leaf nodes in Flex

I'm having difficulty getting checkboxes on only the leaf nodes of a tree. Before anyone links it, I've seen http://www.sephiroth.it/file_detail.php?id=151# and this isn't exactly what I need. I don't want a 3-state checkbox system including both branch and leaf. I understand applying the checkbox item renderer to a data grid but not o...

How can I replicate the functionality of the Flash Builder's release tool in ant?

I want to build an ant script that does exactly the same compilation actions on a Flash Builder 4 (Gumbo) project as the Project->Export Release Build... menu item does. My ant-fu is reasonably strong, that's not the issue, but rather I'm not sure exactly what that entry is doing. Some details: I'll be using the 3.x SDK (say, 3.2 for...

flash builder 4 http request problem

so hi everybody i have one problem now i am create flash builder 4 project (this problem very important for me) flash builder 4 create project don't have any problem any code working but project create .net webservice then work open browser http request error message please help me before i have flash builder project then this project ve...

Flex application works in bin-debug but not in bin-release

Hi All I have developed a little flex application which does some web service calls, retrieves some data and returns the data to the application. Everything works fine as long as I am working inside Flex Builder (eclipse) or as long as I run it from the ProjectName\bin-debug. Once I try to deploy it (run it from ProjectName\bin-relea...

Flex Builder: src location

Hi, 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 you, Tee ...

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 updated (ie, from package foo to package foo.bar) and references to be updated accordingly. ...

Flash Builder folder structure + .fla workflow

I built 3 variations of a game for different platforms (i.e. Facebook, mobile etc.) in Flash CS4. I now have the following structure (5 folders): Facebook Mobile Website Shared_classes Shared_assets In each of the top three folders there is a .fla file. Every .fla uses assets and classes from the "shared folders" but also platform-uni...

Flex 3 error: "Can not resolve a multiname reference unambiguously"

Hello, I'm quite new at flex and have been following a game tutorial. I've created a class named Bounce (Bounce.as) but when I try to compile, I get the above error. I've been searching forums and help, but the only people who seem to get this error is with HTTPServer. How can I specify to actionscript 3.0 that I want to use a created cl...

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) | (text box) | (text box) (check box) | (text box) | ...

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 here: http://code.google.com/p/swizframework/wiki/DefiningApplicationComponents and my code looks like: Swiz.mxml-- <mx:Application xml...

Convert Flex Builder 3 project to Flash Builder 4

Hi, I just upgraded to Flash Builder 4 (beta 2) from Flex Builder 3 which I have been using since it came out. Problem: All the projects that were in my workspace from Flex Builder 3 did not carry over into Flash Builder 4 (e.g. in the "Flex Navigator" view if FB3). Flash Builder 4 now uses the .FXP format to manage projects, but Flex ...

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 error checking. Anyone familiar with this issue and able to suggest a solution? Thanks! ...