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
1 answer

Always have to create the libs dir after importing MyProject.zip

Whenever I import a project into Adobe Flash Builder 4.5 on Windows XP / SP3, I get the error: unable to open 'C:\Documents and Settings\afarber\Adobe Flash Builder 4.5\MyProject\libs' MyProject Unknown Flex Problem Does anybody know a…
Alexander Farber
  • 21,519
  • 75
  • 241
  • 416
0
votes
2 answers

Changing WSDL of Flex 4.5 Autogenerated Service Proxy Classes

I used Flash Builder's 4.5 capability to auto generate a proxy class for a given SOAP service. Everything works fine and dandy, except for the fact that the WSDL url is hardcoded into the auto-generated proxy class. Now, when I deploy the Flex…
user163757
  • 6,795
  • 9
  • 32
  • 47
0
votes
2 answers

getDefinitionByName in Flash Builder acting racist to new classes after switching to FB 4.5.1

Does anyone know why the getDefinitionByName function works with "com.foo.Bar" and gives error with "com.foo.Rab"? My only clue is that the class com.foo.Bar was created before importing the project to Flash Builder 4.5 for PHP (4.5.1 namely). My…
gurghet
  • 7,591
  • 4
  • 36
  • 63
0
votes
1 answer

Flash Builder 4.5 , J2EE plugin

I need to install the J2EE plugin for my flash builder 4.5 as I am using the blazeDS for my development work. I installed stand alone flash builder 4.5 and java plugin but not able to find any information to install J2EE plugin or Dynamic Web…
TrexTroy
  • 303
  • 7
  • 22
0
votes
2 answers

How to use Tween for MovieClips in a Flex 4.5 application?

I'm new to Flex and am trying to port a pure Flash/AS3 card game to Flex 4.5. It works mostly well, but I'm missing few puzzle parts there: I've created a custom component based on UIComponent representing a deck of cards (which are an array of…
Alexander Farber
  • 21,519
  • 75
  • 241
  • 416
0
votes
4 answers

(ActionScript 3) Generate low res thumbnails

I am trying to create an image gallery similar to Androids "Gallery" where it is a horizontal scrolling list of images. I am doing this with an HBox and Bitmap objects wrapped in a UIComponent. The problem is I am trying to do this for mobile and…
vjuliano
  • 1,474
  • 2
  • 15
  • 29
0
votes
1 answer

Flex Mobile Event Listener not firing

I'm having trouble getting an event listener to work in a mobile app (Built in Flash Builder 4.5, Flex SDK 4.5.1) I have an event class called BMS_Event.as which looks like this: package model { import flash.events.Event; public class BMS_Event…
0
votes
2 answers

how can i select childern node in flex tree component?

If i want check parent node checkbox means below childerns checkbox will select automatic . this is my code:
Rajkamal
  • 425
  • 1
  • 7
  • 19
0
votes
1 answer

Adobe Air Mobile, with Flex and Actionscript 3: How do I change the height of the actionbar on all my views?

I am working with Flash Builder 4.5 using Adobe Air, Flex and Actionscript 3, to develop a mobile application that works with multiple views. I want to change the height of my actionbar on all my views. I know that I can dynamically change it in…
KnowsLittle
  • 1,197
  • 2
  • 13
  • 20
0
votes
1 answer

Error installing / debugging ActionScript Mobile App to phone

I get this error every time: Error occurred while installing the application: 864 KB/s (33668 bytes in 0.038s) pkg: /data/local/tmp/Main.apk Failure [INSTALL_FAILED_MEDIA_UNAVAILABLE] I have a very simple "HelloWorld" action script mobile app…
0
votes
1 answer

How to Display a string value in to Text Input in AS3 (ActionScript 3.0) from amfphp array?

First, thanks in advance for any help who can give me with this code. I have been creating a basic and minimalist login that has a very basic user recovery procedure, the client side login is done in flash builder with adobe air output, and the…
dsoules
  • 1
  • 1
0
votes
1 answer

Flash Builder debugger failed to connect to the running application with tomcat

I had look into similar question in the stack overflow and tried all the solutions given there, but nothing works for me. I have a Flex Web application running in localhost with tomcat, i have used Mongrel plugin in Flash Builder to run tomcat. I am…
0
votes
0 answers

Refreshing Data Group in flex immidiately

I am using custom item-renderer to render items of my DataGroup. The problems is whenever the value of data-provider(Arraylist in my case) is changed, it takes 6-9 seconds to render, which is unacceptable. When I tried to back-track the problem, I…
0
votes
1 answer

How can i build an app with Flash Builder that auto adjust the size of each item

In Flash Builder does there exist some property that works similar to WRAP_CONTENT, FILL_PARENT and MATCH_PARENT of Android?
0
votes
1 answer

Add drag & drop to a TextArea in a PopUp window

I have created a ResizeableTitleWindow class which extends Titlewindow (to make it resizeable). Inside the RTW I add a TextArea and display the RTW as a PopUp. How do I add drag&drop to the TextArea? public function createPopUpEdit():void { var…
Jan Sander
  • 35
  • 7