flexbuilder Questions
5
On Mac OS X, I am running Flex Builder (which is basically a customized Eclipse). When I do a Find it beeps if it cannot find the selected text and when it wraps the search to the top.
Is it possi...
Pall asked 1/12, 2008 at 18:36
4
Solved
I'm asking this in relation to Flex Builder, but it might apply to Eclipse in general.
Trace statements in Flex Builder get sent to an Eclipse Output Console. What is the easiest way to filter thi...
Monicamonie asked 21/3, 2009 at 14:17
6
Can someone explain how Eclipse's local history works?
I accidentally overwrote a file in a project but need to revert to an earlier version.
Is there a chance that Eclipse has the older file cach...
Spoondrift asked 9/6, 2009 at 12:27
3
I am running Flash Builder 4.6 and just added Apache flex sdk 4.9.1 (build 1447119) to my mac book pro running Moutain Lion and when i tried to do a quick 'hello world' and add a few elements to th...
Vocoid asked 27/3, 2013 at 17:56
3
Solved
Using Adobe Flex Builder Pro stand-alone, how do I filter or exclude some files in my project source folder from being copied into the bin-debug folder during a build? Flex Builder is based on the ...
Etam asked 11/8, 2009 at 21:10
5
Solved
Using Flex Builder :
I have created a new Actionscript Project.
I want to use mx.controls.Button class in it,
so I did the following :
Added '-locale=en_US -source-path=locale/{locale}' to the A...
Sorrells asked 22/6, 2009 at 18:6
6
I'm working on an Adobe Flex application that loads lots of Flex Modules and other Flash sub-applications and Flash resources. Each time one successfully loads the flashlog.txt and Flex Console sho...
Gearbox asked 10/8, 2010 at 1:13
14
Solved
I run Flex Builder 3 on a mac and as my project grows - the compile time gets longer and longer and longer. I am using some SWC's and there is a fair amount of code but it shouldn't take minutes to...
Suisse asked 29/8, 2008 at 1:34
2
Is there any way to automatically deploy to a server after I build a flex app, and then debug using the remote url ?
This is totally possible in FlashBuilder, but I am highly hoping that it can b...
Counterclaim asked 9/4, 2011 at 19:21
5
Solved
I'm new to Air. I've got an existing Flex 2 application which I'm considering bringing into Flexbuilder 3. My question is can I use the same base application (and source code) to make the Air versi...
Bianchi asked 18/9, 2008 at 15:0
8
Solved
Using Flex Builder 3 :
I have been getting this problem in every single debug launch for past few hours.
I used to get this earlier too, but once in a while, not with every debug launch.
I found ou...
Odom asked 3/2, 2010 at 10:1
4
Solved
Eclipse is free , flex sdk is free. Is not the eclipse plugin for flex free?
Salangi asked 20/3, 2011 at 16:10
1
Solved
I'm about to implement
public function writeExternal( output:IDataOutput ):void {...}
public function readExternal( input:IDataInput ):void {...}
to make a set of object serializable.
Although...
Shears asked 6/10, 2011 at 22:51
1
Solved
Currently, I do serialize my model object to the SharedObject instance:
try {
var mySo:SharedObject = SharedObject.getLocal("sig");
mySo.clear();
mySo.data.model = _model;
mySo.flush();
...
Anion asked 10/10, 2011 at 20:33
3
Solved
inspired by the question int a[] = {1,2,}; Weird comma allowed. Any particular reason? I remembered a question concerning the syntax in Adobe's Actionscript.
For some reason it is possible (at le...
Archibold asked 12/8, 2011 at 19:33
6
Solved
I'm creating a new Flex component (Flex 3). I'd like it to have a default style. Is there a naming convention or something for my .cs file to make it the default style? Am I missing something?
Pursuance asked 30/1, 2009 at 21:41
12
Solved
Is it realistic to try and learn and code a Flex 3 application without purchasing FlexBuilder? Since the SDK and BlazeDS are open source, it seems technically possible to develop without Flex Build...
Cathouse asked 2/9, 2008 at 20:51
2
Solved
could you recommend some good alternative Flex IDE? I am interested in free editions mostly but I will also take under consideration the paid ones.
Thanks
Terraterrace asked 24/3, 2011 at 10:57
2
Solved
I know profiler questions can be quite general, but here I have a very specific question and example.
I know that in the following code (taken from Joshua's question), that an infinite number of c...
Fever asked 10/2, 2011 at 15:10
4
Solved
Is there an easy way to build projects created in FlexBuilder via the command line?
I'm beginning to work on adding a couple Flex components to the project I have at work. Currently the rest of th...
Lacerated asked 23/2, 2009 at 15:14
3
Solved
How do I generate release build of my Flex Application
through IntelliJ Idea, like I do in Flex Builder?
Stuyvesant asked 5/8, 2010 at 15:42
4
Solved
Here at SO, I asked what language I should use to create a web app that would capture video from the user webcam and send it to the server when he clicked 'submit' and the answers were mostly Flash...
Bialy asked 27/9, 2010 at 19:10
4
Solved
Are there any open source (read free) alternatives to Flex Builder? I do not qualify for their student waiver (sad)
Detrition asked 15/3, 2010 at 19:7
5
Is there a way to add entries to FlexBuilder's build path that are relative?
I'm going to have multiple projects that will use a shared codebase, but I'm having trouble getting them to reference t...
Standridge asked 23/2, 2009 at 19:55
3
Solved
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 .sw...
Harberd asked 8/9, 2009 at 19:27
1 Next >
© 2022 - 2024 — McMap. All rights reserved.