Flex 4 is the a production tool to build RIA for the Flash Player (it has been replaced by higher versions.)

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 ...
12
votes
2answers
5k views

Any Flex 4 migration experience?

My current development stack is MySQL + iBatis + Spring + Spring BlazeDS Integration 1.01 + BlazeDS 3.2 and Flex 3 with Mate 0.8.9 framework. Now Flash Builder 4 beta 2 is out. There are cool ...
11
votes
3answers
335 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 ...
11
votes
1answer
3k views

Setting a default skin for a custom component in Flex 4

How do you set the default value of skinClass for a custom component in Flex? I've extended the DropDownList with my custom component, but I would like to specify a default skin to go with it instead ...
10
votes
1answer
504 views

TabNavigator can't handle disabled children in Flex 4.5

I've got a problem while migrating my TabNavigator from Flex 3 to Flex 4.5. Stripped to the bare minimum, the following code will produce the bug, namely that the second child of the TabNavigator ...
10
votes
8answers
10k views

Scroll to selected item in Flex 4 Spark List component

I'm setting selected element in s:List component with Actionscript, it works, but List doesn't scroll to selected item -- need to scroll with scrollbar or mouse. Is it possible to auto-scroll to ...
10
votes
6answers
8k views

Disable Flex CSS type selector warning?

I'm building a somewhat large Flex project that includes several modules (a single Flex project that produces multiple SWFs) Right now, I have a single css file, being loaded in the main SWF tag: ...
8
votes
10answers
1k views

Alternative to Flex Framework

Is there an alternative ActionScript 3 lightweight framework out there similar to Flex, but not as huge. Flex is fairly large, and SWF's being no less than 150Kb big, I'm just thinking it must be ...
7
votes
1answer
2k views

Extending MXML custom components via MXML

What I'd like to do: create an MXML component with some children, then extend it via MXML to create a new component with more children, without losing the original set. In other words create a ...
7
votes
5answers
1k views

How to inherit states with mxml?

I have the following panel component called AdvancedPanel with controlBarContent: <!-- AdvancedPanel.mxml --> <s:Panel> <s:states> <s:State name="normal" /> ...
7
votes
3answers
3k views

Flex's FileReference.save() can only be called in a user event handler — how can I get around this?

I need to call FileReference.save() after a web service call has completed, but this method has a restriction: "In Flash Player, you can only call this method successfully in response to a user event ...
6
votes
1answer
1k views

Flex 4 Scroller

Within my application I'm using a Scroller component. I can't seem to figure out which event I should set up a listener on in order to know when content is scrolled. I tried Event.CHANGE on ...
6
votes
3answers
1k views

Displaying SVG in Flex 4

It seems like SVG has be "deprecated" in Flex 4 in favor of Adobe's FXG. What can I do if I have a bunch of SVG graphics that I want to keep using. Is there something reliable to convert SVG to FXG? ...
6
votes
5answers
4k views

Flex 4 Slider with two thumbs

anybody know how to make a custom hslider in Flex 4 (spark) with two thumbs? Since Flex 4 the thumbcount property of the slider component isn't longer available (at the mx component it was easily to ...
5
votes
1answer
141 views

Using operating system fonts inside a flash application without embedding it

I'm starting to localize my flash application. I'm trying to see if there is a way to rollback on default operating system fonts for languages like japanese so I don't have to embed them. So far I ...
5
votes
2answers
253 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
2answers
1k views

How can I define custom 'contentGroups' in a custom Flex 4 component?

The spark panel component for example can be written like this <Panel title="Skinny"> <child components ... /> <controlBarGroup> <child control bar components ... /> ...
5
votes
3answers
337 views

AIR GUI testing

What do you guys recommend for AIR GUI testing?
5
votes
1answer
1k views

Possible to pass parameters to a skin?

I have 2 skins, almost identical, but differ in 1 small way that can be accounted for if I could pass a Boolean to the skin while assigning it to the host component (a button). <s:Button ...
5
votes
5answers
2k views

does actionscript addChild require a display object first

Solution: if you have the same problem, addElement() instead of addChild() is what did it I'm trying to move away from mxml to actionsctipt. I have a <s:Rect> that I've created and set its ...
5
votes
3answers
1k views

Flex: Cannot tab between controls on a modal popup

Steps to reproduce: Create a modal popup to popup with popupmanager (mine is a group with a skinnable container inside of it) Put field components (textinputs) on the modal popup Attempt to tab ...
4
votes
4answers
203 views

Telephone call from AIR application

Since there is no actionscript API for skype, is there a http call API which I can use for actionscript 3? I want to make telephone calls from AIR app.
4
votes
2answers
199 views

Automatically display on-screen keyboard for all form items in flex

I'm trying to write a only touchscreen kiosk application using flex swf(not Adobe air). Is there a way to include an on-screen keyboard(a virtual keyboard is automatically displayed) for all form ...
4
votes
1answer
1k views

parentApplication and FlexGlobals.topLevelApplication in Flex 4

In Flex 4, are there any differences between parentApplication and FlexGlobals.topLevelApplication? Are referring to the same top level application? I think both are same; one (parentApplication) ...
4
votes
2answers
1k views

Free Flex IDE's

could you recommend some good alternative Flex IDE? I am interested in free editions mostly but I will also take under consideration the paid ones. Thanks
4
votes
3answers
672 views

how do I use ant build to execute exportReleaseBuild task in Flash Builder 4

