Tagged Questions

Prior to Flex SDK 4.0 this IDE was known as Flex Builder. Flash Builder is designed for developing Adobe Flex applications. The Flex framework integrates traditional Actionscript 3 code with a tag based language MXML. MXML allows developed to use pre-packaged components that are part of the Flex ...

learn more… | top users | synonyms

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
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
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
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
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
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
25 views

why isn't my mysqli statment working in flex 4.5?

hi there i'm working with flex 4.5 and php, i have a services php file with a query that is actually workink this query retreives an specific product info. but when i want to get the statement with ...
0
votes
1answer
16 views

How to make Horizontal SpinnerList

I am using SpinnerList in my applicaiton and by default it has a vertical layout. But I have a requirement of Horizontal SpinnerList. I tried rotation,direction but couldn't make a horizontal spinner ...
0
votes
2answers
23 views

Flash Builder 4 + Flash Professional + FlashVars != WORKING

I have a Flash Builder 4 project that's hooked up to a Flash Professional CS5 FLA. I do NOT use MXML, and all code is handled directly in Flash Builder. (Flash itself is used simply for the library, ...
-1
votes
0answers
23 views

data.value null after editing

I create an itemEditor and an itemRenderer to display text on multiple lines. ItemEditor code <?xml version="1.0" encoding="utf-8"?> <s:MXDataGridItemRenderer ...
-1
votes
0answers
13 views

Why is AIR debug invisible

When I create a simple file, and I press the Debug in Flash Builder 4.6, the application runs, but I do not visually see anything. I expect to see a AIR Window on my screen. ADL.exe runs, ...
3
votes
1answer
51 views

Adobe AIR/FlashBuilder 4.6: Create reminder in Android App

I am using Flash Builder 4.6 along with Adobe AIR to create an Android App. I am looking to create some sort of reminder/appointment that will display a notification on screen or in the app bar at the ...
0
votes
1answer
50 views

dropdowlist [object object]

I discover with dropdownlist. Indeed I load data by a query to mysql Database. But in mysql one record has empty field. And in this case flex display [object object] instead of ' '. [Bindable] ...
0
votes
0answers
26 views

flex datagrid Locked Columns

I'd like to create a datagrid with lock columns. To do that, I try two methods but anyone works well. First, I try: <mx:DataGrid lockedColumnCount="3" id="dgSuiviClini" ...
0
votes
1answer
13 views

Flex Builder: Asset file or directory name cannot be more than 100 bytes long

Today i want to test my Mobile App on my Samsung Galaxy device. I did that before and it was working great. Today it stops working, Flash Builder "says" that there is an error: "Asset file or ...
0
votes
1answer
17 views

How to add wordWrap on spark GridColumn

Today, I decided to test spark datagrid instead of mx:Datatagrid. But a problem appear: I didn't found wordWrap option, do you know how to solve that? <s:DataGrid id="scrollableDG" ...
0
votes
0answers
90 views

How to simplify my else if statement [migrated]

Alright so this isn't an issue with my program not working, it's more of a fact that I wanna learn to code better. This is one of 6 if else statements that I use inside of my program. What I'm ...
-4
votes
0answers
38 views

How to complete pdf form file

I work with AIR and MySQL database. I need to complete PDF form, inside my AIR application with data extract of MySQL database. Can you explain how to do that? The attach pdf example. Thanks!
0
votes
0answers
14 views

DataGrid with footer

I search a solution to create DataGrid with footer, I found some idea to do that with avanced DataGrid but it's look like very hard. So do you know a simple solution for a footer on DataGrid. ...
0
votes
0answers
39 views

Flex and AS3 dataGrid example

I have a project that i inherited. It is in as2 and i need to transform it into AS3. I use flash builder and use flex for look and as3 for code because i am java programer. I need help!!! In project ...
0
votes
1answer
45 views

1136: Incorrect number of arguments. Expected 1 line 27 but there is not error on line 27?

I see a lots a answer about this problem but my is a little different. I'm using flash 4.5 PHP and the adobe CS Extension builder SDK. I just started to get the this error : '1136: Incorrect number ...
0
votes
0answers
25 views

Crash when sending Image bytes passing from iOS framework to Flex/Air

I am doing to show image by passing image bytes but it's crashed on the line of iPhone code memcpy(byteArray.bytes, (uint8_t *)jpgData.bytes, (uint32_t)jpgData.length); Action Script Code: var ...
1
vote
0answers
30 views

Flash Builder, export release build error

I am unable to do an export build for an Apple ios from flex. I get the following error when i try to export. how do i get around this error. Also i able to successfully export for android.
0
votes
0answers
26 views

Android flash builder webview

I'm currently developing a mobile application in flash builder for android. In this application I’m using a web view, in this web view there is a link to a web-based application. The first thing you ...
-1
votes
1answer
60 views

Change the Selected TEXT Color on Spark DataGrid cell

Does anyone know a way to apply style on selected text in a Spark DataGrid? I think that the best way is to have an itemrenderer with textarea but after, I don't know how to do. My goal isn't to ...
1
vote
1answer
21 views

datagrid inline itemrender change dataprovider value

I create a datagrid with inline itemrenderer. The renderer is a dropdownlist. When dropdowlist value change, I'd like to update dataprovider but I didn't found how to do that. Can you help me? Thanks ...
0
votes
1answer
28 views

Why my grid layout is too strange

