Questions tagged [flash-builder4.5]

Adobe Flash Builder4.5 is an Eclipse based IDE for Flex application development.

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.

172 questions
0
votes
2 answers

How do I create an event to move to next screen once my data has been committed to database in flex?

I have been struggling to find a way to do this. Basically, I am committing data to a database that I have assigned all the variables to. However, when it has finished committing that data, I want it to then push to the next view. So far, I can get…
0
votes
1 answer

Inserting objects into database from Flex app not working

I am trying to make a mobile app that inserts information into a database and while I have it pulling information and I have created my services, when I use the standard create service that Flash Builder 4.6 automatically makes, it just does not…
JESlabbert
  • 160
  • 2
  • 13
0
votes
1 answer

Properties null at component drawing time?

I have got problem accessing a property of a component. I want to use this property to decide whether to include a particular child component. For example: MyMainView.mxml lists this component
Bilal Wahla
  • 665
  • 1
  • 12
  • 28
0
votes
2 answers

Change image dynamically in Flash Builder 4.6

In my code I have defined the following: What I want is to be able to…
Adrian
  • 609
  • 2
  • 11
  • 22
0
votes
1 answer

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 the new View. Documentation says a view can…
David
  • 703
  • 1
  • 15
  • 31
0
votes
1 answer

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 Builder--code written, timeline set, linkage…
CodeRedd
  • 283
  • 1
  • 4
  • 14
0
votes
1 answer

How to save a Image to PNG format?

Now Im saving to text format, and I got a error: TypeError: Error #1009: Cannot access a property or method of a null object reference. at SaveImage/onClick()[/Users/VVT/Documents/Adobe Flash Builder 4.6/SuperDraw/src/SaveImage.as:40] …
PhatToni
  • 105
  • 1
  • 2
  • 12
0
votes
1 answer

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 example I could find is…
Hans Vn
  • 787
  • 1
  • 16
  • 32
0
votes
1 answer

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)}); to pass i. However, when I click on any image,…
user997379
  • 25
  • 1
  • 5
0
votes
1 answer

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 know that there's a couple people out there that…
0
votes
1 answer

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 blurry and not usable. alivepdf could be a…
0
votes
1 answer

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 = "my_remote_server"; public $databasename =…
0
votes
1 answer

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: http://students.info.uaic.ro/~tudor.berechet/0sandbox/aperture/science/testing/fatChance.html Note that I've hidden the mouse cursor…
Spectraljump
  • 4,189
  • 10
  • 40
  • 55
0
votes
1 answer

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?
Narasimha
  • 3,802
  • 11
  • 55
  • 83
0
votes
1 answer

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 into a Mobile project somehow? The steps to…
Carter
  • 2,850
  • 9
  • 44
  • 57