Tagged Questions

Flex is a framework for rapid Rich Internet Application development which runs on Flash Player or Adobe Air. Originally designed by Adobe, Flex was donated to the Apache Software Foundation in 2011. Usage The lexical analyzer generator flex is not related to this. It should be tagged with lex ...

learn more… | top users | synonyms (2)

0
votes
0answers
5 views

How to retrieve a variable in a function that's processed in another .as script - flex3?

I have 2 .as scripts that are used in a mxml file. The mxml and one of the .as script is generated by another application and I can't make changes to these two file (except some small ones in the ...
0
votes
0answers
4 views

Grid header text not fitting when printing AdvancedDataGrid

I want to print an AdvancedDataGrid , I am using this code public function doPrint():void { myPrintJob = new FlexPrintJob(); myPrintDataGrid = new PrintAdvancedDataGrid(); ...
0
votes
0answers
7 views

Creating a floating scrollbar in Flex

I'm trying to create a floating horizontal scrollbar that will follow the screen as the user scrolls vertically. I have a datagrid that is not scrollable vertically, but horizontally (there's a lot ...
0
votes
2answers
12 views

Set selectedItem on a Flex Combobox when the Combobox is not displayed?

I am trying to set selectedItem on a comboBox(mx). Following is the code : callLater(function ():void { if (comboBox.dataProvider && comboBox.dataProvider.length > 0) { ...
0
votes
0answers
8 views

How to build .air file through Adt.jar with the help of NativeProcess in Adobe AIR?

<?xml version="1.0" encoding="utf-8"?><s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx"> ...
0
votes
0answers
12 views

How to add array list (getting from blazeDS) as a tree node in flex

I want to add array list (getting from blazeDS) as nodes to tree. And after clicking of particular node, related list is calling from service layer. I have done that but it is not coming as a child ...
0
votes
1answer
13 views

organization chart in flex 3.0

Currently we are using flex 3.0 in our project and also i am new to flex. we want to show the organization chart.So after googling a lot i found some examples for organizational chart from yFiles and ...
0
votes
2answers
15 views

Can I use alivepdf read a exist pdf from external?

As title, any detail documentation about alivepdf are very thankful!
0
votes
0answers
13 views

Tool for images and videos sync to clients

I support a Flex client - server and the clients are offline most of the time. The idea is the users will work with the client all day and connect to the network via and sync data. The client's does ...
0
votes
1answer
14 views

Cannot retrive data in Flex application

I am developing a Flex application and I want to get some data from an XML file. In my PC, I am getting the data using the HTTPService and when I try from other PC in the same network, I am getting a ...
0
votes
1answer
23 views

How to port my existing Flex3.6 application to mobile iOs, Android platforms

I have a Flex web application which uses Flex 3.6 sdk. What are all the ways to port this application iOs and Android devices. Before the release of Flash builder 4, I have converted my Flex 3.6 ...
0
votes
1answer
17 views

How define in-line or within alert function, that is define mostly separate function in flex?

I want to define inline function within alert class currently i have following implementation. Alert.show('my mesage', 'header message', Alert.OK, Alert.No, doAction) private function ...
0
votes
1answer
16 views

Adobe Flex: How to Render/Remove Images Based on Database Result

In my database i'm storing a company's social media ID's. Obviously not all company's have all social media. In my database I have company ID's for: Facebook, Twitter, Youtube & Flickr. All icons ...
0
votes
1answer
10 views

flex 4.5.1 color picker

So I have a flex app that is using flex 4.5.1 sdk and has a the classic terribly ugly colorpicker. I've had other flexapps done with other sdks and been able to easily change the swatch colors in the ...
4
votes
1answer
59 views

Best way to manage EventListener on a large scale application in actionscript and Flex

I have a big mobile application in flex 4.5, and using "big" I mean big.. 50+ views 50+ custom components 10+ custom events 50+ custom classes (not UIComponents) Lot of skins, etc... My ...
0
votes
1answer
11 views

Custom AxisRenderer

I am working with a LineChart with a CategoryAxis for the horizontal axis and I need each category to have a very custom formatted display. Using CategoryAxis.LabelFunction is not powerful enough for ...
0
votes
1answer
22 views

Drag list item to itemeditor

I work with AIR. I have to window, one with list ( a glossary) and another with datagrid and editable cells. The goal is to drag item on list and drop it on cursor position on itemEditor (datagrid). ...
0
votes
1answer
11 views

Datagrid update ItemRenderer with ItemEditor value

I have a datagrid with ItemRenderer and ItemEditor. On click, as my datagrid is editable, I could modify the value of editing cell. But, when, I valid those change, with tab key, for exemple, ...
0
votes
1answer
25 views

Send an ARP probe message

I have an IP address and I want to know if it's available or not. After googling, I know that a possible solution is to create an ARP probe message and then send it to that address. To complete that ...
0
votes
0answers
30 views

image tooltip component

I'm following this little tutorial about how to put an image on a Tooltip. http://flexscript.wordpress.com/2008/08/18/flex-image-tooltip-component/ I have followed exactly this example, but I have ...
0
votes
1answer
34 views

AS3 Program running on one computer but not other

I have a project in AS3 that is being shared over 2 computers with Dropbox. When I run the program on the computer with CS 5.5, it runs like a charm. However whenever I open it fresh and run it on the ...
0
votes
0answers
36 views

Get IP address of all devices on LAN using as3

I want to get IP address of all devices on LAN using Action Script 3. Can you tell me how can I do this ? Also, If you can, please give me a simple example written in AS3. Thank you.
0
votes
0answers
12 views

Flash Builder (Mobile) - Dynamic Web Service URL

For my Flash Builder 4.6 Project I have a http service defined which looks at a url from our website. What I'd like to be able to do though is to change the web service url on the fly within the ...
-1
votes
0answers
9 views

Why is my Flex extension for Photoshop out of focus while writing text?

I have a query. Why is my Flex extension for Photoshop out of focus while I am writing text to a layer? I noticed that if I am writing some text in a text layer, and while writing I try to do some ...
0
votes
1answer
18 views

TileList scroll up or down, image lost

The first time, TileList works well. But when I scroll up or down, the image in the itemRenderer is lost(not show on the screen), but the label can still show.Following is the ItemRenderer in ...
0
votes
0answers
19 views

Get child component inside DataGrid with Flex

I've a Datagrid with an ItemRenderer plus two RadioButtons inside a column like this: <mx:DataGrid dataProvider="{listCol}" width="100%" id="table"> <mx:columns> ...
0
votes
0answers
14 views

Maps API for Flex Mobile (iOS, Android, BlackBerry)

What kind of maps are you using to develop flex mobile apps based on GPS? Google Maps API for Flash is deprecated now and it will be disabled soon. So what I can use? Is it possible to embed html ...
0
votes
1answer
19 views

Export chart data to excelsheet

I wanted to export chart data (coming from java services) to excel. Do I need to create datagrid for that.
0
votes
0answers
19 views

Flex Native Extension with Dropbox API for Android

I´m trying to develop a Native Extension for Flex in order to use the Dropbox API for Android. I have already tried this dropbox-r33 module for FLEX but it`s deprecated for Android 4, so this is not a ...
0
votes
0answers
9 views

how to read SD card data in android mobile application?

I am building an android mobile application in Flex 4.5, Which will read some data from SD card and display data in container like image. But i am not able to access SD card in flex mobile ...
0
votes
0answers
10 views

how to write data in SD card in flex mobile application?

I want to copy a file/folder from app-directory to SD card when application initialize. I used all three ways of writing data in flex. Please follow the code below: var sFile:File = ...
0
votes
0answers
17 views

Flex- Drag and Drop in a Text Area

i have developed a code for drag and drop multiple images in a text area to create their pdf's. but when a drag an image it drag enter is working properly but drag drop is not working.. protected ...
-2
votes
0answers
17 views

Guidelines on estimation for web application using Nirvana and Adobe Flex [closed]

we would like to use Nirvana in the middle layer of a typical web application (developed using Adobe Flex and Java). what would be guidelines for estimation considering we have no experience of using ...
0
votes
1answer
21 views

Adobe Flex: Accessing Particular Field From XMLList

I currently have data that's returned from my database and has been stored in an XMLList. In the result handler from the database has a loop that puts markers on a Google Map, with custom icons ...
0
votes
1answer
20 views

Flex/AIR Mobile: TabbedViewNavigator selectedIndex not working

I have a Mobile Project in FB 4.6 with a TabbedViewNavigator. I have 4 buttons at the bottom, which are ViewNavigators, and act as the Tabs. For this instance, lets say the tabs are labeled, HOME, ...
0
votes
0answers
18 views

Copy textArea content on a selected datagrid cell

On click of a button, I want to copy textarea content on datagrid current editing cells. I know to do first step: copy to clipboard, but I didn't know how to finish... protected function ...
1
vote
1answer
18 views

Setting the edit position on the Datagrid

I recently wanted to make sure that a specific cell is ready to be edited. So I try to use editedItemPosition property on the datagrid, but cell is not editing. For information, my datagrid use ...
0
votes
2answers
35 views

Flex/Flash Builder : Proper way to reference another project?

I have a fairly large Flex/Flash Builder project using Flash Builder 4.5. I want to create another project that uses some of the components from that original project. In the new project, I link ...
0
votes
2answers
18 views

XMLListCollection find index value

I want to find specific value on a XMLListCollection. I try to use something like this but it doesn't work! var xmllisteRDV:XMLList= XML(event.result).RDVClinik; xmlCollSuivi = new ...
0
votes
2answers
23 views

Avoid automatic component reuse in Flex

Actually, I have a Datagrid with 2 RadioButton controls inside of a cell for each row. Something like this: ====================================================== | | | (o) ...
0
votes
0answers
17 views

How to disable FlexNativeWindow resizable option

On my air application, I try to create a no resizable window. But even if I add this option, window may be resizable. Could you help me to solve that? Thanks var wOptions:NativeWindowInitOptions = ...
0
votes
0answers
16 views

Zoom into group of points in Flex

I have an application in Flex 4 with a map, a database of points and a search tool. When the user types something and does the search it returns name, details and coordinates of the objects in my ...
1
vote
0answers
18 views

How to get reference to current Active window?

I want to get reference to currently Active window. For example, 1 Window above an application, how could I determine which one is currently active?
0
votes
0answers
10 views

Flex Chart Sticky DataTip

I would like to print a chart (BubbleChart in my case) showing all DataTips that users find relevant. How can I make a DataTip sticky?
1
vote
1answer
26 views

user_work_history with Flex and the ActionScript SDK

I'm working on a sample app for Facebook, using Flash Builder and Flex. Now, I've got everything up and running - but there's one problem, specifically with the work history part. When I try to ...
0
votes
1answer
24 views

Access the main timeline in a swc

I have some animation that was created in the main timeline in an FLA I want to publish this as a SWC for importing via Flash Builder. However- I can't find a way to do this. Any ideas? The only ...
0
votes
1answer
29 views

How do I cancel an AMF Call with NetConnection?

Let's say that I have a NetConnection Object inside a Singleton Pattern that is shared with all Data Access Object classes throughout all my application. Now, you went on a screen and asked to load 5 ...
0
votes
1answer
25 views

How to post data to remote Flex amf URL in HTML page

I login a remote flex website by Java code, like this: AMFConnection amfCon = new AMFConnection(); amfCon.addHttpRequestHeader("Content-type", "application/x-amf"); ...
0
votes
2answers
27 views

Adobe Flex: Cannot Convert XMLList to mx.collections.IList

My Flex app runs a service to a php page that pulls data from my database, then structures the result in an XML format. I created a new XMLList called testList outside of any functions, then when the ...
1
vote
1answer
25 views

Adobe Flex: Accessing Result Event From Main Application In Component MXML

In my main application I have a result event and an XMLList, which is filled with my results. The XMLList is defined outside of a function like so: public var testList:XMLList = new XMLList(); But ...

1 2 3 4 5 353