I try to understand how work gridlayout and I'm very desapointed by the result. Indeed, my layout doesn't apply width GridItem. For each mx:GridRow, GridItem total colspan is 6. At first GridRow, ...
0
votes
1answer
27 views

Adding filter to button in Flash Builder AS3

I try to add a dropshadow effect to some buttons at creationComplete event. import flash.filters.DropShadowFilter; // #1 Does work but removes other filters protected function ...
0
votes
1answer
27 views

How to enable high resolution display on iPhone 4 using Flash Builder 4.6

I'm using Flash Builder 4.6 to make an iOS app.. It's going fairly well, the app behaves as expected on the 3GS and the iPad. However, on the 4 it just uses the 3GS resolution and pixel doubles it. ...
0
votes
1answer
41 views

process facebook feeds dynamically in adobe flash builder

I am trying to process the user feeds retrieved from facebook by dynamically adding them to the flash app, and i need the feed to be displayed in a box with its publisher name and picture beside it ...
0
votes
1answer
14 views

Set parameter for movieclips to determine the frequency they'll show up on stage on Flash Builder

I'm making a video game-like project with Flash Builder (Flex if you wish). I have an array of movieclips (which are SWCs that I've called from Flash). These movieclips are separate actions of the ...
0
votes
1answer
33 views

Flex/ActionScript 3: Overriding parameter names in data service's superclass

Using Flash Builder I need to create a data service with 2 parameters named start-index and max-results (for the YouTube API). In Flash Builder/Flex data services, parameter names can only contain ...
0
votes
1answer
14 views

RSS feed in flex mobile project

I am working on accessing RSS feed using Flex mobile project. But i dont get image in that RSS feed,how to get image from RSS feed in Flex mobile project and how to convert an image into byte stream ...
1
vote
1answer
41 views

Flash Builder 4.6 Mobile Application Packaging and Exporting

This is my first question posting here. I'm novice to Flash builder,using Flash Builder 4.6 to develop android application. It runs in desktop no error occur. But when I export it or try to run it on ...
2
votes
1answer
26 views

Can I develop an Adobe AIR application without Flash Builder?

Can i develop an Adobe AIR application without Flash Builder? I want to run it from command line. If you have any example please share with me.
0
votes
1answer
59 views

live stream video from webcam using FMS & Flex

I'm trying to live stream my video from webcam using FMS. I have written the code here which I am trying to work with, but I get this error. Please guide me to right solution. I really appreciate all ...
0
votes
1answer
51 views

First View - TabbedNavigator Flash Builder

Using the Tabbed View Navigator Application, I've set up a couple of pages. <s:TabbedViewNavigatorApplication splashScreenImage="@Embed(source='images/loading.png')" ...
0
votes
2answers
30 views

Citrus Engine Flash Game not compiling correctly

Im developing a flash game based on the citrus engine for a uni project. All of it is done and handed in but im trying to compile the entire project into a release for web. In flahs builder ive gone ...
0
votes
1answer
59 views

Attach Camera with Flash Builder 4.6

I just want to start my webcam to display video, for this I wrote this code but it is not working. Any idea why It must not be working ? What possibly I might be making mistake ? Please here is the ...
0
votes
1answer
62 views

Flash/Flex Builder (Eclipse) - TortoiseSVN 1.7 with Subclipse 1.8 - svn options not in IDE?

I have done a Checkout of a number of Flex projects from a repository folder to a local forlder e.g. C:/CodeBase/trunk When I import the projects into FB (or Eclipse), there is not SVN details for ...
0
votes
1answer
24 views

How i run my AIR application instance that is already running in the system tray?

I have an AIR Application that is running already and minimize in the system tray. Now if user try to start application from desktop icon or from start menu the application which is dock/minimize in ...
0
votes
2answers
103 views

Alert/ Dialog box in AS3

I am working on a app using Adobe flash Builder which should pop up a Alert window once a particular event has been triggered. Another event needs to be called when the Alert box is closed. But I do ...
1
vote
1answer
72 views

Adobe Air: scroller throws error when changes focus between different applications

TypeError: Error #1009: Cannot access a property or method of a null object reference. at ...
1
vote
0answers
19 views

No 'inherited' item within FlashBuilder variables view

I'm noticing now that in the variables view of flash builder, the 'inherited' variable is not appearing when I am stopped at a breakpoint. Is there a reason why 'inherited' may not appear sometimes? I ...
0
votes
1answer
38 views

Why again and again my Flash builder shutdown/close during development after coming this alert?

The Flash Builder restart after showing this alert. Unhandled event loop exception unable to create new native thread Note That i am using Flash Builder 4.6 Thanks
0
votes
1answer
27 views

Two renderers in same adavanced data grid in Flash builder

i have a data grid which is having two renderers. one is text box and other is dropdwon. both are mxml rendered. My requiremnet is when user edit the textbox value in a particular row i should make ...
0
votes
1answer
43 views

*.ANE for extend iPhone app i receive “ld: absolute addressing” ERROR when add it to my Main Flex Project and compile it

I'm coding an extension (ANE) for iPhone that read the contact list. I receive an error when add the .ane to my Flash Builder Project and compile it. I compiled the Objective-c code in a *.a lib ...
0
votes
1answer
60 views

flash builder 4.6 - native application issues -

I'm trying to follow a tutorial here: http://www.as3nui.com/airkinect-2-0-is-here/ which deals with developing an AirKinect application in Flash Builder 4.6, which I've installed. But when I follow ...

1 2 3 4 5 32