Flex 4.6 is for issues in version 4.6 of the Flex SDK. Flex SDK is an open source framework for building and maintaining mobile applications and also web applications that deploy consistently on all major browsers, desktops and operating systems.

learn more… | top users | synonyms

5
votes
3answers
182 views

Implement an Undo Redo in flex

How to implement Undo Redo operation in flex 4 for maintain history? I'm working with flex UIComponent and DisplayObjects for creating and editing diagrams,but in flex there is no way to handle user ...
5
votes
2answers
136 views

Flex mobile AIR app: can not see the content at the bottom

In Flash Builder 4.6 I've created a Flex Mobile AIR Project. Why is there neither the 2 buttons nor a scroll bar to see? And why can't I swipe down to see more text and the 2 buttons? Here is my ...
5
votes
1answer
531 views

Display bug with Front Camera, Video and VideoDisplay in Adobe AIR (Flex 4.6.0) for Android

I'm current working wits AS3 and Flex 4.6 to create an android application. i'm using the front camera and attach it to a local Video object that i add as an child to an VideoDisplay object. When i ...
4
votes
2answers
99 views

Save image in sharedObject

How to save an Image into SharedObject? I'm using SharedObject for save application state,It is working well for Text Object and UIComponent well,but saving an Image create problem.It doesn't throw ...
4
votes
1answer
999 views

Text input text is not shown unless it is focused in flex 4.6 android application

I am developing an AIR application for android using flex 4.6 and air 3.1.In the application i have a view in which there is a textinput and a search button.After typing some text and clicking search ...
4
votes
2answers
156 views

Could not resolve <s:Sequence> to a component implementation after adding AIR 3.6

Since changing to the AIR 3.6 I'm getting many errors such as: Could not resolve <s:Sequence> to a component implementation. If I switch to the built in Flex SDK 4.6.0 it works fine. I'm using ...
4
votes
0answers
27 views

On mouseover how to highlight an object's point so that I can draw connector from highlighted point

I want to develop similar features as in http://www.cacoo.com for connector.Please somebody help me its urjent.
4
votes
1answer
71 views

How to find current cursor position in textArea in flex4?

I want to write something in text area with keyboard(built in keyboard) and want to add something other from the keyboard made by me at the current cursor position.
4
votes
0answers
24 views

How to perform copy paste operation of a line drawn by mouse on Group container?

I am working on a project where i need to perform copy and paste operation.I draw a line with the help of mouse on Group container.Now i want to paste it.Please provide me the solution...........
3
votes
1answer
3k views

Away3D Context3D not available

I'm checking out Flash's 3D capabilities with Away3D, and I'm following the tutorial here. I've run into a major problem though. Everytime I run my project in the browser, I get this error: Error ...
3
votes
3answers
186 views

Save Application state on Disk or some where so user access it later

In flex builder 4.5 i'm working on a project like cacoo. I want to save diagrams(display object,ui components,text) before close the application into somewhere than I would be able to access after ...
3
votes
3answers
141 views

How to display custom player controls on youtube chromeless player using Flash builder 4.6?

I have a View component which initialises youtube cloud api using "http://www.youtube.com/apiplayer?version=3&modestbranding=1" url and plays the video fullscreen. It has play, pause and progress ...
3
votes
0answers
17 views

In flex how should I copy and paste connector connecting two object

I have dragged objects from Diagram Palette on to the Group container.After that I clicked on connector button and then connect dragged objects by mouse move.Now i want to perform copy and paste.On ...
3
votes
1answer
70 views

How to use IExternalization?

I want to save the application state that contains some UIcomponents as shown in image. When the user leaves the editing mode the work should save in some form so the user can edit later. I'm not ...
3
votes
1answer
197 views

cut copy paste with DisplayObject(Group ,UIComponent) in action script 3 flex 4

I am implementing Cut Copy Paste in my application like cacoo. but I face problem during these operation. i'm using idea behind cut copy paste var className:String = ...
3
votes
0answers
214 views

Does the latest Flex SDK support iOS 5.1?

