Java :: Work As A Team On FlexBuilder?

Jun 15, 2011

As me and my friend are working on the same source code of a project on flex builder, I'm looking for a solution that makes it possible to work on different computers and edit the same source code.

View 3 Replies


Similar Posts:


Flex :: Does FlexBuilder 3 Work With Eclipse 3.5.1

Dec 5, 2009

I m trying to install Flex Builder 3 into Eclipse 3.5.1 as a plugin on Mac 10.6.2.During the installation phase, FB3 says it only support eclipse 3.3 & 3.4. But I started the installation anyway. After the installation was done, I can't find Flex perspective from Eclipse. So I google around and found out the possible way to manually add this link file from folder "links" to point to the FB3 Plugin folder. I did that and FB perspective can be shown now. But when I try to switch to FB perspective, error occurs:[code]

View 1 Replies

Flexbuilder :: Flex Transition Effects Work On 2nd And After Transition

May 18, 2010

i have a flex app that transitions between 2 states with the toggle of a button. my issue is that the effect of fading only seems to work on the 2nd transition and after. However, for my first transition... going from State1 to studyState... there is no fade effect whatsoever, in fact the components in state1 disappear completely (the footer fills the empty gap where the "body" use to be) and then the flex recreates the studyState (without any fade refilling the "body" with components only in studyState). After this first transition however, going between studyState and State1 working COMPLETELY fine.. why does this happen and how can i make it so that crossfade works STARTING FROM THE VERY FIRST TRANSITION?[code]

View 1 Replies

ActionScript 2.0 :: Alter Text Properties To Indicate Which Team?

Mar 18, 2010

I have the two team names for my game appear in dynamic text boxes. What I would like is to be able to alter the properties of the text box depending on which team has their go.This is the code which switches teams:

