Adobe's official IDE for the Flex SDK.
3
votes
0answers
107 views
photoshop activeDocument
I am writing a Photoshop plug in in ActionScript 3.
I am having a very confusing and frustrating issue with app.activeDocument. My code works perfectly with Photoshop for Windows but on a Mac I get ...
3
votes
0answers
589 views
Task Tags in Flash Builder 4.5
Today I was very happy to see the project properties of the Flex Builder 4.5 a setting named "Task Tags". Looking for a long time I found the settings in the Eclipse Preferences under General -> ...
2
votes
0answers
100 views
Flash Builder build ios ipa ends in java out of memory error
I'm using Flash Builder 4.7 with Adobe AIR 3.6 set into an Apache Flex 4.9.1 SDK;
HW system is:
iMac, 2,7 GHz Intel Core i5, 8 GB 1600 MHz DDR3, NVIDIA GeForce GT 640M 512 MB, OS X 10.8.2 ...
2
votes
0answers
117 views
ItemRenderer shows through ItemEditor
On an mx:datagrid, I use custom itemrenderer and itemeditor.
When cell is on edit mode, Itemeditor separator is visible inside itemeditor.
So it isn't beautiful, and difficult to read what you write.
...
2
votes
0answers
106 views
Spark Video Player null Object Error After Playback Error
I'm having a problem with the Spark VideoPlayer. If the player encounters a playback error (maybe due to it not being able to play the file) and I then try to set the source again I get a null object ...
2
votes
0answers
111 views
Why does Flash Builder 4.6 Profiler seem to leak Strings, whereas Debug mode GC's as expected
I've been embroiled in a memory leak hunt and while unit profiling my classes I noticed that the String class endlessly accumulates (eating up over 90% of the memory in my sizable app). Luckily this ...
2
votes
0answers
160 views
Ooyala AS3 API strange issue
I have got a strange issue with Ooyala AS3 API.
Below code works perfect, I have got a requirement to remove adSetCode so when I remove params['adSetCode'] = param.adSetCode; from ...
2
votes
0answers
180 views
Android App asks to force close on Emulator on Flash Builder 4.6
I am new to Android app development and using Flash Builder 4.6. My apps work fine on the desktop, but after installing the app in the emulator and trying to open it, I get The application process ...
2
votes
0answers
124 views
Flex PHP Service generated endpoint and gateway.php
I have recently been updating a Flex 3 project to utilise the Zend services offered in Flash Builder 4.6 for PHP Premium. This is now complete and I am ready to deploy my site to the live server.
My ...
2
votes
0answers
111 views
Flash builder 4.5 Grey background in Design Mode
I just installed Flash builder 4.5 in my Kubuntu OS. I can created a new flex project in my eclipse. However, when I switched from source mode to design mode. The background is grey and doesn't show ...
2
votes
0answers
293 views
Set Image source from Callout Menu Flashbuilder?
I am currently working in Flashbuilder 4.6 to create a mobile tablet application and I have created a menu structure using a callout button with a viewnavigator contained in it.
The issue I am having ...
2
votes
0answers
233 views
BlackBerry Playbook MSSQL connection approach
Scenario
Company has ordered a large amount of PlayBooks for our technicians to service our goods. We currently have a webportal that uses PHP to pull data from our SQL Server 2008R and display it to ...
2
votes
0answers
2k views
Failure [INSTALL_FAILED_INVALID_APK] on Flash builder 4.5.1 when debugging on real device
When I try to debub my Android 2.2.1 test app on my Samsung galaxy ace GT-S5830 in Flash builder 4.5.1 I allways get the following error message at 57%, at this time flash builder is trying to install ...
2
votes
0answers
225 views
Migration of a stand alone Flex Application / WindowedApplication into Box or Group
In order to integrate several Air Applications into one.
I tried the way by migration the old <s:WindowedApplication> / <s:Application> into <s:Group> or <mx:Box>.
By doing ...
2
votes
0answers
294 views
Best Method for AS3 Data Services Update after Underlying Database Schema Changed?
I am using Flash Builder 4 to write Flex app. I originally used its php data service wizard to create the php class and related valueObject that interface with my database.
Now when I change my ...
1
vote
0answers
70 views
ios video playback using flash builder / flex
Hi I am trying to create an iphone app that streams a video from a remote server (that automatically creates video files) , I'm using flash builder 4.7, mobile flex.
My expertise with fb / flex is ...
1
vote
0answers
75 views
Is there a way to generate true random numbers in Flash Builder?
I have a project that generates strings of random numbers that are used to select items from a test bank. I noticed that some of the items were being selected at disproportionately high rates so I ...
1
vote
0answers
24 views
Is there any GUI tools for flash feathers?
I found "feathers" that UIComponent library in FP11.
http://feathersui.com/
but In this library's tutorial, there is only usage by coding and no any GUI tools.
Is there anyone who know GUI tools ...
1
vote
0answers
32 views
On flash builder 4.7 - how can I get my file to run from a web address and not from file://
I need to access some services, such as facebook, from the containing HTML and I keep getting blocked because I'm running things locally...
What do I need to do in order for the webpage that's ...
1
vote
0answers
44 views
When using three ModuleLoaders my application sometimes fails with Error #1009
My problem occurs when I attempt to use more than 2 module loaders. My first problem was when I tried using more than 1. Below you can see my workaround. I'm still somewhat new to Modules so I ...
1
vote
0answers
61 views
How to capture the errors traced to the console from StageWebView
When setting the content of a StageWebView to HTML markup that contains errors in JavaScript or HTML, those errors are traced to the console in Flash Builder. Is there a way to capture those errors?
...
1
vote
0answers
146 views
Flash Builder 4.7 corrupt workspaces
On OS 10.8.2 and using the latest Flash Builder 4.7 it seems I can't go for more than a few days before running into compile errors.
90% of the time these have something to do with my workspace ...
1
vote
0answers
51 views
Flex Error#2032
Since 2 weeks ago my webservice stoped to work i dont make any alteration on the code on the php file or the code on flex... Sometimes the webservice works, sometimes not work. The result of ...
1
vote
0answers
114 views
Flash builder / Flex mobile tabbar without container and with custom functions
I am developing app in Flash builder 4.6 as Flex Mobile project.
I have 4 different views being shown inside ViewNavigatorApplication. One of the views need to have tabbed menu bar at the bottom of ...
1
vote
0answers
21 views
Negating directives
I have a boolean compiler directive
-define=CONFIG::dev,true
I'd like to know if there is some manner of negate that value. Example:
CONFIG:dev{
// the code if dev is true
}
!CONFIG:dev{
...
1
vote
0answers
82 views
FlashBuilder/AIR - Debugging production version of app
I have an App deployed for iOS which was built with FlashBuilder and Air. I have a user that has reported a bug that I am currently unable to reproduce. He is the only one reporting the issue. His ...
1
vote
0answers
145 views
Web browser control in Adobe Flash Builder 4.6
I'm trying to add a web browser control in Adobe Flash Builder 4.6 to a mobile application.
So far, all I can find on google is to add xmlns:mx="library://ns.adobe.com/flex/mx" to my view and use ...
1
vote
0answers
76 views
Flex 4.6 Everthing draggable
Hi I just made my itemrenderer (which is in a viewstack) draggable, but now I have the following problem, namely I can drag EVERTHING in my viewstack. I only want to drag the whole itemrenderer or a ...
1
vote
0answers
835 views
Flash Builder Java Heap Space Error
I've been developing a flash application using Flash Builder 4.7 and all of a sudden it hit me with a "java Heap space" error. I've tried increasing the heap space which has no effect.
Eclipse will ...
1
vote
0answers
155 views
Hiding Status Bar in iOS with Actionscript/Flash Builder
I've been playing around with trying to remove the status bar in iOS while compiling with Flash Builder. The problem is that I need the status bar to be there sometimes, but only during certain views ...
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?
1
vote
0answers
69 views
How do I restore my project list under Package Explorer in Flash Builder (/Flex) after reinstalling OSX?
I just did a clean install of OSX Mountain Lion today and have everything backed up (Carbon Copy Cloned) from before on another hard drive. I just reinstalled Flash Builder 4.6 and imported my ...
1
vote
0answers
140 views
Adobe Flex : tree data structure to back tree UI component?
I'm currently working with a tree of devices using an ArrayCollection to define the tree nodes. I'd prefer to use an actual tree data type composed of custom objects (each defining how to render ...
1
vote
0answers
104 views
Camera overlay with flex mobile
I would like if it possible to have a mask overlay over the camera using flex mobile framework. I need to develop a cross platform (android/iOS) application using camera on which I want to display ...
1
vote
0answers
160 views
Error in Retrieving XML data into ArrayCollection through HTTPService in FLEX
I a new here and a novice developer in FLEX 4.
I m trying to retrieve XML data into an ArrayCollection class by usint HTTPService. But Im getting an Error Message "Http Request Error"
I want to ...
1
vote
0answers
212 views
Eclipse Flash Builder show Type-hierarchy for Actionscript files
In eclipse, in the Java perspective, hitting F4 opens the type hierarchy of the current folder. You can also right-click a Java file and select Open Type Hierarchy. (see on the eclipse help page)
For ...
1
vote
0answers
256 views
Endless process of packaging iOS mobile app in Flash Builder 4.6
I built a iOS apps dozens of times with Flash Builder and always it was a long time (5-10 minutes), but always successful. In the new project does not stop the process of packaging for 30-45 minutes ...
1
vote
0answers
35 views
Flash builder error on open
I have a serious problem with Flash builder 4.6
When I open it A display error message appear on the screen and give me some logs files to see. The problem is that I don't know what to do with the ...
1
vote
0answers
107 views
Is it possible to store cookies and share it through multiple StageWebView instances?
I have a Mobile Project inside Flash Builder using Flex 4.6 and AIR 3.3. In this project I have multiple views, and some of them have a StageWebView inside them to show some online content.
To be ...
1
vote
0answers
105 views
restful routes from flash builder http service
I'm new to Flash Builder. I'm trying to access a RESTful url and manage the returned data. I'm using http data/services access and I have got a backend in Ruby on Rails.
I found out that I should use ...
1
vote
0answers
105 views
Embed asset in a Flex library project, then override in main application
I've developed some code that I want to use in all future (web based) Flex projects. (I'm stuck at Flex 3.5 for infrastructure reasons.)
As part of its operation it reads an XML file to find project ...
1
vote
0answers
219 views
Android App build with Adobe Flash Builder requires STICKY BROADCAST permission. Why?
Yesterday I wanted to deploy/publish my first Android app at google play store but get stuck on the STICKY_BROADCAST permission that is needed/added.
Explanation on the google play store permission ...
1
vote
0answers
547 views
Including External DLL in AIR Native Extension
I've been trying to get a working (AIR 3) Native Extension in Flex 4.6 working for a while now. My basic project is to have a Flash (Flex) UI running with a C++/CLI DLL Native Extension running in ...
1
vote
0answers
46 views
No 'inherited' item within FlashBuilder variables view
I'm noticing now that in the variables view of flash builder, the 'inherited' variable is not appearing when I am stopped at a breakpoint. Is there a reason why 'inherited' may not appear sometimes? I ...
1
vote
0answers
177 views
Embedded fonts not displaying when building via mxmlc
I have a flex 3 project and I'm trying to upgrade it to flex 4.6 sdk. I have a number of embedded fonts in my application. These display fine when I build via Eclipse/Flash builder. When I build using ...
1
vote
0answers
96 views
Restart Flash application, not always working
I have a Main.mxml that has this:
<components:ScreenSaver id="ScreenSaver" />
This component is another .mxml
Basically, when this screensaver object is visible, and playing videos, I ...
1
vote
0answers
928 views
How to use an PDF viewer in Flex mobile
I am developing a mobile application in Flex in Adobe Flash buillder 4.6 that will run on Android and iOS.
I need a way to view PDF files stored in the application storage directory. Searched in ...
1
vote
0answers
481 views
Trouble with WebView loading, Flash Builder 4.6
I am new to this, but eager to learn. I have the following code currently working. My application is pulling in xml data from an rss feed. Everything thus far is displaying correctly, except when I ...
1
vote
0answers
230 views
Flash Builder 4.6 can't see my connected device after updating to android sdk platform-tools r10 (Mac)
I am running MacOSX 10.7.3
While developing android app on my ASUS tablet, updating to android sdk platform-tool r10 resulted in this curious situation -
With platform-tool r9, everything worked ...
1
vote
0answers
976 views
flash builder 4 - java.lang.NullPointerException error when pressed CTL+Space (for defining skinClass)
For some reason, I have started getting this weird issue when ever I try to define skinClass for my custom component.
Error message:
Problem Occured:
"Content Assist" could not complete normally. ...



