The flexbuilder tag has no wiki summary.
0
votes
0answers
10 views
maintaining displayObject transformation while changing parent object
I am using flex builder to develop my application. I have a display object (child) placed inside a container (parent).
When I apply a transformation to the parent object, transformation also reflects ...
0
votes
1answer
23 views
How to integrate google+ in a flex mobile application
Anybody know how can integrate google+ in a flex mobile application. While i tried to authenticate with google+ getting an error like text="Error #2032: Stream Error. URL: ...
0
votes
2answers
42 views
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.....
0
votes
2answers
28 views
Change the author name of power point file
Can I change the author of a power point file using PHP or any other language ?
0
votes
0answers
13 views
XML List returning Parent values in child dropdowns
I have created an XML so when an option is chosen in the first dropdown, the next dropdown list will populate with the correct children from the XML. It is returning the correct child nodes but also ...
0
votes
1answer
30 views
Capabilities showing wrong information
While accessing information using Capabilities, i am getting incorrect values.
var screenX:Number = Capabilities.screenResolutionX;
var screenY:Number = Capabilities.screenResolutionY;
var ...
0
votes
1answer
39 views
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 ...
0
votes
1answer
37 views
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 ...
0
votes
1answer
24 views
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:
<fx:Script>
<![CDATA[
[Bindable]public ...
0
votes
1answer
48 views
peak Memory in AIR application in Flex 3
I developed a AIR application in which many module use and when i load and unload module in my application that time every 4 to 5 MB system memory use and then me logout memory not release.
0
votes
0answers
25 views
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 ...
0
votes
1answer
66 views
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 ...
0
votes
0answers
62 views
Adding A Date Picker For Mobile Project Flash Builder 4.6
This is my code for my UI i am currently using, i would like to add a date picker for android into this code. The field that has the Id="datepicker" is where i am looking to add the date picker. Also ...
-2
votes
0answers
34 views
Borders on 'flash professional component' in flashbuilder 4.6
Hi i'm currently working on a mobile air application. Here i am using custom components in flashbuilder 4.6.
When i add a 'flash professional component' to my view, everthing works fine. Exept for ...
-1
votes
0answers
52 views
Implementing paging on mobile application
i want to install paging for my mobile application where it may traverse a large amount of data.
I need some examples on how this can be implemented and used so as to keep low memory footprint.
Data ...
2
votes
3answers
45 views
Sending data between sever and mobile
I have to get a large amount of data from a server to a mobile application.
Currently i am passing the data in XML format which, seems to work.
I want to know if there is another better way to do ...
0
votes
0answers
24 views
FB4Linux - nothing is displayed
I want Flex on Linux (Ubuntu 10.04) . So I started to use FB4Linux.
It installs fine and all, builds, executes, but nothing is displayed when I open the swf file via browser or the stand-alone player.
...
0
votes
1answer
90 views
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 ...
0
votes
0answers
47 views
Flex Builder on Linux
Is there a way to use a Flex Builder on Linux?
Adobe has formally dropped Linux support for Flash Builder IDE.
There is an open source project that exists on Google Code.
So I tried it, but no ...
0
votes
0answers
35 views
Flex ANT task fb.exportReleaseBuild
I am using ANT to do build several Flex projects at once.
My XML file defines a target that's a series of
fb.exportReleaseBuild tasks.
But, I am driving this with a shell script (OS X, Terminal),
not ...
0
votes
2answers
39 views
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 ...
0
votes
0answers
29 views
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:
<s:View xmlns:fx="http://ns.adobe.com/mxml/2009"
...
0
votes
3answers
45 views
Create and view Flash Log
I want to create log file for my flex application. That is the file should contain all the trace prints in it when I run my flex application. How can I configure flex to do this? thanks
1
vote
1answer
57 views
Flex numeric spinner, want to add preceeding 0
I have a Flex UI and want the numeric stepper to add a preceeding '0' to the displayed value if it's between 0 and 9, so that it's always 2 digits. How do I do this?
TY,
Fred
0
votes
2answers
135 views
Flex: How to listen to event in ItemRenderer
I try to make have an EventListener in ItemRenderer but its not working. How to listen to an event inside an ItemRenderer?
----In MainHomeView.mxml----
<fx:Metadata>
[Event(name="myEvent", ...
0
votes
1answer
60 views
Eclipse flex plugin issue
I've downloaded flex plugin for eclipse but my problem is I can't use, everytime that I try do something i have empty blank page, as shown in that picture. I tried add some components but no result. ...
0
votes
1answer
48 views
Flex Application Framework: PureMVC vs Mate, which is better in productivity
I am trying to develop several small machine(such as a ic-m700pro) simulator in flex. I have been read document and tried in both PureMVC and Mate, each for two day. I don't have experience enough to ...
0
votes
0answers
49 views
File association and Icon Update do not work in flex builder
I am using Flex builder 4.5 and SDK 4.5. I made an AIR application and make its Installer. I associate some file Extensions with this Installer. But when I install it on my PC, File association and ...
0
votes
0answers
47 views
Show Image in Image Node (Flash Builder)
I am using Flash Builder 4.5 and I want to insert an image using XML. The image path is attached with XML. I got the path of the image, but I don't know how to show that image in an image node?
My ...
0
votes
1answer
39 views
Charting API for flex
Can anybody name some API for charting in flex except AmChart.
I want a good API as i am facing too much problem with AmChart API.
Also please provide the links as how to use that API.
Thanks in ...
0
votes
1answer
106 views
Flex drop down list for Air mobile
Is there any dropdownlist for flex mobile , which can be used for free in commercial app and not paid one
1
vote
1answer
34 views
How to list all streams (also live streams) in Flash Media Server?
Is there some sort of "ls" or "dir" command I can issue from client side?
0
votes
0answers
27 views
Write file (data getting from UI) on server in flex web application
I am new to flex and not experienced in java. But trying to develop this thing in a project.
I am trying to build a application which can save file on server from flex UI.
UI Design-
It contains ...
0
votes
1answer
62 views
Need timePicker in Flex 4.5
I need a timepicker in Flex 4.5. As yahoo astra does not work in flex 4 or above. I searched the internet and did not find any useful solution.
0
votes
2answers
158 views
Flex 4.6 Mobile - ItemRenderers and application data
A question about ItemRenderers: let's say I have an ArrayCollection that is my application data sitting inside a global object. I them populate a sparks list with this data, setting the ...
0
votes
1answer
165 views
Flex 4.6 Mobile - how to know which itemrenderer is visible
I have a sparks List with the following attributes:
verticalScrollPolicy="off"
horizontalScrollPolicy="on"
pageScrollingEnabled="true"
scrollSnappingMode="leadingEdge"
and inside ...
0
votes
2answers
72 views
Flash Builder 4.5 strange formatting
My Flash Builder 4.5 code formatting behaves strangely.
Whenever I start the new line without closing previous one with the semicolon (;), it idents the next line by one tab.
How can i fix that? ...
1
vote
1answer
69 views
Is there any Flex 4 data visualization for analysis of relational data (link-based phenomena)?
I have been goggling a lot to find anything that can help me with link-based data visualization in Flex 4. something like below screen shoot (made using Ravis).
Where user can drag these nodes, ...
0
votes
0answers
47 views
flex get contents of arraycollection as Date
I use httpService to load data from mysql database.
I put event.result on arraycollection.
I need to convert one field to AS3 Date format, I can use "for each" too do that but as my arraycollection ...
0
votes
1answer
66 views
weird behaviour with addChild
i am trying to add one Box to my application using the following code
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" ...
0
votes
0answers
28 views
How to access web service with authentication in flex 4.6
I want to authenticate user by passing username and password to the web service .
0
votes
1answer
99 views
How to get a Flex 4.5 checkbox to change string value (text)
What i am trying to do is very simple but it does not seem to work
I am trying to get a checkbox event handler to change the text value of a string.
protected function
...
0
votes
1answer
183 views
move cursor spark text input
I am using flex 4.5
I am using spark.components.TextInput control.
The values of the text can be change dynamically according to user selection.
The problem is that after the user is write anythings ...
0
votes
2answers
47 views
Is any software that write CSS for Flash Builder?
In Flash Builder when i want to change the layout design, I mostly need to do it in CSS. I'm wondering is there a software program that I can use to write out the CSS and i can just copy and paste on ...
0
votes
1answer
48 views
combining variables in flex to form a variable or class name
I have an embedded image and the class name to be userd in source tag is a combination of 2 variables, i am confused how to do this, below is an iadea of what i am trying to do:
[Embed ...
0
votes
0answers
46 views
Flex builder 4.5 mobile app - Network Monitor is Blank
running a very simple app i am trying to connect to the internet and it gave me data once. i made no changes to my code and it stopped returning a result. my firewall software is turned off, i cannot ...
0
votes
1answer
82 views
call function in application from preloader as code
I want to call a function in main flex app from the custom preloader code in actionscript before it dispatches complete event.
Also i want to know how to call back to a function in preloader code ...
0
votes
3answers
80 views
How to get settings/properties into a Flex/FlashBuilder application?
I have a Flash Builder application which uses URLs within its code and I want to be able to change these URL values without having to recompile my application, i.e. I want to have a plain text file I ...
1
vote
3answers
77 views
Embed image in list
I am having a list which is rendered to display images , name of all images is in dataprovider of list. Now i am unable to find how to make all images as embedded images as the name is coming from ...
0
votes
2answers
63 views
How to attach file extension with my AIR application that by default open with my AIR application?
I made an AIR application that parses some specific files. I am using flex builder 4.5 and SDK 3.6. I want to attach Icons with those files and when I double click those files they should open with my ...