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

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 get a error of a null object... for(var i:int =…
Vinicius Albino
  • 743
  • 2
  • 8
  • 21
1
vote
2 answers

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 turns you off, or if it seems as though I haven't…
1
vote
1 answer

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 php class to feed a flex/PHP service trough AMF is…
gurghet
  • 7,591
  • 4
  • 36
  • 63
1
vote
1 answer

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) and the compiler will not recognize the class as a…
1
vote
1 answer

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 provide CameraRoll.browseForImage() that opens a…
michael
  • 4,377
  • 8
  • 47
  • 73
1
vote
0 answers

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 header:Object = new Object(); header["Accept"] =…
insomnia
  • 66
  • 9
1
vote
0 answers

SQLite data should be displayed on view after clicking on tab (view) in tabbedNavigatorApplication (Flex mobile/Flash Builder)

I had created an android app (Employee Directory) in flash builder with SQLite database connection and having 4 tabs (view). I Just want that when I click on the Admin tab the Employee details from the database should be loaded. Below is my…
1
vote
2 answers

actionscript 3 contentHeight not updating properly

I am using Adobe Flash Builder with actionscript to make a desktop application. I am getting some html code from a webpage and putting it into an mx:html element, then attempting to get the content height in order to determine if I should hide the…
darthmorf
  • 168
  • 12
1
vote
1 answer

AdvancedDatagrid with itemEditor: Value disappears when clicked

I'm trying to use a ComboBox as itemEditor in an AdvancedDatagrid. Both the grid and the comboBox fills up correctly with values. But when I click in a cell the value disappears. Do I need to set more properties to make this work, or do I have to…
Jan Sander
  • 35
  • 7
1
vote
1 answer

Retrieve the amount of lines in a Flex project

This might sound useless, but just for the sake of information (and for fun to be honest :) ) Is there a way to find in Flash Builder the amount of lines written in a Flex project?
Cédric D
  • 412
  • 4
  • 18
1
vote
0 answers

Select multiple columns from flex column chart?

Is it possible to select multiple columns from column chart in flex. Im trying to select multiple columns and grab respective data .Is it possible ... any ideas ?
Eranga Perera
  • 908
  • 1
  • 11
  • 21
1
vote
0 answers

2.2: Apps that exhibit bugs will be rejected ios 7.0.3

We found that your app exhibited one or more bugs, when reviewed on iPad running iOS 7.0.3, on both Wi-Fi and cellular networks, which is not in compliance with the App Store Review Guidelines. Specifically, your app launches to a black screen. For…
Naveed Mansuri
  • 439
  • 1
  • 5
  • 13
1
vote
1 answer

Exporting Release Build FlashBuilder 4.7

I have a Action script Mobile Project and I want to export a Release Build. Debug build works perfect, however when I select Export Release Build it hangs at 0 percent even after 24 hours. I have tried restarting, updating JAVA home variable and I…
Mike Mcmahon
  • 65
  • 1
  • 1
  • 10
1
vote
0 answers

.apk file not running on android emulator

I made a simple hello world basic program in flash builder (flex mobile project) and then converted it to .apk file using the "export release build" feature, In the end it packaged my app and then the dialog box closes, although i selected the…
saadsaf
  • 1,421
  • 1
  • 17
  • 28
1
vote
2 answers

finding specific character from substring

I have this function to find string for the first time: var strng:String = new String(txtSource.text) var position:Number = new Number(); position = strng.indexOf("
Naveed Mansuri
  • 439
  • 1
  • 5
  • 13
1 2
3
11 12