Adobe Flex Builder is the former name of Adobe Flash Builder.

learn more… | top users | synonyms

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
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
0answers
27 views

ItemRenderer display image according variable

I have the following code from an InterRenderer, where I try to display two kind of icons depending on the value of its labelField within a Datagrid. <s:GridItemRenderer ...
0
votes
2answers
40 views

Get selectedIndex in Datagrid from itemRenderer

I have a DataGrid and the first column cells have an itemRenderer with an embebed image and doubleClick event linked. So, when o double click event occur, this renderer catch the event and the ...
0
votes
1answer
36 views

Click Event in a cell of a Flex Spark Datagrid

I have the following code: <s:DataGrid id="preciosGrid" top="65" width="935" height="379" horizontalCenter="0" requestedRowCount="4" ...
0
votes
1answer
29 views

Creating object variables from string in AS3

I have the following issue related to how can i create an Object varible from a String name. var obj_product:Object = new Object; obj_product.product = ...
-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 ...
1
vote
2answers
55 views

Closing Browser not work on Mozilla Firefox or Google Chrome using Flex 4.6

I am using Flash Builder 4.6, Creating Flex Application. I am trying to close browser using flex 4.6 code.This is work on Internet Explore but not work in Mozilla Firefox or Google Chrome. My code is ...
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 ...
-1
votes
1answer
55 views

App created with AIR 3.4 Won't Work in AIR 3.7

I recently overlaid AIR 3.7 into the Flex 4.9.1 SDK. An iOS app I created works perfectly with 3.4 (which I created it with). Part of the app is to either take a picture or get it from the Camera ...
0
votes
0answers
88 views

Installed FB 4.7 but cannot manage to install AIR SDK 3.7

I always get the error iOS Simulator launch requires AIR SDK 3.4 or higher when I try launching a mobile app on iOS Simulator. I did everything they say on there website: ...
1
vote
0answers
27 views

line connector for graphics objects

I'm designing a flex application,with that help of this application one can design uml, electronics,er diagrams etc. I am using group as main container, <s:Group id="designArea" width="100%" ...
0
votes
0answers
55 views

Issue in mouse rollover and rollout in flex

Im new to flex, so it might be a silly question, but I have to ask. I have a bottom slider canvas which should come out on rollOver and go in on rollout which I achieved 90% but, the canvas is going ...
0
votes
0answers
54 views

Flash Builder 4.6 capture, save and upload image in flex mobile application

In flex mobile application i want to take images then save them and upload to website how can i take image(s) and how to upload ? Thanks
0
votes
1answer
40 views

Flex - Parsley - Event Will Not Dispatch From Method in Result Handler

I have a Command that executes a service call. In the result handler, I am doing some logic based off the result data. If the logic meets specific criteria, I am displaying a confirmation popup. If ...
0
votes
2answers
26 views

Web app in Flex 4

I have a small issue related to my web App developed in Flex 4.6. I have an app which has 800 x 600 px and in some screens, not all the content is shown and no scroll appear in the browser. How can ...
0
votes
2answers
25 views

Customize Adobe File

I have a problem with my Flex Builder Plug-in. I'm using the Flex Builder 3 Plug-in in my Flex application (in Eclipse). Now I want to customize the MessageResponder.as File in the Plug-In. I found ...
0
votes
0answers
69 views

XML-data with dataProvider in Flex Mobile list

I'm having some trouble with the dataProvider in Flash Builder 4.6. I want XML-data displayed in a list. I have followed this tutorial but I can not get it working with my own XML-file. I have the ...
0
votes
0answers
47 views

Toggle Switch losing its “on” state, once i change view in stack

I making a app with flash builder 4.6. and i have settings page where you can turn on/off background music and few other options. but once i go to a different view of the stack, when i come back to ...
0
votes
4answers
64 views

Retrive specific index from arraycollection

I can't seem to work this out. I want to display a list that starts with a specific position in an arraycollection, without changing the array. The goal is to have a set of full screen images that the ...
0
votes
1answer
49 views

Flex get the first object of an Hgroup

Introduction of my code: I have a Vgroup inside a scroller, because the user is going to add a numbers of objects. Each time the user clicks the Button, its going to add to the Vgroup and Hgroup ...
0
votes
0answers
23 views

flex builder failed to launch with JVM terminated. Exit code=1

I was having an issue with Flex Builder3. It ended with following error message when launched: JVM terminated. Exit code=1. I googled the solution and changed some parameters , but it still doesn't ...
1
vote
1answer
205 views

can i use design mode in fb 4.6 if I add apache flex sdk 4.9.1 as my compiler?

Im running flashbuilder 4.6 and just added apache flex sdk 4.9.1 (build 1447119) to my mac book pro running Moutain Lion and when I tried to do a quick 'hello world' and add a few elements to the ...
0
votes
1answer
70 views

How can I launch notepad++ to open text file in air?

I develop an AIR application. I want when I press the open button it open the text file with notepad++ which I specify as ("C:\Program Files\Notepad++\notepad++.exe") or with any other application I ...
0
votes
0answers
48 views

What do I need to do to get 'EXPORT RELEASE BUILD' to generate android app icon the way RUN command does in FlashBuilder 4.6?

I have been working on an app for a while now and noticed today that when I export release build the final app icon (on android device) isnt produced - it just defaults to the standard android icon... ...
0
votes
0answers
73 views

Flex Tutorial Problems

I am new to Flex and I have been following a tutorial: http://sujitreddyg.wordpress.com/2008/01/14/invoking-java-methods-from-adobe-flex/ to connect Flex with a java server. I have reached the point ...
0
votes
1answer
176 views

