Adobe Flex Builder is the former name of Adobe Flash Builder.
Questions tagged [flexbuilder]
720 questions
0
votes
2 answers
Phone Data Access in android, iphone using Flex Builder
Is it possible to access phone data like (Contact,Message) in android,Iphone using Flash Builder Mobile Development app .... If It's Possible using Adobe air so tell me ..
thanks

Ravi Desai
- 401
- 1
- 4
- 14
0
votes
1 answer
Flex & Visual Studio Development Environment
My development team have a requirment to add Adobe Flex (Chart Animation) to their .NET 4 MVC 2 (Visual Studio 2010) application and I'm trying to work out the actual development environment requirements for this. My main question is around Adobe…

user728584
- 2,135
- 2
- 21
- 24
0
votes
1 answer
Flex - SOAP Variables in Network Monitor but not making it to event handler
I am querying a 3rd party web service and not all the data seems to be making it to the event handler. When I view the request/response in the Network Monitor I see a collection of data objects each containing two string variables (name, url) and…

Jeff Pinkston
- 176
- 11
0
votes
1 answer
Maths in flex: How do i add numbers and display result as a label?
thank you for your time.
I have 2 labels with numerical values i would like to add together.
I need…

Daynis
- 13
- 5
0
votes
1 answer
Flex builder 3 word completion/intellisense stopped working?
Running flex builder 3 on windows 7 RC.
For some reason, my work completion/intellisense stopped working..
If i try to manually trigger the shortcut (alt + /) I hear a windows 'error sound'.
any ideas?

dmose
- 393
- 5
- 17
0
votes
1 answer
Using two Events
I have a little issue related to the events MOUSE_MOVE and TransformGestureEvent.GESTURE_ZOOM.
I want to distinguish both events, when I'm zooming an object MOUSE_MOVE should not act.
In the functions of both events, I start indicating…

domoindal
- 1,513
- 2
- 17
- 33
0
votes
1 answer
Java EE capabilities into Eclipse-Classic or Flex Builder 4.6
There is a Flex lib which only compiles within FB4.6.
I tried using FB4.6 Eclipse plugin, but It doesn't compile within Eclipse 3.6.x or 3.7.
So I installed Java EE plugins (not exactly sure) into FB4.6.
But it doesn't give exact Java EE…

sura2k
- 7,365
- 13
- 61
- 80
0
votes
1 answer
How do I create a Flex 3 HTTP service with variable arguments?
I need to call an HTTP service using Flex that has variable arguments. I'm using Flash Builder 4 (Gumbo) to create the service definition, but there's no UI for variable arguments, and the subclass of HTTPServiceWrapper that it creates doesn't seem…

Chris R
- 17,546
- 23
- 105
- 172
0
votes
1 answer
Not able to build project with Flash Builder 4.6
When ever I am doing build or clean build, I am getting following error:
An internal error occured during:"Searching for Markers"
Using Flash Builder 4.6 on Windows 7 with 8 GB RAM.

Himanshu Yadav
- 13,315
- 46
- 162
- 291
0
votes
1 answer
Win Azure PUT file upload
I need to upload a file to Win Azure from Flex using PUT method.
In flex I can use URLRequest to upload the file but I don't know what is the URL of the Azure Serveces to file upload.

Tony
- 287
- 5
- 19
0
votes
3 answers
Glitchy screen redraws in flex application?
I have a flex/actionscript based project. The project has various view stacks and tab navigators and a few popup windows. The whole thing is managed in pureMVC framework.
When transitioning between various view states, opening a popup, switching a…

Gordon Potter
- 5,802
- 9
- 42
- 60
0
votes
3 answers
Does the textmate vertical selection feature exist in Flex Builder or Eclipse?
In textmate on OS X there is a handy feature when you select text.
If you hold the option key down the cursor turns into cross-hairs and you can select a vertical column of text and paste it back as a vertical column with the lines rows…

Gordon Potter
- 5,802
- 9
- 42
- 60
0
votes
1 answer
if we can access outer function from rendered item by using "outerdocument" object then cant we access inner function from outside.?
These are the scripts under same application first one is under application and second is under dataGrid. from first script through outerClick() i am accessing a inner() function in itemrenderer. Well I can easily access the function outer() from…

Nikhil Mahajan
- 54
- 1
- 2
- 12
0
votes
2 answers
How can i use desgin pattern in flex?
I am flex developer,
I have created multiple application in flex. But i did not use any design pattern in my application.
How can i start using design pattern in my flex application.
I know there is MVC (Model View Control )pattern and many other…

Nidhi
- 755
- 3
- 11
- 25
0
votes
1 answer
dynamic xml reading in flash
i want to read an xml file in flash that is returned from a php script. i have it all sorted apart from one thing
the attributes that are returned in each row vary (anything from 1 to 100).
below is the code to explain what i mean
for(var ii:int =…

markblue777
- 829
- 3
- 13
- 28