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
0
votes
0 answers

flash app working when run from flash builder 4.6.0, not working when .html file is run?

My problem after building the project in flash builder 4.7 with sdk version 4.0A is as follows:- 1) when i run build-release folder from within flash builder the request from app to server works (the request is initiated in click event). 2) when…
codemilan
  • 900
  • 2
  • 9
  • 28
0
votes
2 answers

Static function in base class not wanting to call member functions on subclasses if using Flash Builder 4.7, instead of 4.6

Since yesterday, I've been trying to port an ActionScript Mobile project from Flash Builder 4.6 to Flash Builder 4.7, and I've run into a little bit of a problem that's probably a compiler bug. In FB 4.6, this works: Temp.as: package { import…
0
votes
1 answer

IOSApp rejected: Error ITMS-9000 Invalid segment alignment

I am getting an error while trying to release the application for Apple App Store. Error ITMS-9000 Invalid segment alignment Following the process flow mentioned on the link…
Daansh
  • 11
  • 4
0
votes
1 answer

Flash Builder 4.7 and 4.0 possible?

Hi I have a licensed Flash Builder 4.0 installed. Can I install 4.7 on the same pc? I need to test if the app can be compiled with Apache Flex.
0
votes
1 answer

flash builder 4.6 Scaling Issue

Can anyone explain me how to scale the image in canvas in flash builder 4.6, Scaling of image in component , can i get some examples .. it should set almost all size screen
0
votes
1 answer

Key Value Pair Datatype in FB 4.6

I have a JSON response form HTTP request. "AdditionalData": { "default" : "checked", "example" : "empty" } This specific response would ideally be interoperated as a dictionary type (Key value pair). But when I auto-detect the return type…
Dean Martin
  • 1,034
  • 3
  • 15
  • 26
0
votes
1 answer

How to prompt user while in a loop without the code continuing to execute (via a popup window)

I have a datagrid populated with Objects (representing .pdfs) who all share an "indexed" property (indexed in a SQL table). If they are indexed, their respective checkbox is checked and indexed is set to true. I also have a button in my window, that…
0
votes
1 answer

How do I play flash animations in flash builder by using the flash container or components?

Do you know how to run flash animations in flash builder without creating flash project? Only use a flash container or components to integrate animations in flash builder.. Help please...
TCO
  • 117
  • 1
  • 7
0
votes
1 answer

access of undefined property from Flash to Flashbuilder

searched whiled but I couldent find the answer here on Stack so I hope someone can help me. I trying out Flash prof CS6 and Flashbuilder, I have created in Flash a Movieclip called square_mc and instantiated it with the name square. I have linked a…
Björn Hjorth
  • 1,586
  • 4
  • 16
  • 26
0
votes
2 answers

Falsh Builder 4 - Switching Debug Mode - To Flash Perspective

How do I swtich back to Flash Debug Perspective from Flash Perspective when I am debugging in Flash Builder 4? Earlier I got prompted with a dialog box whether to remember the setting.. but I can't seem to find the setting so far. At the moment it's…
Andrew
  • 146
  • 2
  • 3
  • 12
0
votes
1 answer

mx:TextArea change part of text color

I have an item renderer with a textArea.
0
votes
2 answers

How avoid focus on a control in Flex?

I have a Custom Component the parent is Group with Horizontal layout, in that i have two controls one is TextInput and other is datefield. When use this custom component in ant place i provide tabindex to that control as a whole. I want just that…
Tahir Alvi
  • 692
  • 2
  • 10
  • 41
0
votes
1 answer

How select an item from drop-down of com-box with Enter Key in Flex?

I want to select item from a combo-box with enter key, is that any built in combo-box event not key-down event. Thanks
0
votes
1 answer

Flex Split View Navigator not working :-S

I have been developing mobile apps within Flex for a long time now and this issue is really annoying. I have an application that I want to use with the Split View Navigation. So when the App is in Landscape the menu will be on the left of the split…
user723858
  • 1,007
  • 3
  • 23
  • 45
0
votes
3 answers

Flash Builder 4.6 always shows blank html page on debug or release run

I'm having a problem with Flash Builder 4.6 premium. I'm using the 4.6 flex sdk and creating a web application. To test my development environment I simply add: between the Application tags of the mxml file.…
Marc H
  • 1,158
  • 3
  • 16
  • 29