Adobe Flash Builder4.5 is an Eclipse based IDE for Flex application development.
0
votes
0answers
5 views
How to use flexmojos with Flash Builder 4.7
I have been looking for article, examples and tips on flexmojo (4.1-beta) with flashbuilder(4.6/4.7)..
I have taken up a new project where the flex application been developed using IntelliJ, now I am ...
0
votes
0answers
13 views
Flash Builder 4.5 for PHP - show variable from PHP in app
Flash Builder 4.5 for PHP - show variable from PHP in app
I have searched for hours and I can't figure this out…
Is there a way to somehow "echo" my PHP code in my MXML file ?
I know you can't ...
0
votes
0answers
12 views
PersistenceManager issue
I have written a code to save my screen data and retrieve it for second time. Code is:
<?xml version="1.0" encoding="utf-8"?>
<s:View xmlns:fx="http://ns.adobe.com/mxml/2009"
...
0
votes
1answer
19 views
how to access application without entering name second time
I have a application, in which when user open it up on their iPad, first view is about entering user name to access application. it works fine. Every time when I start application every time it ask me ...
0
votes
1answer
23 views
Can flash builder check If Bluetooth is enabled for Android phone?
I'm using Flash Builder to build a mobile application for Android Phones. I would like to know if it is possible to check for Bluetooth (ON/OFF) and enable it if it is OFF. I'm using the internet to ...
0
votes
1answer
21 views
Transition in Spark Components like BorderContainer, List, etc.,
I am developing flex mobile project in adobe air, using flash builder 4.7, i am able to apply Transition in views, How can i apply Transition to Spark components like BorderContainer, List...
...
0
votes
0answers
10 views
Hide dock icon of new window in air
I am working in Flex 4.6 AIR application in which i open a mx:window. when we open that window
the respective dock icon will display in the taskbar, I want to hide this dock icon of window but not ...
0
votes
0answers
28 views
FlashBuilder 4.7 I am looking to get the Cairngorm.SWC file from a Maven-Repository
I have no clue what Maven is. I am looking to recode very fast a Flex 3 project in Flex 4.7. I used the Cairngorm.swc before and now I am looking for it for the new SDK 4.6 so I can adapt very fast ...
0
votes
0answers
17 views
Flex 4.6 Programming a skin on AS3 to define a background using an FXG
Hi I have an FXG graphic which I want to use as a global background image in my App. I am programming my first Android app, I started by creating a ViewNavigatorApplication where I was thinking in ...
0
votes
1answer
34 views
How to convert label text to speech
I need to create an application which reads the text from a label, and when user clicks the play button, it will speak label text. I am currently using flash builder 4.5.
Does anyone have any idea ...
0
votes
1answer
75 views
Print through flex / flash builder mobile application for ios
I have to allow user to print through my application. I am creating application for ios using flash builder 4.5.1
Here is the code for it:-
<?xml version="1.0" encoding="utf-8"?>
<s:View ...
0
votes
0answers
29 views
How to import and play sound file from mxl link in Flash Builder?
I need to load different sound files dependent on which link you previously clicked in my app, but cannot figure out how to call the link to the sound file from my mxl file:
...
0
votes
1answer
35 views
How do I work around cases where the listProvider data comes back as just ONE single record?
Im using HTTPservice to load XML and show the results in a list - it works when there are more than 1 XML record found.... but when there is only ONE single returned XML record it gets treated ...
0
votes
1answer
83 views
Is it possible to retrieve xml from server, save to device and use that local file for my HTTPService url?
I have an app that retrieves XML From a server I run... Im trying to limit the calls to the server (if possible) to improve responsiveness of the app and decrease the likelihood that the user will get ...
0
votes
0answers
70 views
When Using Native Extensions (ANE) with Flashbuilder 4.5/6 can I 'export release build' or do I have to compile with command line?
Am I overlooking something or is it really true that to create the final .APK file for an android app I have built in fb 4.5 / 4.6 I have to really use the command line or will it work if I just do ...
1
vote
1answer
64 views
Can not able to download image from web in flex mobile app
I want to download an image from URL to my Mobile using Flex Mobile. I have found This and tried this:
<?xml version="1.0" encoding="utf-8"?>
<s:View ...
0
votes
1answer
62 views
is it possible to hide the standard grey rounded box of a BUTTON component in flex 4.5?
I have a set of buttons I have added to the stage of my flex mobile app... I have transparent PNG icons set on those buttons using the 'icon' parameter but was wondering if there is a way to hide the ...
0
votes
1answer
94 views
How to send mail from flex mobile application 4.6 without popping up any mail client. I am going to deploy this app on Ios and Android.
I am new to flex 4.6 and want to send mail with all the fields of email aumatically generated. i want to do this all on a single click.
0
votes
1answer
67 views
How to reference to json node / child… how do I access the string value of this?
Im using youtube api (via flash builder / AS3) and loading video data (title, description, id, etc.) successfully using the following:
thistitle = myJSONdata.feed.entry[thiscount].title.$t;
thisdesc ...
4
votes
3answers
115 views
Remove unused source code files using eclipse/ Flash builder 4.6
i have a project having lots of file, around 4500 file in all Project. i separated it in 40 library project.Now my problem is that it taking too much time to Compile. so i increase a memory of Flash ...
0
votes
2answers
59 views
FB 4.6 - list component — prepend labels with an item count?
I have a list component that uses a sqlite database as the dataProvider and am able to use labelField to show the data labels just fine... I want to, however, affix an incremental count before the ...
0
votes
1answer
139 views
flashbuilder 4.6 - How do I include a sqlite db and copying to storageDirectory
Im completing an app in flashbuilder 4.6 and originally was creating a new sqlite database and table within it, on the fly, when the app was first run... but I now want to include a database file in ...
0
votes
0answers
43 views
Flash Builder 4.7. Problems with gradient bevel and gradient glow
This is a re-post of the topic at
http://forums.adobe.com/thread/1132057
(no response there since it was posted a month ago)
It appears that gradient bevel and gradient glow filters are
not ...
0
votes
1answer
86 views
how to stop / pause geolocation on android
Im experimenting with flashbuilder 4.6 and am using this simple / bare-bones geolocation code I found online to do some testing as I try to learn more about it and how it might be used...
one thing ...
0
votes
1answer
190 views
HIde Flex Video Player's controls
I have skinned the controls of the video player through VidoePlayerSkin.
I need to play the video always in full screen and show / hide the controls on tap.
i can't access the VideoPlayerSkin class's ...
3
votes
3answers
171 views
Flex application cant parse xml returned by web services
My Flex application properly call a web service but it does not populate the drop down box.
Once I run the application the drop down box is empty.
my flex code is as following
<fx:Script>
...
0
votes
1answer
110 views
AS3 filter function not working when there is 1 item in collection
I've got a list of room objects which is bound to an array collection (in the model) called roomsGroup. I have functions which add or delete rooms from the list, by calling the respective services ...
0
votes
0answers
165 views
Flex 4.6 click event handler function executes twice
I am stumped on this one. I have googled with no luck in finding an answer to my issue.
I am sure it is my validation function but I just don't see it.
I am trying to validate all of the validators ...
1
vote
3answers
144 views
Create SWF video of images through Adobe Flex
I don't know whether it's the right place to put this up. But I've been trying from past 12 hours and haven't found anything related.
I'm creating a Adobe AIR project (which'll run on desktop), ...
1
vote
0answers
529 views
Applying Item Renderer to Flex Advanceddatagrid
I'm trying to apply a custom item renderer to a Flex AdvancedDataGrid. I'm testing right now by applying a solid black square to the parent nodes @ depth="1". The black square is not the final item ...
0
votes
0answers
206 views
FlashBuilder 4.6/Adobe Air - TextInput duplicating letters
I am using FB 4.6 to develop an App for both Android and iOS. I have run into a situation with text input fields where on some occasions, when pressing a single letter will actually add multiple ...
0
votes
1answer
227 views
Flash builder newbie- when i run a flex project the browser displays a blank screen
I am learning Flex v4.6-> Flash Builder.
Now, I created a simple flex project that has one single label in its UI. I saved the project and tried to run it-- a new page opens in browser, however this ...
0
votes
1answer
1k views
Application icons for Flex mobile app targeting Android and iOS
The Adobe doc Developing AIR applications for mobile devices lists quite a few icons to be declared in an application descriptor file.
But when I try Export Release Build with the following ...
0
votes
1answer
69 views
can we catch Packet Of HTTPservice of flex
Here i use Charles web debugger Proxy to catch all packet which send/receive by HTTP Protocol and here, i declare, Charles is HTTP monitor. after opening Charles i got all the packet which send from ...
0
votes
1answer
117 views
How select an item from drop-down of com-box with Enter Key in Flex?
I want to select item from a combo-box with enter key, is that any built in combo-box event not key-down event.
Thanks
0
votes
1answer
62 views
Is there any tutorials on how to drag a file form a flex application to windows explorer?
I can't seem to find a tutorial on how to create a drag event that allows you to drag a file form a flex air application into windows explorer file system.
Is this possible? I have a icon that i ...
1
vote
2answers
98 views
Figuring out the package name of a *.SWC file so that I can import it
I am a noob to flex so this probably comes across as a ridiculous error to you guys, but I can't for the life of me figure out what would be the name of the package/class for the .swc file I just ...
1
vote
1answer
165 views
Can I add a scrollbar to a flextras DropDownList?
My GUI has a <flextras:DropDownList /> that gets filled with an ArrayCollection that gets populated in my business layer. In this instance, it is used to list the 12 provinces in Canada.
I've ...
1
vote
0answers
30 views
Is there a way to link to console text to source code in Flash Builder?
Is there a way to link to source code in console text in Flash Builder? It is the same as this question but for Flash Builder.
How link Eclipse Console text to source code?
0
votes
1answer
86 views
Resolving imports not found errors in Flex/Adobe Flash Builder
I am very new to Flex/Adobe FlashBuilder and I am running into an "import not found" error. Coming from a Java background, I understand this is more of a question of importing the equivalent of *.jar ...
0
votes
1answer
171 views
Flex PMD not Working anytime?
i am surprising after seeing the result of FlexPMD. i installed FlexPMD as zoltanb said me. I have a Project with 2500 Files approximately and as I remember, i had a lots of duplicate code and not ...
0
votes
1answer
151 views
1180: Call to a possibly undefined method BlurFilter. in flex 4.5
I am trying to apply filter to BitmapData, but one error is
1180: Call to a possibly undefined method BlurFilter.
this is my code:-
bmpData.applyFilter(bmpData,cropRect,new Point(),new ...
0
votes
0answers
68 views
Flex migration from 3.5 to 4.6 services generation issue
The generation of WSDL service code is different in Flex 3.5 from 4.6.
How to make it the same so I can migrate my project to 4.6 ?
I have too many services and the project is large so it's hard ...
0
votes
0answers
108 views
Flex HTTPService on android tablet asking to trust server connection how to turn off?
I am trying to use a HTTPService on a flex 4.6 application on a android tablet and it works fine except for when i use it over ssl then a screen pops up that asks if i would like to trust this server ...
1
vote
1answer
150 views
AIR: Linker error with 3rd party iOS native extension
I am currently trying to incorporate an .ane into my iOS application. The .ane is provided by a 3rd party and I do not have source for it.
I have linked the accompanying .swc into my project ...
0
votes
1answer
102 views
Component shows in Design view but not when the application is launched
This is what's happening:
I have a Tabnavigator with the following tab:
<s:NavigatorContent width="100%" height="100%" label="Add a logo" includeIn="loggedin">
<components:LogoSearch />
...
0
votes
0answers
220 views
flashbuilder 4.6 flex sdk 3.6 release build issue
I am facing a problem while doing the release build. I am using the flex 3.6 sdk in flashbuilder 4.5. External libraries used are alivepdf.swc, autocomplete.swc, flexgrid.swc, fusioncharts.swc and ...
0
votes
1answer
94 views
Want a Animation
My project is based on Adobe AIR/Actionscript Project and it's a small desktop application. I opened a popup using PopupManager Class. So here is code.
var _dataviewPopup = new dataviewPopup();
/* ...
1
vote
1answer
502 views
Set Flash Builder 4.5 mobile application TextArea background color to black and font color to white
I am creating a dummy mobile application in Flash Builder 4.5. In application code I am using a TextArea and I am adding and removing TextArea on rum time. Now I want to set TextArea background color ...
0
votes
1answer
1k views
Set Flash Builder 4.5 mobile application VGroup background color to black
I am creating a dummy mobile application in Flash Builder 4.5. In application code I am using a VGroup and I am adding and removing elements on rum time. Now I want to set VGroup background color to ...