We developed an iPhone app using Flex SDK 4.6 some months before and it worked fine (although it is slow). However, today the app cannot be installed after users upgrade to iOS 5.1. Does the ...
3
votes
5answers
873 views

StageWebView Lack on URLs with target=“_blank”

is there any solution on StageWebView.loadURL(), how I can handle URLs in HTML Pages which have target="_blank"? It's a mobile Android App. (TabbedViewApplication) Hope someone can help. Thx
2
votes
1answer
799 views

How can I show a confirmation message (not a dialog) without an Alert?

I'm working on a project for a User Interface Design class, so the emphasis is on the UI being as nice to use and non-annoying as possible. I would like to display a message to the user after they've ...
2
votes
1answer
1k views

Could not resolve * to a component implementation with custom CalloutButton component

I've got a custom CalloutButton component in a package called uiComponents. This custom CallOutButton is needed because I need some more properties in it. This CalloutButton gets added to my MXML ...
2
votes
1answer
29 views

How to make selected text in text area bold,italic etc and then add it on rich text?

I made selected text in text area bold,italic etc but i am not able to maintain bold ,italic properties when adding text on rich text.
2
votes
2answers
56 views

Inserting text in text area at current cursor position from keyboard as well as from programmer made keyboard in flex4?

I am trying to insert text at current cursor position.I am able to insert text at current cursor position by keyboard but not able to insert text by programmer made keyboard.
2
votes
1answer
44 views

How to draw different shapes using pencil on group container and resize and rotate it in flex4?

All operations like moving,rotating,resizing drawn shape can be performed.I'm using as3 and flex4.6.
2
votes
1answer
136 views

Dragging in spark List does not work in Flex mobile app? Test case and screenshot attached

I would like to reorder items of a List in a Flex mobile app by dragging them around with a finger. As a first step I have copied the example from Adobe document Using drag-and-drop with list-based ...
2
votes
2answers
223 views

how to work registerClassAlias() method for custom mxml components

I have flex mxml custom component(Graphic).According to requirement a need to copy them as copy or cut operation.but problem in the registerClassAlias() method,how it will work for custom graphic or ...
2
votes
1answer
374 views

How to ensure that the popUp always displays above the PopUpButton? With test case and screenshot

