Questions tagged [apache-flex]

Apache Flex [NOT CSS FLEXBOX] is a framework for developing Rich Internet Applications that run in Flash Player or Adobe Air. Originally designed by Adobe, Flex was donated to the Apache Software Foundation in 2011 and became a top level Apache project in December 2012.

Flex is a framework for rapid Rich Internet Application development which runs on Flash Player or Adobe . Originally designed by Adobe, Flex was donated to the Apache Software Foundation in 2011 and became a top level Apache project in December 2012.

Apache Flex® is a highly productive, open source application framework for building and maintaining expressive web applications that deploy consistently on all major browsers, desktops and devices (including smartphones, tablets and tv). It provides a modern, standards-based language and programming model that supports common design patterns suitable for developers from many backgrounds. Flex applications can be deployed to the ubiquitous Adobe® Flash® Player in the browser, Adobe® AIR™ on desktop and mobile or to native Android™, IOS™, QNX®, Windows® or Mac® applications.1

Usage

  • The lexical analyzer flex is not related to this. It should be tagged with or instead.
  • The CSS property flex is also not related to this. It should be tagged with instead.

Resources

23926 questions
39
votes
2 answers

Flex/LCDS Server-to-data-source Paging

I’m trying to set up a server to data-source paged service. I’ve got everything set up so that I’m getting my assembler called and am returning values, but I’m not getting “paged” calls. Specifically: public Collection fill(List fillArgs, int…
Travis Jensen
  • 5,362
  • 3
  • 36
  • 40
38
votes
5 answers

Fastest way to delete one entry from the middle of Array()

What is the fastest way to delete one specific entry from the middle of Array() Array is large one having Strings. I dont want just to set Array[5] = null, but instead array size should be reduced by one and array[5] should have content of…
Tom
  • 6,725
  • 24
  • 95
  • 159
37
votes
12 answers

GWT vs Flex vs?

My company is trying to migrate away from a .NET application to something that is purely web-based, and very "ajaxy". The original .NET app is fairly interactive, roughly equivalent to Google Maps as far as user interaction is concerned (zoom, pan,…
Limbic System
  • 6,820
  • 7
  • 29
  • 37
37
votes
3 answers

How to view shell commands used by eclipse "run configurations"

Given a "run configuration" in Eclipse, I want to print out the associated shell command that would be used to run it. For example: Right now, in Eclipse, if I click "play" it will run: mvn assembly:directory -Dmaven.test.skip=true I don't see…
gMale
  • 17,147
  • 17
  • 91
  • 116
34
votes
9 answers

Difference between Adobe AIR and FLEX?

What is the difference between Adobe AIR and FLEX?
Karsten
  • 14,572
  • 5
  • 30
  • 35
34
votes
3 answers

WebView does not render local HTML page on app launch in Android 4.0.x Ice Cream Sandwich

I know this question has been asked in different formats on this forum, but none of the answers - accepted or otherwise that I found there have helped me so far. I am working on a hybrid app that uses native android, HTML and Adboe's Flex SDK…
34
votes
5 answers

How would I start learning how to program in Flex?

Can anyone give me pointers to good books or web sites that teach how to do Flex programming?
tvanfosson
  • 524,688
  • 99
  • 697
  • 795
34
votes
3 answers

konami code in flex

What would be the best way to implement the konami code into a flex application? I want to create a component to add it on all my proyects, just for fun. thanks UPDATE: I made a simple component, thanks to ZaBlanc
sergiogx
  • 1,562
  • 1
  • 19
  • 36
34
votes
6 answers

How to convert 3-digit HTML hex colors to 6-digit flex hex colors

I want to convert a 3-digit hex color which is coming from HTML CSS to a 6-digit hex color for Flex. Can anyone give me code to convert 3-digit hex colors to their 6-digit equivalents?
Trinu
  • 1,721
  • 3
  • 21
  • 41
33
votes
9 answers

how to get a Flex text control to word wrap

I'm creating an Adobe Flex application and I have a Text control (mx:Text), which is supposedly used when you need multiline noneditable text (as opposed to a Label, which is single line noneditable text). My text control does not wrap when I…
rmeador
  • 25,504
  • 18
  • 62
  • 103
33
votes
14 answers

Flex MVC Frameworks

I'm currently using and enjoying using the Flex MVC framework PureMVC. I have heard some good things about Cairngorm, which is supported by Adobe and has first-to-market momentum. And there is a new player called Mate, which has a good deal of…
Rydell
  • 4,209
  • 7
  • 28
  • 30
32
votes
10 answers

Adobe AIR to execute program

I would like to press a button from an Adobe AIR application and execute some installed program. For example, I would have a button named "Start Winamp". When this is pressed it should start Winamp.exe directly...I don't want some command line thing…
Manny Calavera
  • 6,815
  • 20
  • 60
  • 85
32
votes
15 answers

Is it feasible to create a REST client with Flex?

I'm starting a project using a Restful architecture implemented in Java (using the new JAX-RS standard) We are planning to develop the GUI with a Flex application. I have already found some problems with this implementation using the HTTPService…
Alotor
  • 7,407
  • 12
  • 38
  • 36
32
votes
6 answers

How can I get an instance's "memory location" in ActionScript?

FlexBuilder's debugger will show you the "memory location" (or, I can only assume, something roughly analogous) of any in-scope instance: But I'd like to get this information in code (sort of like Python's id function), so I could very easily trace…
David Wolever
  • 148,955
  • 89
  • 346
  • 502
32
votes
8 answers

What algorithms could I use for audio volume level?

Let's say I have a slider that can go between 0 and 1. The SoundTransform.volume also ranges between 0 (silent) and 1 (full volume), but if I use a linear function, let's say SoundTransform.volume = slider.volume, the result is rather not pleasing -…
evilpenguin
  • 5,448
  • 6
  • 41
  • 49