Questions tagged [flexbuilder]

Adobe Flex Builder is the former name of Adobe Flash Builder.

720 questions
0
votes
1 answer

Make sure Flex components are loaded at the beginning

How can I make sure all the components, even those that are not going to be visible at the beginning, load right away when I start my application? I have an application with a ViewStack whose visible child is set via a sidebar menu. Say the…
webdreamer
  • 2,359
  • 3
  • 23
  • 30
0
votes
3 answers

Building charts in Flex Builder Professional

I have Flex Builder Professional Ver 3 (Built with Eclipse) version. I need to build an application with charts. The problem is that there are no charting components to be seen. There is no datavisualization.swc file in the libs folder. What could…
Vinayak
  • 756
  • 3
  • 7
  • 23
0
votes
1 answer

How do i display error messages when i have many input fields by using Adobe Flex?

I am a beginner to Flex development (so keep it in mind when answering) and i have a Adobe Flex form in which it has many input Field. I use VBox, HBox as container to layout the page. So the question is: How do i display error messages when i have…
Arthur Ronald
  • 33,349
  • 20
  • 110
  • 136
0
votes
1 answer

Disable printing in adobe Flex

I am building my website in adobe flex(i am n00b). I have some photographs which I would like to make sure that people cannot print. I do understand that it is not possible to completely stop users from printing. But atleast disable the context…
Ankur Chauhan
  • 1,393
  • 2
  • 17
  • 37
0
votes
0 answers

How can I find processor ID in Flex builder?

I tried to find processor ID in flash builder. But I can not find it. How can I get processor ID with adobe flex builder?
0
votes
0 answers

Error 2032 :stream Error while loading flex application

I have a flex application and build as war file and deployed in jboss server. Some times application is loading and working fine but sometimes am getting 2032: Stream error while loading it. Temporary solution i did as i copied…
RKCY
  • 4,095
  • 14
  • 61
  • 97
0
votes
1 answer

flex4 sdk in flexbuilder3, debugger partially works

If I changed used in one of my project sdk to current sdk4 beta, set breakpoint and stop on them every occurrences of mx.* packages are labeled "[no source]". Is known any trick to fix this issue?
RobertW
  • 1,111
  • 2
  • 12
  • 15
0
votes
2 answers

Can I add an ftp folder to flex project in flexbuilder3?

I have some config files (.xml's) used by my flex app sitting on remote servers. I would like to be able to modify them in flex builder along with the local app files. Ideally I could add a folder to my project that was the ftp folders. If this…
mrjrdnthms
  • 1,549
  • 4
  • 24
  • 35
0
votes
1 answer

ViewStack Container Vs Canvas

What is the main difference Between ViewStack Container and Canvas? thanks, ravi
RKCY
  • 4,095
  • 14
  • 61
  • 97
0
votes
3 answers

Story of a mysterious bug Flex/ Actionscript

Suddenly Flex seems to dislike variable declaration. For example I write (on the script part of a mxml component)
webdreamer
  • 2,359
  • 3
  • 23
  • 30
0
votes
2 answers

next/previous word in flex builder

The felx builder (on eclipse) next/previous word command, usually bound to CTRL-RIGHTARROW on OPTION-RIGHTARROW on the mac, doesn't stop for ":" and "." and in a few other cases. It's clearly a wrong behaviour for action script development! How can…
luca
  • 12,311
  • 15
  • 70
  • 103
0
votes
1 answer

why my Flex Builder wouldn't show errors?

i installed flex builder 3,it never shows immediage error,to see errors i need to run appliction..what prob with this builder? need to be installed any extra plugins ?
0
votes
4 answers

Unable to launch web browser flex

I AM Using Flex Builder 4 for flex Web application, In which I create one flex Web Application. Now i am trying to run my application on web browser at that time builder shows some error like (Cannot run program "C:\Program Files\Mozilla…
ketan
  • 19,129
  • 42
  • 60
  • 98
0
votes
1 answer

Adobe Flex 3 List Control Selection and Change Event Problem

I created a list control at runtime as following: var myList:List = new List(); ListArea.addChild(myList); myList.percentHeight = myList.percentWidth = 100; myList.itemRenderer = new ClassFactory…
Max
  • 325
  • 4
  • 16
0
votes
1 answer

How change default white background WebView Flex

My problem is, that my app has black background. I inserted webview for showing HTML page, but when page is loading, background of webview is white. I need to have black background because app and page has black background. Is it possible? I found…