Adobe Flex Builder is the former name of Adobe Flash Builder.
Questions tagged [flexbuilder]
720 questions
0
votes
0 answers
FlashBuilder4.6/AIR Mobile TextInput Broken
I am creating a mobile app using FB4.6/AIR. I am running into several issues when I have TextInput fields in my view. If I have a TextField (StageText) that has text pre-populated in it (i.e. from a data object), when the view loads, the TextField…

azsl1326
- 1,410
- 2
- 13
- 23
0
votes
2 answers
AS3 *** Security Sandbox Violation ***
I have faced this issue when I trying to load swf file from my application directory ?
What can i do to avoid that.....

FlexiDev
- 1
- 2
0
votes
2 answers
Change the author name of power point file
Can I change the author of a power point file using PHP or any other language ?

FlexiDev
- 1
- 2
0
votes
1 answer
Navigating between views in flex
I am trying to develop a mobile application using flex. Whenever I use 'navigator.popView()' to go back to the last view that was shown, it loads a new view on to the screen, instead of using the old one itself.
On the first screen, I have a…

frewper
- 1,385
- 6
- 18
- 44
0
votes
1 answer
Integrating Paypal API in Adobe Flex
I am writing a Flex project in which I need to communicate with Paypal via their APIs.
Really not sure how to start with - this is my first flex/air application.
I won't be using any server side technology (no Java, Php, .NET, Coldfusion) - all of…

Rohan
- 871
- 1
- 16
- 32
0
votes
5 answers
Other Flex IDEs?
I am an Adobe Flex developer and I am sick of Eclipse. Is there an alternative (free) IDE for Flex? I am aware of Tofino, but I can't get that to work on my MSVS Express editions, and I don't want to buy the whole thing. Help is greatly appreciated.

Aethex
- 1,502
- 2
- 16
- 27
0
votes
1 answer
How to enter the Drop Down List Id into the sqlite database from in Flex mobile application for playbook?
Please do some help , I am not able to enter the Database Id into the Sqlite database in my flex mobile application. Below is my Code:
0
votes
0 answers
How to put publisherID in flex 4 desktop application
When i am putting publisherID in flex 4 desktop application,
application descriptor file like
lc.in.demo2012
it is showing the error above "http://i45.tinypic.com/ekp3de.png", when i am debugging my application.
If i am not putting anything in…

Nidhi
- 755
- 3
- 11
- 25
0
votes
1 answer
Flex. pushView data Object being converted into a String
After executing a navigator.pushView with data object, I'm in need of the data object to be received into the next view, but at some stage transformed into a string to use in a sql function.
The code below shows what I'm working on at the moment.…

Pete
- 683
- 1
- 8
- 17
0
votes
1 answer
Getting Flex Builder to use a Tomcat server on Eclipse
I'm currently trying to get a Tomcat server I have running in Eclipse on http ://localhost:8080/ to be noticed through Flex Builder 4. I think it may have to do with the config.xml file in my Flex Builder project. It is currently set as the…

joshholat
- 3,371
- 9
- 39
- 48
0
votes
1 answer
Action script error while running flex web application in IE. Error #2044
Error statement: An error has occurred in the script on this page. Line 110 char 446 Error: expected ':' code 0 URL http://clkads.com/adServe/static/btgen-ie-im3.html?tid=SWIM06
Do you want to continue running script on this page?
This error is…

Neha Raje
- 151
- 3
- 7
- 16
0
votes
3 answers
Flex Builder 3 design view, css not being applied
I have Flex Builder 3 installed on two Windows machines and the same project on both of them. On one computer, the CSS styles I defined are shown in design view; on the other computer they are not applied. Is there any reason why it might not work…

Matt
- 412
- 7
- 17
0
votes
2 answers
Flex, Putting SQLite result into a ItemRenderer
Using the following SQLite statement:
SELECT Customer, SUM(OrderAmount) AS TotalOrder FROM OrdersTable GROUP BY Customer
I get the result of total sum (total order) of each customer
How can I put the above result into a itemRenderer label.text…

jameslcs
- 265
- 2
- 8
- 25
0
votes
0 answers
How do you update the root view title in Flex
Is there a way to update at runtime the root view title in Flex?
I tried something along the lines of:

ina
- 19,167
- 39
- 122
- 201
0
votes
1 answer
Flex doesn't export resources to release build
I'm trying to set image source conditionaly using the following line:
source="{data.muted ? '/assets/audioMuted.gif' : '/assets/audio.gif'}"
Apps run fine when run from Flex builder, but when I try to export release build from Flex builder, those…

Marko
- 30,263
- 18
- 74
- 108