Adobe Flex Builder is the former name of Adobe Flash Builder.
Questions tagged [flexbuilder]
720 questions
0
votes
1 answer
Flex: How to time an UI action using Flex Builder profiler?
My flex application, processes user request and makes an HTTP request to the backend, for data processing, and renders the data on the UI. (typical HTTP request-response based application).
I need to do a performance analysis on the whole system, in…

Mohit Ranka
- 4,193
- 12
- 41
- 41
0
votes
3 answers
Subclipse installation in Flex Builder 3
I am getting an error in subclipse installation in flexs builder 3 professional
"No Features found on the selected site. Choose a different site or site category."
In past also, I have successfully installed sunclipse on FB3 taking help from links…

Ashine
- 4,517
- 3
- 24
- 26
0
votes
2 answers
Flex 4.5 embedding font not working for tabbars and list items
I am trying to embed a custom font to all elements of my mobile app.
Only the Action Bar and Buttons are changed meanwhile the Tabbars and ListItems doesn't change.
Here's my style.css code
/* CSS file */
@namespace s…

Sambruce Sam
- 371
- 1
- 12
0
votes
1 answer
Eclipse Indigo with Flash Builder 4.7 plugin cannot use Apache Flex SDK only Adobe 4.6
I have installed Flash Builder 4.7 plugin into Eclipse Indigo JEE (both of them 64 bit version).
I can build flex or air projects with built in Adobe Flex SDK 4.6 without any problems, but after switch project to Apache SDK (i was trying 4.9 and…

Y Borys
- 543
- 1
- 5
- 21
0
votes
1 answer
Runtime Shared Libraries
What is RSL and what is the use of RSL?
Have any sample example , Please shared me,.
Thanks,
Ravi

RKCY
- 4,095
- 14
- 61
- 97
0
votes
1 answer
Clever way to use 1 html-template for multiple applications in Flex Builder?
The html-template portion of Flex Builder is currently only limited to 1 template. This works fine when you only have 1 application, but I have several applications in one project, each of which takes different flashParams.
I was wondering if anyone…

gmoniey
- 7,975
- 4
- 27
- 30
0
votes
2 answers
Getting data into flex charts from csv
I am developing a flex charting web application which gets data from csv files. This application is supposed to be installed on the website of a client. The client uses a web server management system where the URLs generated are pretty long and…

Vinayak
- 756
- 3
- 7
- 23
0
votes
1 answer
Advanced DataGrid image renderer
I need to develop Advanced Datagrid like the below attached image. So I had developed the Grid with some columns but do not know how to rendering the image in the result part of the grid. Any one please help me, how to rendering the images in the…

RKCY
- 4,095
- 14
- 61
- 97
0
votes
1 answer
IDE does not treat mx:Module descendants as Modules?
I'm playing with Modules and they work as advertised: the module swf's ares
built and deployed in the output directories automatically.
My problem is that if I use descendants of mx:Module, the IDE does NOT do all
this nice work for me. I've listed…

Richard Haven
- 1,122
- 16
- 31
0
votes
2 answers
How do I get the width and height of an image?
I'm constructing a book of sorts in Actionscript 3 (FlexBuilder) and am trying to size an image dynamically according to the dimensions of it's source file. But, I've found that if I don't explicitly state the width and height of an image, they…

Charles Shoults
- 151
- 3
- 13
0
votes
1 answer
Flex Builder and CMS?
How can I implement Joomla in Flex Builder? Or is there any other CMS for Flex Builder?

dejaninic
- 134
- 2
- 9
0
votes
1 answer
How to get all row value of datgrid in flex when i click on any row and compare with other datagrid
Actually i am new in flex my requirement is i have one datagrid which have 1 column name suppose it is (Name) this column has some value which is dynamic type what we want is we want all the row value when we click on any row then compare this…

praveen
- 3
- 5
0
votes
2 answers
How can I reference only a portion of a TextArea's htmlText block?
I have a number of very poor-quality pdf documents that look like 80's photocopies, which I'm rebuilding in Flash (Flex Builder 3 MXML application), representing paragraphs of text in TextAreas so that selected portions can be bold or italic, or…

Charles Shoults
- 151
- 3
- 13
0
votes
2 answers
Can I play an m4a file in FlashBuilder?
I am currently using mp3 files in an application but have been told that I should be using smaller m4a files. When I attempt to connect an m4a file with my existing Sound object, the sound fails to play. I've been scouring the web for sample code…

SimonRH
- 1,409
- 2
- 13
- 23
0
votes
1 answer
Remove slashes from sqlite
I am creating an application in Flex that uses an embedded SQLite database. The data in the database contains quotes and other special characters which are escaped using a backslash or '\'.
Before I retrieve the data and render it in a Flex text…

Vinayak
- 756
- 3
- 7
- 23