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
3
votes
2 answers

Adobe Air Browser

Im trying to implement a mini browser in adobe air. The browser should work in the same ways as a mobile phone browser, i.e. fit the width of the website to a certain width(specified within the html component) and leave the height to be…
Bynho
  • 572
  • 6
  • 16
3
votes
5 answers

Accessing .NET Web Service securely from Flex 3

We can successfully consume a .NET 2.0 web service from a Flex/AS3 application. Aside from SSL, how else can we make the security more robust (i.e., authentication)?
SkunkSpinner
  • 11,429
  • 7
  • 40
  • 53
3
votes
5 answers

Flashbuilder 4.5 DropDown List for Mobile application?

Hi I am currently developing a mobile application within Flashbuilder 4.5 Pro. However I am having issues as I cannot seem to add a drop down list to my application and have it work properly. I have created the code below and this effectively…
user723858
  • 1,017
  • 3
  • 23
  • 45
3
votes
2 answers

Add search icon inside spark TextInput in Flex

I want to add search icon inside the spark TextInput control. Is there a way by which I can extend the TextInput control and add a child to it. Thanks
Mady
  • 5,016
  • 7
  • 35
  • 46
3
votes
3 answers

Flash Builder Export Release Build Fails

I'm having an issue when trying to export the release build of my AIR application in Flash Builder 4.5. After choosing the key to sign the package and clicking finish to complete the export, it errors saying that "Error occurred while saving the…
andrew.burk
  • 533
  • 5
  • 9
3
votes
1 answer

Flex Tree Drag Drop

I am working on the flex tree drag and drop functionality and i have couple of questions on it. I have given a array collection as the data provider .Each branch(folder) and leaf(item) has a unique id. the tree structure is some thing like…
Red
  • 43
  • 1
  • 6
3
votes
4 answers

ItemRender data change

I have a List with an ItemRenderer. When I click a button, then a property of the ArrayCollection I bound to the list is changed. When I click the button, then it does change the property, but the list doesn't change. How do I solve this. Here's my…
Vinzcent
  • 1,438
  • 6
  • 33
  • 59
3
votes
2 answers

Flex Error #1009: Cannot access a property or method of a null object reference

I'm getting error while running a game I created with flex. I know there has been some question about this, but my case is quite weird. I created a simple typing game that is running OK on my computer, but when I tried to deploy it online to…
Den
  • 255
  • 1
  • 3
  • 8
3
votes
1 answer

How do I remove an event listener from an anonymous component?

Possible Duplicate: flash AS3 how do I remove stage event listeners Say I have an event listener tied to a component and I want to remove the event listener from the component so it can be garbage collected. The problem is I don't know what kind…
smartdirt
  • 1,027
  • 3
  • 14
  • 27
3
votes
1 answer

static-link-runtime-shared-libraries in mxmlc

I use -static-link-runtime-shared-libraries=false for compiling my app and when I upload the new swf I periodically receive an Error #2046. If -static-link-runtime-shared-libraries=true used it works OK. How do I handle with that? I placed all the…
Soid
  • 2,585
  • 1
  • 30
  • 42
3
votes
2 answers

Flex DateChooser - Difference in font-color for week/weekend days

I would like to see different colors in my DateChooser / CalendarLayout for weekdays and weekend days. I would also like to achieve this using a custom stylename (for example: "weekColor" and "weekendColor". Any idea how this can be…
3
votes
1 answer

Handling Application Exit events in an AIR application

I have an AIR app with the following EXIT handler defined: NativeApplication.nativeApplication.addEventListener(Event.EXITING, applicationExitHandler); applicationExitHandler makes an asynchronous logout request via an HttpService. Since this is…
Mike Sickler
  • 33,662
  • 21
  • 64
  • 90
3
votes
2 answers

Flash Builder and iOS

I have download Flash Builder 4.5. When I install it, I also check 'Air for Apple iOS support' to install it too. But when I create a new Flex Mobile Application, at the second page, I can chose the Platform Target be I just have Android and not…
Snote
  • 955
  • 3
  • 19
  • 36
3
votes
2 answers

Required fields in flex

I've got a question about flex. I have a form and the email is required. I googled this and found the following solution:
user29964
  • 15,740
  • 21
  • 56
  • 63
3
votes
3 answers

Access of undefined mx.core:FlexGlobals

I would like to use FlexGlobals, but I always get this error. 1120: Access of undefined property FlexGlobals. 1172: Definition mx.core:FlexGlobals could not be found. This is weird, because I think Flex Globals are part of the Flex 3.5…
Vinzcent
  • 1,438
  • 6
  • 33
  • 59
1 2 3
99
100