Adobe Flex Builder is the former name of Adobe Flash Builder.
Questions tagged [flexbuilder]
720 questions
3
votes
1 answer
Is there a way to disable left/right keyboard arrows for ColorPicker?
I am developing Flash Builder application that has ColorPicker component. When the ColorPicker has focus and I press left of right arrow from keyboard, the color changes.
Documentation from there says that this is a default behavior for the…

stryker
- 149
- 1
- 16
3
votes
2 answers
Quick question on Flex/Action Script - Excessive imports
I play around a lot when I'm programming in FLEX, mostly cause I'm new and I don't know the best way to do things. Consequently I end up importing a lot of things. I end up throwing out the code and realize later that the imported class is still at…

invertedSpear
- 10,864
- 5
- 39
- 77
3
votes
2 answers
How to generate p12 certificate with 100 years validity using flash builder
I am trying to upload debug version in google play store and i am getting this error
Upload failed
You uploaded an APK signed with a certificate that expires too soon. You need to sign your APK with a certificate that expires farther into the…

Trinu
- 1,721
- 3
- 21
- 41
3
votes
3 answers
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…

Chris R
- 17,546
- 23
- 105
- 172
3
votes
1 answer
How to get Flex Builder 3 to generate two builds: one "-use-network=true", another "-use-network=false"?
I'm building a Flex application that will need run under two different deployment scenarios:
First, the application will be hosted on the web. The SWF loads some external resources (images, text) so it requires network access, which is the Flex…

Chris W. Rea
- 5,430
- 41
- 58
3
votes
3 answers
Text input fields in flex when full screened does not work
Hi all i have a problem where if my application is full screen i cannot click on any text input component and i cannot input any text into the fields. i have tried creating the text input fields at run time and i have tried creating them on the…

markblue777
- 829
- 3
- 13
- 28
3
votes
3 answers
Inspect UI elements in Flex
Is there any tool available for Flex applications that acts similar to Web Developer or Firebug toolbar to inspect UI elements?
Basically in a complex hierarchy of UI controls allowing you to browse the elements and see properties such as x and y…

Mircea Grelus
- 2,905
- 1
- 20
- 14
3
votes
1 answer
Define possible values for a property in Flex
In Flex, is it possible to include some kind of MetaData to a property, to be able to list all possible values that a property can use? I want to be able to list the values when calling the property from MXML, as in the case of for example the…

thorseye
- 237
- 6
- 16
2
votes
1 answer
How to list all streams (also live streams) in Flash Media Server?
Is there some sort of "ls" or "dir" command I can issue from client side?

Dims
- 47,675
- 117
- 331
- 600
2
votes
0 answers
NetStream not sending audio on second Call flex
I am trying to build a video conferencing application between two people. the problem I am facing is that I attach the video and mic to my stream and publish it. The first time a call is made the audio is transferred alongwith the video but when i…

Hadi
- 1,212
- 2
- 17
- 31
2
votes
1 answer
Looping over elements inside an element in Flex
I have the following function in Flex 4:
protected function initEventHandlers():void
{
imageContainer.addEventListener(DragEvent.DRAG_ENTER, acceptDrag);
imageContainer.addEventListener(DragEvent.DRAG_DROP,…

Joris Ooms
- 11,880
- 17
- 67
- 124
2
votes
1 answer
Serialize circular object networks using writeObject / readObject
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 I'm pretty sure, that I implemented all correctly,…

SteAp
- 11,853
- 10
- 53
- 88
2
votes
1 answer
JavaHL Library not found error
I installed SVN using the instruction give here: http://alvijee.blogspot.com/2010/08/setting-up-subversion-with-adobe-flash.html
I did select JavaHL Native Library while installation are restarted Flex Builder too.
Now, from Window > Perspective >…

Uthman
- 9,251
- 18
- 74
- 104
2
votes
1 answer
Flex builder "Refreshing workspace" and "Building workspace" over and over
Facing one problem with Flex builder "Refreshing workspace" and "Building workspace" over and over... Am wasting almost 10min on every build. running FB 3 on my win 7 , 64 bit , 3 gig Ram.

Sabha B
- 2,079
- 3
- 28
- 40
2
votes
1 answer
Flex TouchEvent stageX & stageY properties fluctuate under transformed target
I've written code that enables DisplayObjects to be fully manipulated under two touch points (drag, scale, rotate).
The problem I'm having is that as the DisplayObject is being manipulated, it causes fluctuations in the TouchEvent's stageX & stageY…

timwjohn
- 277
- 1
- 3
- 11