Questions tagged [flexbuilder]

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

720 questions
0
votes
2 answers

Website created by Flex Builder works on every browser that use flash?

Does websites created by Flex Builder works on every browsers that use Flash ?
xRobot
  • 25,579
  • 69
  • 184
  • 304
0
votes
2 answers

Can I use an Application developed with Flex Builder Trial?

Can I create an application with Flex Builder Trial ( that I have just downloaded ) and use that application on my website ? But all of you that use Flex Builder have the licence ?? It's very expensive for me ;(
xRobot
  • 25,579
  • 69
  • 184
  • 304
0
votes
2 answers

Flex application to component?

I have an application built in Flex Builder 3. It has a fair amount of mxml and as3 code which uses some other custom compenents. I have looked at the documentation on building components which shows how to make a simple mxml or action script…
deedo
0
votes
3 answers

Strange behaviour of scrolling in flex mobile

working on flex mobile list. list is represented using itemrenderer. here is the itemrendeerer..
Sharath Kumar
  • 145
  • 3
  • 4
  • 11
0
votes
1 answer

Security error accessing Service outside of FlexBuilder

I'm very new to Flex and I have what I think it a head-scratcher. I am building a little Flash app that will consume some web services over HTTP. When I am in Flexbuilder and run my app there, it works fine. When I goto to my FlexBuilder project…
MikeHoss
  • 1,477
  • 4
  • 18
  • 35
0
votes
1 answer

How to prevent Textinput under List from capture input

When I open the menu, I want Textinputs under menu be not touchabled. There are three Textinputs on navigator, when I open menu(a list), these Textinputs can be clecked. I set navigator.enable=false, when I chick Overlap region of Textinput and…
xj107359
  • 52
  • 1
  • 5
0
votes
3 answers

Flash Builder 'building' html files

I'm using Flash Builder 3 to edit my Flex app, but I noticed that every time I make a change on the .html files (index.template.html for example), even if it's not in the IDE but with another program, Flash Builder rebuilds the whole project. Is…
ALOToverflow
  • 2,679
  • 5
  • 36
  • 70
0
votes
2 answers

Flexbuilder won't launch...arrrgh!

In a panic since I'm trying to meet a deadline so appreciate any feedback on this. For some reason, Flexbuilder 3 on my mac won't launch, crashes on startup. I've never experienced this before. Checked the .log file and what seems to be the problem…
Bachalo
  • 6,965
  • 27
  • 95
  • 189
0
votes
1 answer

Integrate flex 3.5 projects in flash builder 4 beta 2

I'm currently using Flex Builder 3 and Flex SDK 3.5 for my projects. But I'd like to try out the new Flash Builder 4. So I downloaded and installed the new software, configured all the additional software like subversion, server adapter .. and…
Cyrill Zadra
  • 182
  • 1
  • 15
0
votes
1 answer

Disabling scroller making the wrapped items not to work

My requirement is to enable the scroller for an app if the height of the device is less than 1100. Here is the code for that.. if( FlexGlobals.topLevelApplication.height < 1100) settingsScroller.enabled=true; …
Sharath Kumar
  • 145
  • 3
  • 4
  • 11
0
votes
1 answer

Unit testing a library with AsUnit in Flex Builder

I've been trying to setup a working method for unit testing flex libraries using Flex Builder. I have tried setting up a standard flex lib project and using Ant to compile and run the units tests. But this means that when something does go wrong and…
BefittingTheorem
  • 10,459
  • 15
  • 69
  • 96
0
votes
1 answer

Why does flex builder insist on a Main class in the root of the source folder?

Why does FlexBuilder insist on a main class in the root of the source folder? By insist I mean that if I create an Actionscript project called MainTest. A file called MainTest.as will be placed in the root of the src folder. if I now create a…
BefittingTheorem
  • 10,459
  • 15
  • 69
  • 96
0
votes
1 answer

Flex Keeps compiling old files

I'm working on a project on Flex AS3.0 project in Flex Builder. It was working fine, I changed the name of one of my classes and all the related process. Now when I compile dubug the thing, it keeps on compiling an older version even if I comment…
Fahim Akhter
  • 1,617
  • 5
  • 31
  • 49
0
votes
1 answer

What is the error :a conflict exists with inherited definition flash.display:DisplayObject.mouseX in namespace public?

This appeared as I was trying to use a mouseEvent to move an object. I placed the variables for mouseX and mouseY in the public class. I did the same for direction X and Y but there was no error message for those.
Varun
  • 9
  • 2
  • 6
0
votes
2 answers

Auto changing the gaps,font size based on application DPI in Flexmobile

I am working on a mobile app for multi resolutions,for which the components in the screen should adjust itself based on the application DPI. How can i do this?
Sharath Kumar
  • 145
  • 3
  • 4
  • 11