Tagged Questions

Adobe Flex is a software development kit (SDK) released by Adobe Systems for the development and deployment of cross-platform rich Internet applications based on the Adobe Flash platform.

learn more… | top users | synonyms (1)

17
votes
1answer
610 views

Runtime problems after migrating from Flex3 to 4 in compatibility mode

We are migrating our Flex-3.2 application to Flex 4.1, mainly to take advantage of the new text flow/engine features. In a first step we decided to go with compiling for MX-only and in ...
14
votes
11answers
7k views

Flash versus Flex

I've tried looking everywhere for a concise list of the advantages and disadvantages of using Flex vs. Flash. Coming from a programming background, I absolutely love Flex. It's easy to pick up, and ...
14
votes
4answers
3k views

Building a Plugin Architecture with Adobe AIR

I'm thinking of choosing Adobe AIR as the client-side implementation technology for an upcoming project. (The previous choice was C# and WPF, but I've been really impressed with Flash/Flex/AIR ...
13
votes
6answers
20k views

Flex Warning: Unable to bind to property 'foo' on class 'Object' (class is not an IEventDispatcher)

I've got an object that contains a dozen or so fields I want to bind to form elements, so that I can use that object to send the data back to the server to be saved. Definition of my container ...
11
votes
3answers
336 views

Flex performance considerations

What are the main key-points a Flex developer should remember in order to improve performance of Flex applications? The ones which come to my mind are: extending ItemRenderers from more lightweight ...
8
votes
2answers
32k views

Flex DataGrid with ComboBox itemRenderer

I'm going spare trying to figure out the "correct" way to embed a ComboBox inside a Flex (3.4) DataGrid. By Rights (e.g. according to this page ...
8
votes
4answers
2k views

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 analagous) of any in-scope instance: But I'd like to get this information in code (sort of like ...
8
votes
6answers
30k views

Howto embed images in Actionscript 3 / Flex 3 the right way?

