Questions tagged [flashbuilder4]

FlashBuilder 4 stands for the version 4 of Adobe Flash Builder - an IDE based on Eclipse used for building Flex/Flash applications.

109 questions
1
vote
1 answer

CheckBox header renderer with HierarchicalCollectionView

I've gotten a checkbox header renderer to work well with flat DPs, but a hierarchical collection view is another story. On click, I want it to select all checkboxes in a given column. Here is my code: var dp:HierarchicalCollectionView =…
fumeng
  • 1,493
  • 5
  • 18
  • 49
1
vote
1 answer

Call navigator.pushView from within an item renderer in a Flex Mobile Project

I would like to be able to call navigator.pushView from the cartIncrease function to update my cart, or is there a way to reissue the function that calls the renderer? This is my cartRenderer.mxml
cfEngineers
  • 644
  • 6
  • 16
1
vote
1 answer

Change State after finishing

Using Flash Builder 4 (with 4.1 flex). Trying to create a state change after my function has finished running that will change the screen to have a "finished" button that will close the application. How can I tell the air app to do this? I found…
mubhcaeb
  • 45
  • 1
  • 7
1
vote
2 answers

Flash Builder 4 changes not compiled

Im using Flash Builder 4 on the Mac and I have a worrisome problem: The compiler is sometimes not detecting my code changes. For example I might write some code, compile and run, then add some logging statements, but they will not print. After a…
1
vote
2 answers

Flashbuilder "to the power of N"

How can I have the ^-N in the statement below mean "to the power of -N" in Flashbuilder? Thanks var M:Number = 1 - (1 + J)^-N;
dmschenk
  • 345
  • 5
  • 19
1
vote
2 answers

Installing Flash Builder 4.7 Plugin on Eclipse failing

I am trying to install Flash Builder 4.7 Plugin into Eclipse. I have downloaded Flash Builder Premium via Adobe's Creative Cloud. I have also installed Eclipse Indigo (recommended via Adobe). I am running this all on Mac OSX. According to a…
Cameron Jones
  • 1,367
  • 4
  • 15
  • 43
1
vote
2 answers

Adobe Illustrator to Flash Builder 4.6

I have a map of United States in .ai format. I would like to use it in my flex application. The problem is the map is sliced on state lines, I would like to manipulate the States within the application. Explanation: In my app I want to be able to…
Marci-man
  • 1,759
  • 2
  • 21
  • 64
1
vote
0 answers

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 launched when I debug the project to run from…
Luoruize
  • 391
  • 3
  • 19
1
vote
1 answer

dynamically create, add and addEventListener items in flash builder 4.6

I am using Adobe Flash Builder 4.6 and trying to create, add and addEventListener to objects that i created dynamically, in as2 i was doing it by: for(i=0;i<10;i++){ abc[i]doSomeThing; } How it is in actionScript 3? I searched it much and found…
1
vote
1 answer

How to apply masking on datefield in flex?

How to apply masking on datefield in flex? like when i enter text in datefield it should be converted like MM/DD/YYYY
Tahir Alvi
  • 692
  • 2
  • 10
  • 41
1
vote
1 answer

Font Antialiasing vary in textarea in Flex 3.5

A weird bug occurs when displaying text, the antialiasing seems to change over the span of the textarea as shown in the image. Notice the "x" on the bottom left side compared to the "u" in the upper right side. I'm using Arial thats embedded and…
Crypth
  • 1,486
  • 17
  • 30
1
vote
1 answer

Flex SWFLOADER.CONTENT weird

Following creation complete event not working on remote server.Working fine on local. enter code here protected function completed():void { myloader.visible=true; …
0
votes
1 answer

flash builder 4 - Reverse engineering tools (code to flow chart or UML diagrams)

I was wondering if there are any tools (Free/Paid) available. Suggest me a good one or what you have used. Suggest me if there is any plugin available for eclipse then I can try if it works for FB4 (if you are not sure if it works for FB4)
dejjub-AIS
  • 1,369
  • 1
  • 20
  • 49
0
votes
1 answer

Is it possible to share the text area from one class to another class in as3?

This is the class text.as3 private function showTextArea():void{ textField = new TextArea(); canvas.addChild(textField); } This is the code to create the text area,i want to pass the text area to another class(text2.as3).Is it possible?
Mercy
  • 1,852
  • 7
  • 39
  • 75
0
votes
1 answer

Flash builder 4.6 will not launch a browser for debugging

I just upgraded from Flash Builder 4.5 to Flash Builder 4.6. Now when I want to run/debug, it does not launch a browser, it will only launch the "adobe flash player 11" window. I tried setting the browser in "window" / "preferences" / "general" /…
Phil
  • 32,917
  • 29
  • 99
  • 154