Questions tagged [flexbuilder]

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

720 questions
0
votes
0 answers

Flex List ItemRenderer with TextInput recycle

I had list itemrenderer with textinputs, but when i write something in the text input, the other will get the same value. I used to set the useVirtualLayout to false, but really decrease the performance of the list. I putting only the "data.value"…
0
votes
2 answers

Eclipse Plugin does not work in FlashBuilder/FlexBuilder Standalone

created an Eclipse plugin that contributes to the UI by a new project wizard a new menu in the context menu of projects in the Package Explorer a new project nature + builder a new preference page for the plugin The plugin works fine when…
Janosch
  • 1,204
  • 1
  • 11
  • 19
0
votes
0 answers

How to read local pdf files on android using Flex application

I have a Flex application running on iOS and Android devices. On iOS devices, it is possible to read a pdf using a stagewebview. On a android device (Galaxy Tab2 with Android ICS, I have a blank screen. I have read many things about this issue. But…
dt dino
  • 1,194
  • 6
  • 19
0
votes
0 answers

FlexPad library for Flex is running slow on iPad

I've got a test mobile project app in Flex composed simply of a TabbedViewNavigatorApplication with two tabs - on one tab I have nothing and on the other I have a flexpad:List with an inline ArrayCollection just for testing - I have about 50 items…
Devin McQueeney
  • 1,277
  • 2
  • 14
  • 31
0
votes
1 answer

Flex TypeError: Error #1034: Type Coercion - For two unrelated events in the same module, parent/child Sprite

This problem has stopped development, and I can't figure out what's wrong. I'm not clear on how flex is connecting these two unrelated events. The Some1 Sprite dispatches a Some1Event.MOUSE_UP event on a MouseEvent.MOUSE_UP while stopping…
Joe
  • 1,014
  • 1
  • 13
  • 28
0
votes
2 answers

FillColor of CheckBox in Flex 3

I have about 8 checkboxes that are created dynamically using a for loop. Each checkbox has a different color. Basically i want to change the fillColor of every checkbox (label not included) using 8 predefined colors. Here's my code. for (var…
user253530
  • 2,583
  • 13
  • 44
  • 61
0
votes
1 answer

Flex AS3 asynchronous sprite (MovieClip) animation

I'm using starling framework under flex AS3 project. I've Sprite which named Bird and it use Altas for animation. My problem is, there is two bird in my screen and both of them flaps at the same time. I want to flap asynchronous. How can I do this,…
0
votes
1 answer

center a website in flex

I am trying to make a websites in flex. I am facing the problem that my website page is not centered. I Have searched google but haven't succeeded yet. I am trying to center on my web browsers instead of starting from left hand How…
Muhammad Umar
  • 11,391
  • 21
  • 91
  • 193
0
votes
1 answer

Cannot get RemoteObject call in FlexBuilder to work with ColdFusion

When I try to call this simple function in a CFC, with the proper remote setting, I get an error that says "Destination 'ColdFusion' either does not exist or the destination has no channels defined and the application does not define any default…
jamesTheProgrammer
  • 1,747
  • 4
  • 22
  • 34
0
votes
0 answers

How to read a Hyper link value in excel sheet..?

I am importing data from excel file to flex grid but my excel file has some hyper links and when i read the cell value it gives me the text displayed in that cell not the actual path of the link. i am using as3xls library.
0
votes
2 answers

Weird error when creating new Action Script class

Good Morning, I have a very odd error working in adobe flexbuilder 3. Ever since yesterday when ever I create a new class, Flex builder do not see anything wrong in my class. how do i create one: Right click on a folder in the package hierarchy -->…
cp5
  • 1,087
  • 6
  • 26
  • 58
0
votes
1 answer

Saving form fields in a MySQL DB usinf Flex

I have a MySQL database, and i created a DB and named it 'PERSONDB'. Within that DB, i have created a table and named it Person. This table has 3 fields. id,name,age. Now i need to save some values from my flex website to the mySQL 'PERSONDB' that i…
Illep
  • 16,375
  • 46
  • 171
  • 302
0
votes
1 answer

Deleting a row from Flexicious dataGrid

In a Flex DataGrid, you can delete a row using [Objectname].removeSelectedIndex(); But this function is missing in the Flexicious DataGrid. Is there any other way / function to delete a row in flexicious?
0
votes
1 answer

"Flexicious" : not able to change the search functionality dynamically in a data Grid

"Flexicious" a third party component library built for handling very larg data set in DataGrid for flex, The issue is, i am not able to change the search functionality dynamically in a data Grid.
Nikhil Mahajan
  • 54
  • 1
  • 2
  • 12
0
votes
1 answer

Set text in a label

This should be super simple but I can't for the life of me seem to get it to just set the text of a label at run time. It throws "1120: Access of undefined property lbl_param"
The Digital Ninja
  • 1,090
  • 6
  • 22
  • 36