I'm trying to do an Ant build with FlashBuilder 4 for an Export Release Build. There is supposed to be a new (in FB4) ant task fb.exportReleaseBuild that will execute the release build. Reference to ...
4
votes
6answers
2k views

Communication between c++ and actionscript 3

Is it possible to use any IPC mechanism for calling a c++ api from Adobe Flash actionscript? Are there any good examples? Update: I primarily want it for desktop apps now i.e Adobe's/or anyuone ...
4
votes
3answers
2k views

Using Ant tasks with Flash Builder 4

Can someone help me get started with using ant in Flash Builder 4. I have never used ant before so I'm a complete novice. I will need to know how to get it installed in the first place, and how to do ...
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
1answer
3k views

How to set skin at runtime in Flex 4

I have a bunch of custom controls based on a SkinnableContainer. When adding the control at design time, I can specify a skin by using the skinClass attribute on the tag. I need to add some of ...
4
votes
5answers
3k views

Flex 4: Setting Spark List height to its content height

How to set a Spark List height to the height of its content? Tried this: var lastRow:IVisualElement = myList.dataGroup.getElementAt(myList.dataGroup.numElements - 1); myList.height ...
4
votes
4answers
11k views

Adobe Flash Builder (flex4): addChild() is not available in this class.

I want to load an swf into a flex 4 application in order to use its classes. var ldr:Loader=new Loader(); ldr.load(new URLRequest("file://path/to/fileswf")); ...
4
votes
4answers
3k views

How do I make my Ant Generated swf as small as possible?

I have a flex project and if I build a release version of the application using flash builder with RSLs on my swf is 115k. If however I build the same application using ant the swf is 342k. Without ...
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"?
3
votes
2answers
21 views

Flex working with images

I'm having a task in which I have to read and save images in the database. I'm using C#.net Webservice and SQlserver2008 database and I'm saving image as varbinary format. I want to know How I ...
3
votes
1answer
239 views

How do I set the theme using Flexmojos?

When compiling using flexmojos I get the warning: [WARNING] No themes are explicitly defined in the section or in any scope="theme" dependencies. Flexmojos is now attempting to figure out which ...
3
votes
1answer
44 views

Adding my flex project to github

What to commit and what to ignore when adding a flex project to github? Keep in mind that I want to share it with others and accept pull requests.
3
votes
2answers
86 views

Rotation of a line based on fixed point in flex4

As in the figure i have three lines out of which line1 and line2 are fixed. line3 is derived from line1 based on some angle say 70.I try to rotate the line3 but it deviate from the point x1 and x2. ...
3
votes
2answers
1k views

Saving and loading image to local SQLite BLOB using Flex 4.5

I need to be able to save and load images into an SQLite database using Flex 4.5 for a mobile application. The use case is this: Inside the view there is a spark Image object with a URL as a source ...
3
votes
1answer
52 views

Flex Compiler 4.0 25% more rapid than Flex 3 compiler

Its stated in adobe site that the Flash Builder 4 compiler is indeed 25% more performing than the previous Flex Builder 3 compiler. How can I confirm that? For example if I make a simple application ...
3
votes
1answer
92 views

Halo theme on a Spark component

I have a Flex form made up mostly of MX components. Due to limitations with the MX mx.controls.ComboBox, I'd like to use the Spark control, spark.components.ComboBox. This works, except the Spark ...
3
votes
1answer
131 views

pop art images generation, flex, as3, flash

My client has asked to generate pop art images for the user uploaded images, Does any one of you has done some work related to this? is this sort of work is possible in flex, flash, as3, etc, ...
3
votes
3answers
214 views

how do I use a vslider as the scrollbar for a list?

how do I use a vslider as the scrollbar for a list? I've got this, but can't figure it out from here: <?xml version="1.0" encoding="utf-8"?> <s:Application ...
3
votes
3answers
267 views

skinClass working in mxml, but not in external css

I have a simple button in a mxml file, if I set the skinClass property in the tag itself it works, however, if I set the skinClass property in an external css file, it doesn't apply to the button. ...
3
votes
2answers
260 views

Flex 4: Title window goes out of accessible area

I have a strange issue- I use a title window to create a message to the user. The user has the ability to move the title window around the screen so that the main screen is visible. However if the ...
3
votes
1answer
171 views

Flex 4: parent and owner property of UIComponent

I'm trying to understand the difference between the owner and parent properties of the UIComponent. <s:Panel id="panOne" title="Success"> <s:Label id="labOne" text="Hello World!!"/> ...
3
votes
3answers
128 views

Flex causes browser unresponsive when processing large amount of data

I have an actionscript function which is supposed to launch a panel and then fill in Networktopology data inside it. As, network data is too large that it consumes much time and makes browser hang!! ...
3
votes
1answer
91 views

Parsley: how to share instance between 2 Parsley configurations?

I got 2 parsley configurations for my 2 elements. A.xml <fx:Declarations> <!--Presenters--> <presenters:ScenarioDefinitionPresenter id="scenarioDefinitionPresenter"/> ...
3
votes
1answer
222 views

is extending mxml component with from another mxml component with visual child supported behavior in flex 4?

I've been trying to create a custom mxml component that extends another custom mxml component (i.e. MyMXMLComponent -> BaseMXMLComponent -> Group). I've been reading that trying to add visual ...
3
votes
2answers
1k views

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 ...

1 2 3 4 5 53