This IDE helps developers to develop Flex based application for Web,iphone and Android.Licenses can be obtained for Flash builder 4.5 from Adobe. It is also bundled with Adobe Creative Suite 5.5 Web Premium and Adobe Creative Suite 5.5 Master Collection.
4
votes
2answers
85 views
Flex mobile AIR app: can not see the content at the bottom
In Flash Builder 4.6 I've created a Flex Mobile AIR Project.
Why is there neither the 2 buttons nor a scroll bar to see?
And why can't I swipe down to see more text and the 2 buttons?
Here is my ...
3
votes
1answer
231 views
how can start mobile flex google map application using adobe flash builder 4.5?
i am new in adobe flex development how can start google map in mobile flex application in adobe flex using flash builder 4.5 please forward some solution its urgent
thank in advance
narasimha
2
votes
0answers
46 views
how can connect Adobe flex server in working flex application using Adobe Flash Builder 4.5?
I am working on a flex application using adobe flash builder 4.5.
In my application I can connect to the local service using flex server.
How can I connect to the flex server in adobe flash builder ...
2
votes
1answer
35 views
How to set camelCase to code generated by code templates in Flash Builder 4.5?
I'm trying to change the default event handler code generator, so that it generates the name of the function as onComponentidEventname For example:
<s:Button id="myButton"
...
2
votes
1answer
53 views
In Flash Builder 4.5, is there a way to know to which platform (android or iOs) I build a project at compile time?
I want to build a project in Flash Builder 4.5 both for Android and for iOS. Both builds use the same code besides a minor class: Android uses 1 class, and iOS uses a different one.
Instead of ...
2
votes
1answer
166 views
Actionscript 3 for Android - should I attach mouse event listeners to the stage or to individual sprites?
In AS3 on Android is it bad from a performance perspective to attach mouse event listeners to individual sprites rather than to the stage?
I am writing an app for an Android phone using AS3 in Flash ...
2
votes
1answer
157 views
Create new window in Air Application
how to create new window(same application duplicate) in Air Project. Any one Help thanks.
1
vote
1answer
25 views
Flex - Web Service - fullstops being stripped
My Problem: Fullstops are being stripped out from a web-service xml file when the field is in the format: 2.
Detailed Explanation:
Using Flash Builder 4.5 I have a Mobile project which uses a web ...
1
vote
1answer
48 views
Get data from sdcard in ActionScript Mobile (Android) project?
I am developing an ActionScript for Mobile project in which i want to read a .txt file from my sdcard and do some stuff with its data.
I am aware of how to read a file from sdcard in native android ...
1
vote
1answer
58 views
Flex Use the camera without cameraUI
Another question about the application I'm making. So when the user signs up, he needs to take a picture. I want to do this without using the cameraUI. I followed a sort of tutorial but the ...
1
vote
1answer
66 views
Building Mobile applications( IOS & Android) using Flash Builder 4.5
We are building a mobile application that needs to work on both Android and Iphone. To save time and development effort, we are thinking of using Adobe Flash Builder 4.5, instead of Eclipse (for ...
1
vote
0answers
35 views
How to connect to a database in flash builder 4.5 for PHP [closed]
I'm new to Flash with PHP and I'm facing problem in connecting to a database. I don't know how to create a php file to be specified in PHP class field. Please, somebody help me.
1
vote
0answers
69 views
Text Input is reverting text when the application is deployed to IPhone, using Flash Builder 4.5
We are building a mobile application using Flash Builder 4.5.1, our application contains a text input that must accept arabic characters and should be "Right To left" directed. on the emulator all is ...
1
vote
2answers
96 views
Remove Skin Background image in State2 from State1 in Flex 4.5 Blank Template Mobile Project
I'm working on a blank template flex 4.5 mobile project.
I am using states, to move on to the next page on mobile solution.
I have a background image on 'State 1' which should be removed on 'state ...
1
vote
2answers
76 views
problems filtering XMLListCollection
I'm trying to create some sort of rangking. For this, I'm using a multilevel xml which I create with a php file.
<klassement>
<reeks>
<reeksId>1</reeksId>
...
1
vote
4answers
117 views
Form elements do not appear in output
I have created a Flex project in Flash Builder 4.5.
Next I added fl.controls libraries (and then mx.controls libraries) in the project.
I am adding a screenshot so you can see the setup and the code.
...
1
vote
0answers
122 views
how to add button map.openInfoWindow using google maps in mobile flex project?
I am developing map application in mobile flex project in this mobile flex project using google maps in this application i am generating google map and zoom in,zoom out controls and i am click the map ...
1
vote
0answers
50 views
how can set Dropdown control in Maptypeoptions in Mobile flex application using google Maps?
i am implementing google map related application in mobile flex project
map.setOptions({mapTypeControlOptions: {
style:google.maps.MapTypeControlStyle.DROPDOWN_MENU
...
1
vote
1answer
77 views
Pass additional parameters to ADL from Flash Builder 4.5.1
I'd like to be able to pass additional arguments to ADL from Flash Builder 4.5.1. In the "Debug Configurations" and "Run Configurations" windows there is the "Command line arguments" field, but that ...
1
vote
1answer
237 views
How to move Flex Mobile ActionBar down just a little bit?
I'm trying to simply move the actionBar down 75 pixels so I can squeeze an adMob ad in there.
I tried:
navigator.actionBar.y=75;
But, i'm not seeing anything different visually, it's not moving, ...
1
vote
1answer
126 views
Getting TextArea on the stage (getChild by ID,Name)
I´m trying to get the 7 TextAreas on the stage on FlashBuilder,all of them have the id as "Desc1","Desc2","Desc3"... and the names are the same "Desc1","Desc2","Desc3"..., but when i try to get it,i ...
1
vote
2answers
941 views
iOS (iPad) application on Flex/Flash Builder 4.5 - SplitView component?
(Disclaimer: I'm a beginner in mobile application development and I'm quite weak with programming but I'm willing to learn new things and take on new challenges. I apologise in advance if my question ...
1
vote
1answer
168 views
Flash Builder 4.5 for PHP does not generate CRUD php classes for services while the previous version did?
I recently upgraded to Flash Builder 4.5 for PHP since I’m working on a big PHP/Flex project and thought that it would be easier to integrate the two.
What do you know? The feature that generate the ...
1
vote
1answer
823 views
Switching Views [Flash Builder 4.5 - Flex Mobile]
I'm trying to build an app with Login view (no tabs), after user submits "Login" it'll then switch to another Main view (with tabs). Is this possible?
Currently I chose the "Tabbed Application" under ...
1
vote
0answers
153 views
Flex Compiler, Not a compile-time constant, but only in instance methods
I am having a very strange issue with the flex compiler (using Flash Builder 4.5) that I have never come across before.
I am trying to create an instance of a class (that exists in the same package) ...
1
vote
1answer
1k views
How do you access the iOS Camera Roll from a flex mobile project?
I want to use FlashBuilder 4.5.1 to build a flex mobile project that lets me select multiple photos from the iPhone Camera Roll.
I've seen the flash.media.CameraRoll class, but it only seems to ...
1
vote
0answers
882 views
how to use httpservice to request&response json data from mobile(client) to server in flash builder 4.5?
Firstly i share my code that it is right.
[Bindable]
private var myArrayCollection:ArrayCollection;
private function serviceSend():void
{
var ...
0
votes
0answers
15 views
Using flash builder 4.5 for php wizard for remote object
I'm fairly new to Flex\AS3
I'm using flash builder 4.5 for php and I'm trying to connect to my DB via remote objects.
I'm following adobes instructions as listed here:
...
0
votes
2answers
55 views
Change image dynamically in Flash Builder 4.6
In my code I have defined the following:
<s:Image id="test" x="50" y="50" width="30" height="30" click="onClick_clickHandler(event)" smooth="true" smoothingQuality="high" ...
0
votes
0answers
6 views
flashbuilder 4.5 mobile no com.adobe.fiber
I have a Flashbuilder-project and converting it for IOs.
But I get error at
import com.adobe.fiber.core.model_internal;
import com.adobe.fiber.services.wrapper.HTTPServiceWrapper;
cant find these ...
0
votes
1answer
77 views
Flash Builder 4.5 (Mobile) - Rolling out Database Updates
This is my first question on here so please be kind lol.
I am working on a mobile application with Flash Builder 4.5.
It uses a custom sql-lite database (tables are created on program load if they ...
0
votes
1answer
50 views
Using preventDefault for a View
I've created a simple TabbedViewNavigatorApplication. Two of the tabs are going to send text and email, respectively, rather than load a new View. So I need to prevent the default behavior of pushing ...
0
votes
1answer
83 views
Linking Flash Professional Library Into Flash Builder
I am currently working on an in-progress project using Flash Professional and Flash Builder. Before I began work, the project was already partially completed by another tech in both Professional and ...
0
votes
0answers
18 views
How do you show and hide with flash builder
I have this code.
protected function radiobutton1_clickHandler(event:MouseEvent):void
{
if(ext.selected)
{
this.businessexpand.visible = true
}
}
How to create collapsing panels
How do ...
0
votes
1answer
41 views
Dragging from desktop to air application
I have been looking all over the internet and I can't find any good (or recent) example from a air application where an image (for example) is dragged from the desktop in the application.
The only ...
0
votes
1answer
39 views
MouseEvent of images
I dynamically create images in a loop (flash builder 4.5) and when I set mouse click event, I'm using this:
image.addEventListener(MouseEvent.CLICK, function(e:MouseEvent):void{fromThumbnail(e,i)});
...
0
votes
0answers
66 views
Sparks and Viewstack?
In 4.5+ of the Flex SDK there's still no Sparks flex component that replaces the ViewStack. I know that there are several ways to mimic that behavior with states or includeInLayout properties. I also ...
0
votes
0answers
97 views
Android Manifest Settings & Toshiba Thrive AT100 For Flex App
I'm having a problem getting my Adobe Air 3.1 app (which I developed on the Toshiba Thrive) to be available on the Thrive on the app market due to "manifest settings". Anyone have any experience here? ...
0
votes
0answers
126 views
Unable to create java and flex combined project with flash builder 4.6, it's working well with 4.5
I download flash builder 4.6 and tried installing it. As per read me of Adobe I used following : eclipse 3.7 32 bit, JDK 32 bit version 1.6.29, tomcat 32 bit version 6.0.35, blaze ds from adobe site.
...
0
votes
0answers
52 views
Change page orientation from “LTR” to “RTL” in Flex at runtime
I have a Flex application built using Adobe Flash Builder 4.5, I need to change the orientation at run time from "LTR" (Left to Right) to "RTL". I am trying to do this by creating two CSS files, one ...
0
votes
1answer
100 views
Printing HTML content with flex 4
i'm pulling my hair out. need to print html generated invoices from a distant server, using
the print class, event if bitmap is set as false, will render the invoice a bitmap. at least the text is ...
0
votes
1answer
80 views
FlashBuilder 4.5 + PHP + mssql list output
I've created a web service with the following code:
class WebUser {
public $USERID;
}
class UseridService
{
public $username = "my_user";
public $password = "my_pw";
public $server = ...
0
votes
1answer
95 views
Prevent Touch event from firing from under another sprite
I'm trying to make a vieport in which you can pan by dragging the background image around.
Here is what I've done: ...
0
votes
0answers
21 views
How can start I tunning mobile flex application in flex4.5 using FlashBuilder 4.5?
I am working on tunning (performance) a Flex mobile application. How
can I start tunning the application in flex 4.5 using flash builder4.5?
0
votes
0answers
88 views
HTTP Basic Authentication with HTTPService Objects in Adobe FlexViewer for ArcGIS 2.4
I tried the workaround stated in HTTP Basic Authentication with HTTPService Objects in Adobe Flex/AIR
but no luck, as I can't set the HTTP Header for a GET request.
var ...
0
votes
1answer
97 views
Is it possible to deploy an Adobe AIR desktop application to iOS?
I have an incredibly basic Adobe AIR 4.5 desktop project that I just want to use to test an iOS deployment. Is it at all possible to deploy this to an iOS device as it is? Or does it need to be turned ...
0
votes
0answers
44 views
how can clear data object in mobile flex application
I am working on mobile flex application i am using data object data navigation transfor data between two views
how to clear data object ?
Example: first view.mxml------>navaigator(view1,data.long1 ...
0
votes
0answers
128 views
how can animate blink effect in marker image using google map in mobile flex application
I am developing flex google map application in this map i am display
home location place one marker image how can animate the marker image
blinking animation image
example: Image1,image2
this two ...
0
votes
1answer
63 views
How do you format (align) labels made of multiple parts (e.g., p1, p2, p3) in a grid like fashion?
The data provider for the chart contains an array of facility objects. A facility object is made of several parts indicating the installation ID, facility number and facility name as shown below:
{
...
0
votes
0answers
27 views
every time run the mobile flex application open previous saved state views how can resolve this issue?
I am Implementing Mobile Flex Application in this application i am creating some four mxml views first run the application ,in this application i am move next view after i am click mobile device ...