flashbuilder list component - how to add an image URL

Im working with flashbuilder 4.6 and have a simple app underway that uses a listcomponent pulling data from an XML service (external URL) that is setup with data/services functionality within ...
2
votes
1answer
31 views

Spark Datagrid with Splitted columns

I'm trying to figure out how can i get that a simple Datagrid has splitted columns. I need the following layout: +-------------------+ | Destination | +--------+----------+ | Dir 1 ...
0
votes
0answers
160 views

Image Upload Progress from Flex to PHP with PHP 5.4

I'm using PHP 5.4 capabilities for uploading progress new feature. I need to be able to upload images from mobile devices and show the progress of the upload. I have the following code in a Flex ...
0
votes
1answer
118 views

AMFPHP working for ArrayCollection in Flex

I have a function in my php class which must receive an array of Objects. In flex, I send the data (as ArrayCollection) calling the service. If I work locally, the PHP receive the data and store all ...
0
votes
1answer
55 views

flex mobile iconrenderer customization

I been trying to figure out how to modify the label Style of a iconRenderder. I have figure out how to apply a CSS to messageField like so: <?xml version="1.0" encoding="utf-8"?> ...
0
votes
1answer
108 views

Progress Event in Flex 4.6 mobile app

I'm just developing a Flex mobile application and need to show the upload progress of an image. The code is: protected function upload( ba:ByteArray, fileName:String = null ):void { if( ...
0
votes
0answers
148 views

Populating dataprovider Spark List component Flex 4.6

I have an issue related to populating data into a List. The fact is that once the List is populated, when i want to update the content with new entries and I'm scrolling with the List, suddenly after ...
0
votes
0answers
28 views

Merging XMLList

I have a problem merging xmllist; This is the code: <fx:XMLList id="List1" xmlns=""> <menuitem label="First" url="http://www.youtube.com/watch?v=xxxxxxx"/> ...
1
vote
2answers
67 views

How can I take one child of xml file

I investigated this problem for hours on end. but I couldn't find out it. I really need you guidance for flex mobile application. I only wanna use a xml child (not all of them ) for example ; I ...
0
votes
1answer
42 views

Random Picking an XMLList menuitem

i have this XMLList: <fx:XMLList id="Generic List" xmlns=""> <menuitem label="First entry" url="www.aaa.com"/> <menuitem label="Second entry" url="www.bbb.com"/> ...
0
votes
1answer
120 views

ItemRenderers keep states after changes dataprovider in List

I have the following issue with a Datagrid. I have a comboBox which change the Client and once a client is selected, the system populate the Datagrid with an ItemRenderer which has a CheckBox and two ...
0
votes
1answer
26 views

construct variable within Object in as3

Hi I have the following ArrayCollection: priceModel.model.arrayProducts.addItem( {'productID':pc.productID, 'product':pc.product, 'provider1': {'value':0, 'selected':false}, ...
2
votes
2answers
89 views

Flex4.6 : works in debug but not in Release build

My flex4.6 works normally in debug. But when I create a release version, I got: TypeError: Error #1009: Cannot access a property or method of a null object reference. at ...
0
votes
2answers
1k views

Change background-color Cell in Datagrid (Flex 4.6)

I'm trying to alternate between two background colors for each cell in a datagrid. It changes its state upon double clicking in a particular cell. What I want is that the user be able to select ...
0
votes
1answer
124 views

Flex Builder - “Data binding will not be able to detect changes when using square bracket operator”

I am building an app. The first page has a list generated from a local xml which when you select an room type on that list, it pushes the nodes under the selected item; title page, page image, and a ...
0
votes
0answers
33 views

Changing properties to spark RichEditableText

I'm with a RichEditableText with a basic Format. I have a menu with 5 buttons which change properties like, "bold", "underline", color, etc... Well, while typing in the RichEditableText, and desire ...
2
votes
1answer
179 views

flex line chart with variable colored line

Ive got a rather simple need to create a line chart. The data that I would like to chart is based on a single daily datapoint. xml example of data: <?xml version="1.0"?> <dataset> ...
0
votes
1answer
68 views

Pasing a value from int to string and viceversa in databinding (Flex 4)

I have a service where a data is in String format and in my form I have a NumericStepper whose value is an integer. The question is that I need to make a bi-directional databinding with the DataType ...
0
votes
1answer
108 views

Show Flex mobile app in Whatsapp gallery button

I would like to know how could i include an application made in Flex mobile to be included in the list when you click on Share button or even when you are in the Whatsapp application, and click on the ...
0
votes
0answers
169 views

Flex giving Error 2032 Stream Error with IE under load

We have searched the web and found 100’s of posts regarding the same thing but nothing that we’ve found resolved this issue as to yet. Therefore forgive me to ask this question again but we really ...
0
votes
0answers
40 views

How to Print all columns of DataGrid using PrintDataGrid in flex

Im having 10 columns of mx:datagrid . How can we print all columns in datagrid to print. Since there are more noumber of column, Im enabling Horizantal Scroolbar ,so tht user can scrollto lastcolumn ...
0
votes
0answers
74 views

Copy Embed image in Flex 4

I have a set of images in a class as the following example: [Embed(source="/images/left_downright.png")] [Bindable] public var leftDownRight:Class; So far all is alright, ...
0
votes
0answers
73 views

Flex 4.5 Web Application not loading

I need some help with Flex. I have a Flex 3 web application that i migrated to the Flex 4.5 version. The application works fine in the Flex 3 version. In the flex 4.5 version, when i try to run the ...

1 2 3 4 5 15