I'm creating a game where a lot of images are being used in Actionscript / Flex 3 (Flash). Now that I've reached the designer stage, I have to work out a structural way of using embedded images (which ...
8
votes
5answers
14k views

How can I get list of properties in an object in Actionscript?

I have a dataprovider and a filterfunction for my array that's assigned to my dataprovider. How can I get a list of the properties that are in each row of the dataprovider (item.data) as it gets ...
7
votes
1answer
323 views

How to create an overlay in advanved grid in Flex

I'd like to know how to create an "overlay" in Flex's Advanced Grid? See the sample here http://tinypic.com/r/4ieccm/4
7
votes
3answers
2k views

How can I automate the building of a Flex component library?

I would like to build a flex library project automatically instead of the current process, which involves one of our developers compiling it on his machine and then us checking in the resulting .swc ...
7
votes
6answers
4k views

How does one define a default style for a custom Flex component?

I'm creating a new Flex component (Flex 3). I'd like it to have a default style. Is there a naming convention or something for my .cs file to make it the default style? Am I missing something?
6
votes
2answers
81 views

Move Effects in TileList in Flex 3

I am providing u the sample code that i have did so far. What i want to do is when i click on the Down button tilelist slowly scroll and changes the data. though data changed by clicking on the down ...
6
votes
4answers
608 views

My Error #1010 situation

Edit 3: Alright, I'm lighting up a Windows Server 2008 R2 VM, installing Flex Builder 3, and seeing if I can get a new project to compile and execute properly. News! I got the IDE up and running in ...
6
votes
1answer
414 views

Programmatically detecting between Adobe Air and Adobe Flex in ActionScript 3.0

I have some shared code between an Adobe AIR App and an Adobe Flex App. On one line of this code, the program must behave differently depending on if it is running within the Air runtime, or the Flex ...
5
votes
3answers
102 views

Selecting css file dynamically by clicking on the button in FLEX 3

I need to create an application in which we are changing the style of the application that is theme of the application based on the button click. I have download the theme that all contains different ...
5
votes
2answers
255 views

Flex clarification needed: width, min(max)Width, explicitWidth, explicitMin(Max)Width, measuredWidth, measuredMinWidth, percentWidth

Is anyone able to shortly explain the meaning of the different Flex size properties in a comprehensible way? What I have so far: Actual size width and height. This is the actual (and final) size of ...
5
votes
3answers
2k views

recommendation for html parser library in as3 for flex project

Can somebody recommend a simple html parsing library, written in as3 for a flex project? Thanks, Nava
5
votes
3answers
2k views

Flex: Caching images in list item renderer?

I have a List and the item renderer displays an image. Whenever you scroll the list, and the item renderer refreshes, it redownloads the image. Causing there to always be a delay. Is there some way of ...
5
votes
4answers
2k views

How to halt execution in ActionScript

Is there any way to halt execution in ActionScript, such as a sleep() method? I know that there is a setTimeout() method, but setTimeout() just sets up an event for deferred execution.
5
votes
5answers
712 views

How to protect access=“remote” functions in CFCs from snoopers?

One of the great features of CFCs is the ability to reuse the code for both a straight .cfm page and for Flex apps. One such app that I devleoped uses Flex for its charting capabilities and needs ...
5
votes
3answers
829 views

Flash: AMF3 with reference tables?

AMF3 specification defines use of so called "reference tables" (see Section 2.2 of this specification). I implemented this behavior in my AMF3 encoder/decoder I developed in Erlang, but being not ...
4
votes
1answer
52 views

Getting Error when converting String to Date

I am using FLEX 3.0 I want to convert string to Date. At first i just think its very easy for me but later its going to be very hard its a simple one but i can't convert that i have got an error. So ...
4
votes
1answer
28 views

Need the example to use custom component in FLEX application

I want to know that how to create a CustomComponent and how to use that in FLEX Application. Give me just a simple example, i have little bit of knowledge is there so i can understand if u just give ...
4
votes
3answers
129 views

Does Flex 3 support threading?

Does Flex 3 support threading? If so, are there any examples or links I could look at?
4
votes
2answers
328 views

How to properly set corner-radius of a MX List and get rounded corners?

I have a mx.components.List component with a bunch of custom styles: <mx:Style> .dropDownListStyle { border-style: solid; corner-radius: 4; } </mx:Style> I'm ...
4
votes
1answer
435 views

Flex Interface method createAutomationIDPartWithRequiredProperties error

I'm currently creating a class that extends UIComponent in Flex 3, but when the flash builder try to compile show me some errors 1044: Interface method createAutomationIDPartWithRequiredProperties in ...
4
votes
6answers
357 views

what is a good book to start learning Flex 4 and Actionscript 3

I am new to Flex programming. I am an experienced J2EE developer and have done a fair bit of RIA programming using non-Adobe technologies.. Can you please suggest one or two good books which cover ...
4
votes
2answers
481 views

Is there a Maven plugin to generate AS3 classes from Java for BlazeDS?

I'm looking for a maven plugin that would generate ActionScript3 classes from Java classes in order to access them by object remoting. I've seen FlexMojo but it uses the GraniteDS generator wich ...
4
votes
7answers
358 views

Could Facebook have been implemented in Adobe Flex?

I am considering creating a website with the complexity of Facebook that should be able to scale into the millions of users. My question is: Is there any reason not to use Adobe Flex for such large ...
4
votes
1answer
893 views

Flex tab navigator: initialize hidden tabs

My problem: I have a tab navigator, with many forms in each tab. But I have a single global save button. Problem is, if I don't open a Tab, it doesn't get initialized and therefore the forms it ...
4
votes
6answers
2k views

How do I create a bidirectional data binding in Flex 3?

I need to bind a property to an edit control and have the control write its value back to the same property. The problem is, I'm setting the source value before the control is created: ...
4
votes
2answers
5k views

Flex HBox alignment

I experimenting with Flex Styling, and I came across an alignment issue. I have two image components inside an HBox, and the HBox inside a Canvas, which in turn is inside the main Application. ...
4
votes
4answers
673 views

Sandbox violation on second socket send

I have a Flex client using a Flash binary (TCP) socket for communication with a Java server. I have a localhost (Apache) server providing a crossdomain.xml file which is wide open just while I am ...
4
votes
6answers
11k views

How to export a datagrid to Excel file in Flex?

How do I export data in my datagrid to an Excel file in Flex? Can anyone provide some examples for that? I am browsing but couldn't find out a single example of that kind. EDIT Browsed a lot and ...
4
votes
2answers
795 views

Data push to flex application from .net backend

I'm about to go into a large scale application (client-flex, server-.net). The server side is required to push data to the clients without them asking for it, this data can be tables from the DB or ...
4
votes
2answers
849 views

Does dispatching an event interrupt a function?

Let's say function foo() is executing. Suppose that an external event occurs, for which you have a handler. Will function foo() be interrupted so that the event handler can be executed? What is the ...
4
votes
2answers
650 views

How can I call a varargs function with an array in ActionScript?

I need to call a varargs function: function doSomething(... args): Object { // do something with each arg } However, I'm building the arguments for this dynamically: var someArgs: Array = ...
4
votes
2answers
9k views

How to resolve Adobe Flex error: “Error #2036: Load Never Completed”?

How to resolve Adobe Flex error: "Error #2036: Load Never Completed"?
4
votes
2answers
1k views

Is there a good way to get a tri-state checkbox in flex?

I've had a good rummage around the interweb and can't seem to find any examples of a tri-state checkbox. It doesn't look to be supported in the SDK and I can't find any examples online. I would ...
4
votes
2answers
2k views

adding a custom event listener in as3

I've done a lot of reading through forum posts and tutorials, but I still can't wrap my brain round events and event listeners. I have a pretty simple example, but I can't get it to work. I have an ...
4
votes
4answers
6k views

How can I nicely animate between viewstacks

I have a little Adobe Air app and I want to have several 'views' within it. I can achieve these views using a ViewStack but am having difficulty finding a nice way to animate between them. This is ...
4
votes
6answers
6k views

What's the best way to hide a tab in a TabNavigator?

I'd like to conditionally hide a tab in a TabNavigator. It seems that setting visible doesn't work properly (presumably because this is how the TabNavigator hides the tabs that aren't currently ...
4
votes
3answers
1k views

How do teams use Flex Builder Pro to develop large applications?

We develop applications for the Flash platform, which have LOTS of run-time loaded assets (graphics, data, audio, code-libraries, etc.) Those assets are logically organized within project folders. ...
4
votes
2answers
3k views

reading simple INI file with AS3

What AS3 class should I use to read a simple property/ini file into memory to configure some settings such as colors easily for the project. format could be key=value <newline> I like to ...
4
votes
6answers
2k views

How to add relative paths to FlexBuilder's build path?

Is there a way to add entries to FlexBuilder's build path that are relative? I'm going to have multiple projects that will use a shared codebase, but I'm having trouble getting them to reference that ...
4
votes
2answers
863 views

What are the recommended prefix naming conventions for components in Flex 3?

I'm looking for a standard way to name components in my Flex application. For example, all TextFields begin with "txt" in their ID attribute (i.e., "txtFirstName"). Rather than re-invent the wheel, ...
4
votes
4answers
5k views

How do you programmatically move the caret of a Flex TextArea to the end?

I'm trying to move the caret in a Flex TextArea to the end after appending some text from my code. I've looked through the reference documentation for TextArea and its underlying TextField but it ...
4
votes
4answers
18k views

Capturing user input from Flex TextInput control: which event to use?

Should I use the change or textInput event to capture user input on a TextInput control? Why?
4
votes
9answers
12k views

How can I make datagrid height is equal to data content in Adobe Flex

In adobe Flex datagrid height is equally to fix height . I want to make datagrid height is depend data .

1 2 3 4 5 45