Quote:
function getRandomFishPoint() {
index = Math.floor(Math.random()*(points.length));
txtPoints.text = points[index];[code].........

So what do I have to add to have the text change colour, or something. I'm still figuring out what I want to change, but I would like to know how to change the properties of the text box.

View 1 Replies

Flash IDE Version Control - Integrate With Team Foundation Server 2008?

Aug 31, 2010

Does anybody who work with Flash IDE use any kind of document versioning tool? Is it possible to integrate with Team Foundation Server 2008? Team Explorer plugin?

View 1 Replies

Java :: Get The Flex Compiler To Work With A 64bit JRE?

Jun 2, 2010

Are there any workarounds to get the Flex compiler to work with a 64bit JRE? If I use an MXMLC task in an Ant buildfile in Eclipse it works fine but if I try to use MXMLC from the command line (or try the Run... command from FDT in Eclipse) it fails, telling me ...

"Error loading: C:Program FilesJavajrrt-1.6.0jreinjrockitjvm.dll"

(this is with a 64bit JRockit runtime but that shouldn't matter).

View 1 Replies

Java :: Does The Spring-Flex 1.5 Sample Work

Feb 8, 2011

The reference doc ( here ) tells us to download the sample application: Included in the project distribution is a collection of samples called the Spring BlazeDS Integration Test Drive. This samples project is set up to be built with Maven and then imported into Eclipse for running the application via WTP.

The samples in question, must either be spring-flex-testdrive-spring3.zip which is linked to in the document or spring-flex-testdrive-spring3.zip based on the notion that this is release 1.5.0.M1 (docs and samples).After I configure maven as described with the proper environment variable:

MAVEN_OPTS="-Xms256m -Xmx512m -XX:PermSize=128m -XX:MaxPermSize=256m"

I then execute (per instruction) the command to install: mvn clean install from the extracted samples directory (in my case C:spring-flex-testdrive ), I receive the following error:

C:spring-flex-testdrive>mvn clean install
[INFO] Scanning for projects...
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]

[code]....

I have managed to get a "Spring BlazeDS" application working (with Flex), but now I'm at the point where I need to implement security, and if the samples would compile and run correctly.

View 3 Replies

Java :: Does KeyEvent Work With Flash Games

Apr 27, 2011

Is it possible to use the Java KeyEvent to sends keys to a flash game? I would like to be able to control a flash game from a Java program I have written.

View 2 Replies

Java :: How Does Complex Web Browser Games Work

May 24, 2011

I am curious about how battlefield heroes works - it is a game playable in your web browser, and it is quite alot more complex than your average webbrowser game. Does anyone know what technology it is based on? Flash, ActiveX, Applets....? What technology does Age Of Empires Online use?

View 3 Replies

Flex :: Configuring "Web Application URL" For Team Use

Feb 16, 2011

I'm trying to take advantage of 'Path Variables' (or Linked Resources), in my teams FlashBuilder4 project properties, so that its not such a bear to get a new project out of SVN, and up and running. I'm all done with that, except that I can't figure out what I'm supposed to do for the "Web application URL". It doesn't allow me to create a "Path Variable" for http:// type items, only files and folders. Short of saying that all developers need to configure their servers exactly thus, how can I configure this property so that individual team-members settings don't interfere with other team-members ?

View 2 Replies

ActionScript 3.0 :: From FlexBuilder To CS3 Or FlashDevelop?

Nov 28, 2009

I have inherited a Flash project that (I THINK) was started in FlexBuilder, but I dont have FlexBuilder. I have CS3 and FlashDevelop, is it possible for me to continue this project using the tools that I have?

There are a bunch of wierd files like ".project" and ".actionScriptProperties", and obviously no .FLA file.How can I get up and running using either CS3 or FlashDevelop?

View 2 Replies

Flex :: Flexbuilder Keeps Compiling Old Files

Feb 28, 2010

I'm working on a project on Flex AS3.0 project in Flex Builder. It was working fine, I changed the name of one of my classes and all the related process. Now when I compile dubug the thing, it keeps on compiling an older version even if I comment all the code in main. It still compiles the old files. I have cleaned the project , but still the same old problem.

View 2 Replies

Flex :: Transitioning From FlexBuilder 3 To FlashBuilder 4?

Mar 24, 2010

It's growing pains time again. Some of our stuff requires FlashBuilder 4 and some still requires FlexBuilder 3. Both are installed OK, and no projects use both IDEs. The trouble is, when I go back to work on a FlexBuilder 3 project it takes freakin' forever to build and I get weird errors like these: This doesn't seem to cause any identifiable problems except to throw up a modal dialog at various points in the build process, forcing user interaction. But I do notice that memory fills up fast in FB3 and generally FB3 starts behaving strangely and ultimately quits once it gets up over 700MB.

This is only a temporary bridge situation until we get all projects into FB4, but "temporary" could mean weeks if not months. Does anyone have any advice for how to get through this bridge period? Is there anything I can do to make these two IDEs work and play well together? Failing that, does anyone know what "java.lang.String" is the "reason" for the problem? Does Eclipse have a resource bundle somewhere that is getting corrupted when i go back and forth between the two?

View 1 Replies

Flex :: FlexBuilder Debugger What Can 'expressions' Tab Be Used For

Jun 14, 2010

is there any documentation on the FlexBuilder "expressions" tab, and what expressions it can accept?As far as I can tell, it can show the value of variables, but that's it: comparisons, function and method calls all fail: [code]this is specific to FB3 Flex Builder. Apparently FB4 Flash Builder is slightly less incompetent.

View 2 Replies

Flex :: Add SWC File For Cairngorm To App Without FlexBuilder?

Aug 12, 2010

I am not using FlexBuilder, I'm using the free Flex SDK with TextMate. I'm having some trouble figuring out what this FlexBuilder process actually does behind all the nice dialogs and things, so that I can do the same thing by tweaking whatever the relevant file is, but Googling just points me at similar instructions telling me to use FlexBuilder.

View 1 Replies

Organizing FlexUnit 4 Tests In FlexBuilder 3?

Jan 24, 2011

I've recently started practising test driven development - thus far I've been working on a library project, so I've organised my FlexUnit tests in a separate FlexBuilder 3 project, linking against my library's swc.Now I'm working on a web app and wondering how best to organise the tests for this. At the moment I've put them in a src/test package in the project I'm testing, with the test runner application at the same level as the default application. Is this the best way to do it, or should I have a separate test project and link in the source for the application I'm testing?

View 1 Replies

Actionscript 3.0 :: Using FlexBuilder As An External Editor?

Jan 23, 2009

Recently I switched to using Flex as an external ActionScript editor for my Flash projects. My problem is this:

I created a symbol called MyBox in the Library, which I don't place on the stage in Flash, just instatiating runtime from Actionscipt. The FLA compiles and everything works ok, my symbol (referenced as MyBox in the Library) appears when I run the project.

But when editing the document class AS code using FlexBuilder, the following line throws an error.

var MyBox1: MyBox = new MyBox();
"Type was not found or was not a compile-time constant"

I guess it is because the FlexBuilder environment do not see the library item reference MyBox) in the FLA. However, I can build run the project from Flash.

How can we let the FlexBuilder environment know about the Library refrences we place in the FLA file?

View 4 Replies

Flash :: Builder Vs Flexbuilder 3 For Actionscript Only Projects

Apr 5, 2010

Right now Flexbuilder 3 is my editor of choice for all as3, xml ,js editing. I'm not 100% convinced that I need to upgrade to FlashBuilder. Also early betas seemed a bit sluggish compared to Flexbuilder3. Does anyone who has made the upgrade have any convincing reasons? Was it worth it?

View 1 Replies

Flex :: Flexbuilder - Password Validator Using RegExp?

