Flex 4 is an Adobe Framework used to build RIA for Flash Player.

learn more… | top users | synonyms (1)

0
votes
1answer
7 views

replace doublebackslash with single slash

How do I replace doublebackslash with single slash? couldnt find an example anywhere. ie. "c:\\this\\is\\a\\folder\\myfile.jpg" to "c:\this\is\a\folder\myfile.jpg"
0
votes
0answers
8 views

Flex sub application not rendering when loading multiple swf files

I have a Flex application that pre-loads a list of swf files creating an array of Loader instances and are displayed later. Until now the swf files were all created using Adobe Flash and loading 20+ ...
0
votes
0answers
18 views

How to logout during onbeforeunload/onunload using Javascript

<script type="text/javascript"> window.onbeforeunload=before; window.onunload=after; function before(evt) { var message="If you continue, your session will be logged out!"; if(typeof ...
0
votes
0answers
6 views

Flex mx:window transparency control

I am working in flex 4.6 air application in which i open a mx:window (new window). How can i control the transparency of this this window by using slider value.I mean if i change the value of slider ...
0
votes
1answer
9 views

How to center a header renderer in a Spark data grid?

Currently I have this code: <s:DefaultGridHeaderRenderer maxDisplayedLines="2" textAlign="center"/> But it's not working, even though I have textAlign="center"! Thanks for any help.
0
votes
0answers
7 views

Spark DataGrid multiline header renderer

I have a data grid and one of its columns has a long header text, so I want to span it across multiple lines. I tried several things but to no avail. Here's my current code: <s:GridColumn ...
0
votes
2answers
37 views

AS3/Flex : Interface extends interface

In AS3/Flex, is it possible for me that one interface extends another interface ? I have created interface A. Now I want to create another Interface B which extends interface A. I google a lot but ...
0
votes
1answer
15 views

how to fix textSelectedColor property in dropdownlist uisng flash builder 4.6

I am using s:DropDownList component in flash builder 4.6. I have to set property "textSelectedColor" which is given in mx:ComboBox but not given in s:DropDownList. So can anyone help me please to fix ...
0
votes
0answers
5 views

Control Video Element Position Using Parallel Element inside OSMF Player

I have added 4 videos i.e(media Element) using Parallel Element. The problem over here is that the output of videos are not coming in the order that i have added to Parallel Element,Though i tried to ...
0
votes
1answer
14 views

how to handle change in checkbox in ACtion Scripit FLEX?

protected function inital():void { var _cb:CheckBox; var _formitem:FormItem; for( var i:int =0;i<program.list.length;i++) { ...
0
votes
0answers
14 views

TextInput as ItemEditor in spark datagrid where the third column values should not duplicate

My datagrid has 3 columns and the third column is having the textinput itemEditor. when the text changes and if that text matches with any other text(basically the text is an int). the popUp should ...
0
votes
1answer
9 views

how to assign value of an dynamically array collection to check box?

protected function inital():void { var _cb:CheckBox; var _formitem:FormItem; for( var i:int =0;i<program.list.length;i++) { _formitem = new ...
0
votes
0answers
34 views

How to build the Design/Source View part of the Flash Builder?

I am planning a project that involves building a WYSIWYG editor, which allows users to lay various Flex UI components (standard or custom ones) on the editor area and at the same time, generating the ...
0
votes
0answers
16 views

Not able to dispatch event from command to mediator

I am Tying to create a simple application in flex using robotlegs framework having some issue I have registered a event in event bus in Mediator like: ...
0
votes
2answers
22 views

<app name> cannot be installed (Flex mobile for iPad)

I am developing mobile application for iPad using Flex/Air. While I am debugging the application using the Flash Builder Emulator, everything seems to be alright. However when I export a release, ...
1
vote
1answer
24 views

Flex event bubbling/capturing mode

can some one pls give a simple example where we can use flex event capturing mode rather than bubbling mode? Most of the time we are using bubbling mode and we keep use_capture to false ...
0
votes
0answers
19 views

Binding issues when migrating from Flex 3 to 4.6

Just migrated my application from Flex 3 to Flex 4.6 and found issues with Bindings and ChangeWatchers. Snippet of code: [Bindable] public class Thing { private Boolean aVar = false; public ...
1
vote
0answers
36 views

Flex - change in Timezone only picked up on Minutes Change. Why?

I have a timer running, that every second, checks the systems Date/Time, and updates the date displayed on the application. If I change the system time, the app updates the next second. If I change ...
1
vote
1answer
35 views

how to pass value from java to flex?

I have a code of JDBC which connects to database,returns the result in ResultSet which fetches two columns emp_id and emp_name with different rows every time. So rows can not be constant at all. I ...
0
votes
2answers
36 views

Item Renderer not Working correctly in Spark List

I used flex sdk 4.5 for creating Adobe Air application. My application download files one by one. I show the currently downloading, pending and completed files in spark list. I used item Renderer that ...
0
votes
1answer
33 views

How to move a flex page from bottom to top?

I have a Flex component that is very long. I want to add a save button in the bottom of component. when i click on save button i am changing the state where it displays another component. Do anyone ...
-1
votes
0answers
26 views

How to redirect from one view to another view in Flex Adobe Flash Builder?

is it possible to redirect from one View to second View after any time? I would like to use this operation, but no idea. It is mobile project. Thank you
0
votes
1answer
18 views

Displaying parts of objects in an Actionscript list

I have an interesting situation where I have a listbox that displays an ArrayList of strings, but I want to be able to associate the strings displayed with some other data which I don't want to ...
0
votes
2answers
43 views

set focus in button when open popup in flex

I'm having problem to set the focus on a button to open a popup. The button gets the focus, but it does not get the appearance that focu. It is as if no component was the focu. My source ...
1
vote
1answer
28 views

How to find the graphic primitive that is clicked in a group

I have a Group that has many different graphic primitives in it. If I click on the group I can get a reference to it in MouseEvent(event).currentTarget. But how do I know if I have clicked on a ...
0
votes
2answers
37 views

Performance issues when creating custom components. Need TIPS

I am in the process of converting an excel desktop application into flex. Obviously excel has far better grid functionality but it also looks better so I am trying to recreate it manually versus using ...
0
votes
0answers
19 views

VerifyError: Error #1053: Illegal override of AbstractCommand in org.spicefactory.parsley.core.messaging.command.impl.AbstractCommand

I have a few custom components built into a SWC and it is built for inclusion in any flex projects. its built in Flex 4.1 and works fine in standalone application in Flex 4.1. However, my ...
1
vote
1answer
43 views

How to get the Full stack trace of all the methods executed while rendering?

In my Flex application i need to get the stack trace of the methods executed from the creation of my application and need to check how much time spend for rendering a particular component or ...
-1
votes
1answer
35 views

Flex update XML

im new to flex development and in need of assistance. I have a xml file that contains data that i would like to update if the user changes anything, the file is saved on his local program files where ...
0
votes
0answers
17 views

FlexMonkey with Flex 4.6

I am attempting to use FlexMonkey with my Flex 4.6 Web application. When I add the compiler arguments to link the automation_monkey4.x.swc file, I get a compiler error saying Declaration of ...
0
votes
0answers
41 views

Flex 4.6 AdvancedDataGrid Item KeyPress Event

I am using Flash Builder 4.6. Create an AdvancedDataGrid in flex Application. When i click on row 1 the selection of particular cell is highlighting. I wanted to go to Artist Column of row 1 when i ...
0
votes
1answer
20 views

Zoom inside of a container with HSlider component

Is there any way to use a HSlider to zoom (with percentage value) inside of a component? I actually have a container: <s:BorderContainer id="suppCont" x="238" y="10" width="710" height="514" ...
0
votes
0answers
29 views

Showing warning on my Flex 4.6 Project give me the details of this Warning

I am using Flash Builder 4.6. Creating Flex Application, i am showing warning on my code the Warning is. 'This compilation unit did not have a factoryClass specified in Frame metadata to load the ...
0
votes
0answers
34 views

TextInput setFocus not working in flash builder 4.6

I'm using Flash Builder 4.6. and working for a flex project in which i want to setFocus on textInput after the intitialize is complete. I am using the code myTextInput.setFocus(); this is working fine ...
0
votes
1answer
29 views

how to perform event on flex line

How to perform event on flex line objects.so i can able to move or re-size the line using mouse.I am using flexline as shown in below code:- spark.primitives.Line; var st:Stroke =new ...
0
votes
0answers
29 views

Flex line drawing with cut copy paste functionality

I'm designing a flex application,with that help of this application one can design uml, electronics,er diagrams etc. How to implement line that that connect two object(Display objects) as shown in ...
0
votes
1answer
56 views

How to declare multiple [Bindable] vars on a single line… binding stops working

I am trying to declare multiple Bindable variables in a single line (using a single 'var' call): [Bindable] public var var1:int = -1, var2:int = -1, var3:int = -1, var4:int = -1; I want to use the ...
0
votes
0answers
22 views

FlashBuilder 4.7 I am looking to get the Cairngorm.SWC file from a Maven-Repository

I have no clue what Maven is. I am looking to recode very fast a Flex 3 project in Flex 4.7. I used the Cairngorm.swc before and now I am looking for it for the new SDK 4.6 so I can adapt very fast ...
0
votes
1answer
64 views

Workers in Apache Flex 4.7

has anyone been able to use Workers in AIR Application built with Flex 4.9.1 and AIR 3.7? I wanted to give it a try for a project, but as soon as I include/setup the worker like in the tutorial made ...
0
votes
2answers
68 views

Upload video to YouTube via V3-API with Flex/AS3

I am currently working on an AIR-Application to upload videos to youtube. Since I got the very absurd requirement to upload files up to 80GB (we do not need to discuss this, I also think it´s ...
1
vote
1answer
41 views

How to enable orientation change for some views in Flex Mobile?

I have some views in my mobile app (for both ios and android) whose orientation was fixed to PORTRAIT using <aspectRatio>portrait</aspectRatio><autoOrients>false</autoOrients> ...
0
votes
0answers
39 views

Complex custom drag and drop in Flex for non-list components

I am currently working on the custom drag and drop functionality in Flex, I am quite a beginner in flex and AS3 and therefore I am having problems which might be trivial for more experienced ...
0
votes
1answer
41 views

How to get file in source directory as file object

This could be pretty easy to do but I'm not able figure it out. There is a script file to be executed in my Flex AIR project under src/scripts/myScript.scpt. To execute this file I need to create the ...
0
votes
1answer
72 views

Flex Tree node not getting selected properly

Flex 4.1 SDK I'm using mx:Tree component to load a static xml data to bring it in the tree form. I'm having a HDivided box where my left side portion will have the tree and the right side major ...
0
votes
1answer
44 views

How to get clip content to work on mx TabNavigator?

I have a TabNavigator and before that a ViewStack with TabBar that would not clip it's contents. It over flows the border or appears under other components positioned further down the screen. Has ...
1
vote
0answers
34 views

Localizing DateSpinner month names - Flex Mobile

I want to translate Flex Mobile DateSpinner month names into Turkish ones but I couldn't cause of lacking locale support for turkish language, and even when I created a new locale using copylocale ...
1
vote
1answer
95 views

TimerEvent vs. ENTER_FRAME in AS3/Flex games?

I'm trying to write a simple game in AS3 / Flex 4, and I'm trying to find the best way from the get-go to handle timed execution of code. The most natural approach would be to use a bunch of Timer ...
0
votes
0answers
37 views

Rounded corners on spark buttonbar incorrect

I am having an issue with the spark ButtonBar. I use it on 2 places in my application with some custom CSS, but they look different in the 2 places and I have no idea why. This is a screenshot showing ...
0
votes
1answer
34 views

Flex Regular expression help needed

I have created the regexp which allows me to enter == > (digit(0-9)).(digit(0-9) - for 2 decimal) I am not sure how do I stop, to allow entering "0" more than once. This is what i have tried: ...
0
votes
0answers
25 views

how to change IViewPort verticalScrollPosition programmatically

I'm trying to scroll VGroup with scroller: <s:Scroller id="scroller" width="100" height="100"> <s:VGroup id="vp" width="100%" height="100%"> <my:TripView ...

1 2 3 4 5 70