Few users of my Flex 4.6 web application are complaining, that the mx.controls.PopUpButton at the right bottom corner of it sometimes opens a List underneath it and is thus unusable (I can't reproduce ...
2
votes
1answer
32 views

How to change text format of text area in Flex 4?

I have taken a rich text editor in text area. When I edit the text and perform operations like bold, italic etc. it does not affect the text. Please help me.
2
votes
0answers
57 views

Requirements for using NetStream.seek()

I'm using a NetStream class to play video using Video class or stage video , there is no seek bar to backward or forward video , i add seek bar to video but the seek function not work exactly , it ...
2
votes
2answers
100 views

how to change shared object path when I save data in it

how to change sharedObject save location,I want to save shared object on server for particular user, what I do for this?
2
votes
0answers
109 views

Unicode that is not recognize properly

I'm using in Unicode in my application using for(var i:int=0;i<16;i++) { for(var j:int=0;j<16;j++) { button = new Button(); button.x = j*35+10; button.y = i*20+10; ...
2
votes
1answer
78 views

can we use textArea inside a textArea if not then how to write matrix of trigonometric functions

How to use textArea inside a textArea or can be another text editor to write some mathematics equations,matrix etc?
2
votes
1answer
462 views

how to retrieve data from database using flex code

I want to display the values coming from database in a datagrid using flex. Here is my code. I am using webservice. I have database values from application1_initializeHandler() method. How to fetch ...
2
votes
2answers
561 views

Extrnal swf plays very slow on iOS

I'm writing an application using as3 and adobe air that loads external SWF files and plays them internally in the application. The container works just fine with android and the animation of the ...
2
votes
2answers
54 views

Save shared object in database

Can we save SharedObject in Database if yes then how? I want to save multiple SharedObject's in Database and when I would select from one of them i'll be able to select...
1
vote
2answers
381 views

Restricting TextInput to email characters only

Using Flex SDK 4.6, I'm trying to restrict a TextInput field to email characters only as follows: textInput.restrict = "a-z A-z 0-9 \- _ @ ."; However when I run my application, the TextInput field ...
1
vote
1answer
186 views

Enable Button only when 2 TextInput fields are not empty - code and screenshot attached

In a Flex mobile app (or any Flex 4 application) - how can you enable/disable a button depending on the contents of 2 other fields? I am pasting my very simple test code below and the problem with ...
1
vote
1answer
327 views

How to place button inside of TextInput in Flex 4.6

I want to add button with image in TextInput Like in image bellow Please suggest me the crystal clear way to do so!!
1
vote
3answers
748 views

Flash Builder 4.6 always shows blank html page on run in Google Chrome

Flash Builder 4.6 always shows blank html page on run in Google Chrome. I have tried everything but nothing works. Kindly help.
1
vote
1answer
140 views

Why is a static method giving me an error

Call to a possibly undefined method test through a reference with static type Class. here is my class package com.singleton.sample{ public class SampleSingleton{ public static function ...
1
vote
1answer
340 views

Flex Mobile Tab Not Working

I am trying to make an mobile flex application that has tab order enabled. I am trying the following simple app and I am not getting any functionality from the tab key both in an emulator and on an ...
1
vote
1answer
1k views

Flex 4.6 Scroller - Is it possible to disable scrolling temporarily through Actionscript?

I am trying to make a mobile app that would allow a drag and drop of certain elements using startDrag() and stopDrag(). These elements are enclosed inside of a spark scroller. I would like to ...
1
vote
1answer
250 views

How to differ between phones and tablets while developing in Flex mobile?

I use applicationDPI in a Flex mobile card game: <?xml version="1.0" encoding="utf-8"?> <s:ViewNavigatorApplication xmlns:fx="http://ns.adobe.com/mxml/2009" ...
1
vote
1answer
891 views

Flex 4.6: could not resolve <mx:DataGrid> to a component implementation

I'm very new at this. Building a "Flex Application" mobile app for Android devices. Running the latest Flex/FlashBuilder (4.6). Looking at Project Properties: Builders: Flex & AIR application ...
1
vote
1answer
301 views

Swap between images based on if statements in Flex 4.6

I'm working on a project and I have 5 images in a row. These images need to change (red, yellow, green) based on the outcome of an if, if else, else statement. I have some javascript that will do it ...
1
vote
2answers
562 views

Flex includeIn( state of topLevelApplication )

In a Flex Mobile App, my Application component handles states like portrait/landscape ios/android and phone/tablet in groups. In my View I want to include a button if the main App has one specific ...
1
vote
3answers
2k views

Flex 4.6 IOS Compiler

I've recently updated my Flex SDK version to 4.6 in the hopes that my IOS application's performance will improve. Unfortunately I cannot successfully compile my application in the "standard" compile ...
1
vote
1answer
82 views

Flex 4 - Set focus to none

I'm building an Away3d application which uses Flex 4.6 for UI. The arrow keys are required to move the 3d components - however, after using a component such as a slider, the application gives it ...
1
vote
1answer
121 views

Flex: Is it a good idea or design to include an MXML another MXML file?

I want to know if its a good idea to have an mxml file for each component, then inline these various components in one mxml file and able to communicate between these mxml files ? For example I have ...
1
vote
2answers
187 views

create a JSON file and save into disk

how to create a JSON file for any object and save it on disk. after some days retrieve it back?
1
vote
1answer
128 views

Assigning arraycollection in component as dataprovider for datagrid in main app

Hi I have a simple (I think) question. I have the following custom component in Flex 4.6 (partial code). <fx:Declarations> <!-- Place non-visual elements (e.g., services, value ...
1
vote
1answer
177 views

Flex Datagrid not updating

The question: I have an accordion with 3 index's, each containing a component. That component is always the same one (an ordinary datagrid). This datagrid receives his data through php and JSON. Now ...

1 2 3 4 5 6