tagged [apache-flex]

how can i create a installer package in flex air?

how can i create a installer package in flex air? I need to create a installer package which application i developed using flex air. Now how can i create a installer package of this application?

27 Dec at 13:8

Cairngorm Framework

Cairngorm Framework I want to learn cairngorm framework. Can any one please suggest to me which tutorial makes it easy to understand the cairngorm framework, and please provide me the links of the tut...

21 Jan at 17:27

Application compiled by Flex Builder 3 does not trace

Application compiled by Flex Builder 3 does not trace I've built a simple application in Flex Builder 3 with some trace() calls. It's an "ActionScript Project", no MXML or AIR involved. I don't run th...

2 Feb at 16:2

Flex, can't custom style the tooltip

Flex, can't custom style the tooltip I'm having trouble changing the font size of my TextInput tooltip. The text input looks like this: then I create a style like this: ``` @namespace s "library://ns...

16 Mar at 18:59

Updating external Flex components from an action

Updating external Flex components from an action I'm new to Flex and am having trouble understanding Events. I think Events are what I want to use for my situation. I have 2 components, `addUser.mxml`...

AS3: Detect Read-Only Properties

AS3: Detect Read-Only Properties I have a simple AS3 class that just holds private variables. Each private variable has a getter function, but not all of them have setter functions. At runtime, Is the...

26 Aug at 21:4

Ability to create new File Templates in Flash Builder 4

Ability to create new File Templates in Flash Builder 4 I have a class interface that I have written in a Flex project using ActionScript 3 . I write FlexUnit test cases around each implementation of ...

11 Apr at 17:45

Overlapping Flare canvas in Flex, how to clip it to the container?

Overlapping Flare canvas in Flex, how to clip it to the container? I'm having a serious issue when trying to display a FlareCanvas within my application. It simply doesn't respect the bounds ([see ima...

Using a ServiceStack Generated SOAP 1.1 Service in Flash Builder

Using a ServiceStack Generated SOAP 1.1 Service in Flash Builder I have been tinkering around with [ServiceStack](http://www.servicestack.net/) to expose some web services and have been very impressed...

Send to c# Array Objects from Flex

Send to c# Array Objects from Flex I need to send to c# an array of objects from Flex. Anybody know how can I do this?

11 Nov at 10:0

What are the Pros/Cons of Flash Builder vs. FlashDevelop?

What are the Pros/Cons of Flash Builder vs. FlashDevelop? I want to play around a bit with FLASH for app development. I'm looking for a good IDE for that. Someone suggested Flash Develop.

21 Nov at 12:14

Flex4 using addElement does not show element properly

Flex4 using addElement does not show element properly I am using the new Flex4 Spark stuff but I'm stuck at an awful problem. Let me explain a bit of the situation first. I have a container `mx:Canvas...

13 May at 01:15

Remove gridheader rollover in flex

Remove gridheader rollover in flex Is there a way to remove the grid header rollover in flex while still maintaining a sortable header?

5 May at 21:53

How to pass "Null" (a real surname!) to a SOAP web service in ActionScript 3

How to pass "Null" (a real surname!) to a SOAP web service in ActionScript 3 We have an employee whose surname is Null. Our employee lookup application is killed when that last name is used as the sea...