May 20, 2010

I have seen several examples in Flex for passowrd validator using RegExp. But every where the validation is happend for single validation.

I have a requirement, like password validations like

- At least one Upper case letter

- At least one numeric character

- At least one special character such as @, #, $, etc.

- At least one Lower case letter

- password lenght minimum 6 digits

- password cannot be same as user name

I have the code only for checking the password is valid or not . check the below code.

MXML CODE

<mx:FormItem label="Username:" x="83" y="96" width="66">
</mx:FormItem>
<mx:FormItem label="Password:" x="88" y="123" width="61">

[Code]....

View 1 Replies

Flex - Using Flexbuilder To Create An AIR App Connected To Saleforce.com?

May 13, 2011

I have created an Adobe AIR application that interfaces with Salesforce.com. The only drawback I have is that the data that is synced to the desktop is not encrypted. I can encrypt a database that I create locally, however, I am trying to encrypt the database that is created and maintained by the flexforforce toolkit.

View 1 Replies

Flex :: Flexbuilder - Build A Dashboard Application?

Sep 1, 2011

Suggest a good tutorial on how to build a dashboard application with Flex.

View 1 Replies

Flex :: Passing A Parameter To HttpService In Flexbuilder 3?

Sep 13, 2011

I have stuck at the point where i need to pass a selected item of a comboBox as a parameter to a HttpService.

View 1 Replies

Flexbuilder - How To Show Flex Mobile Alert?

Feb 21, 2012

I am creating an application using flex mobile but could not find how to show alerts using flex.So can anyone please tell how to show the alert in flex mobile , mx alert don't work in this and i could not find an alternative in spark.

View 1 Replies

ActionScript 3.0 :: FlexBuilder - Disable Caching In Debug - Mode?

Jul 9, 2009

SWF caching has bit me quite a few times now. I want to debug in the browser because that's where the swf will run. But Firefox sometimes caches local files incorrectly, thinking that it has the latest version when it doesn't. This can cause a huge headache with debugging, causing me to wonder why something doesn't work no matter what I do.

The workaround I use is to create a custom html file in bin-debug that loads the swf with a random string appended so Firefox never caches it. This works fine, but every time I start a new project, I need to remember to do this.

View 3 Replies

Flex :: Flexbuilder - Swiz .6.2 Undefined Method Loadbeans

Oct 2, 2009

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:[URL] and my code looks like:

[Code]....

when i try to compile i get the error unidentified method loadBeans through a reference with static type Class.

View 1 Replies

Flexbuilder - Dynamic Organisation Chart Avaiable In Flex?

Nov 7, 2009

Does anyone know of any opensource tool for creating dynamic organization chart in flex by reading values from database

View 4 Replies

Flex :: FlexBuilder/MXMLC : Profiling The Build Process?

Feb 8, 2010

I've noticed that, recently, builds in FlexBuilder have been taking much, much longer than they used to (30 or 40 seconds, as opposed to 3 or 4). What is the simplest way of profiling these builds to figure out what is taking so much time?

View 4 Replies

Flex :: Security Error Accessing Service Outside Of FlexBuilder

Mar 16, 2010

I am building a little Flash app that will consume some web services over HTTP. When I am in Flexbuilder and run my app there, it works fine. When I goto to my FlexBuilder project on my OS and double-click on it, it works fine. When I zip up my bin-debug file, I get this error:

Security error accessing url faultCode:Channel.Security.Error faultString: 'Security error accessing url' faultDetail:'Destination: DefaultHTTP'

So I googled that and got information on about the crossdomain.xml file. Well, I can't put a crossdomain file in the service I am calling, but I can put one somewhere else. So I put the following lines in Flex app:

Security.allowDomain("vx1391");
Security.loadPolicyFile("http://vx1391:8080/job/Remote%20FIT%20Runner/ws/trunk/flash-cross-domain.xml");

[Code]....

Which I know is bad in a prod enivironment, but right now I just need to get this working locally but outside of FlexBuilder.

View 1 Replies

Actionscript :: Flexbuilder - IntelliJ Vs Flash Builder For Projects?

Mar 24, 2010

Would luv to here from developers who have made the switch from Flex-Flash builder to IntelliJ.

View 1 Replies

Flex :: Flexbuilder - Builder 3 Unclosable Editor Windows

May 4, 2010

See: [URL] Somehow I made this happen and I don't know how to undo it. The image linked above shows my Flex Builder session. The largest section of the window is the editor. Initially, there was a blank window on the screen so I tried closing it, but I couldn't. Then I tried dragging it and realized I could drag it into a corner of itself, hence all the nested windows. I have no idea how to close these windows or simply reset the view. I went to the preferences under General > Perspectives, but the "reset" button was disabled for every available perspective.

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved