flexbuilder

Why the is flexbuilder plugin for eclipse so slow to open and compile?

空扰寡人 提交于 2019-12-10 10:05:43
问题 I've got a decent computer. ( something with dual-core in the name and a lot of ram ). Sometime FlexBuilder prompt the "builder project" loading bar only when i open a simple mxml file. It's look like he does some difficult jobs... i don't ask for anything fancy. I just want the file open, in text mode. Every time i hit ctrl+s, i fear the "building project who take forever" thing. I've disable the automatic build, but it's not convenient. Another thing, more understandable. I'v got a Ant task

Failed to connect to remote VM. Connection refused. when trying to debug remote java application in Flash Builder 4.7

你离开我真会死。 提交于 2019-12-09 13:38:14
问题 At one point, the remote debug used to work. But for the life of me, I don't seem to be able to figure out what broke it. I have a flex/Java application. There is a wrapper that starts the tomcat server. I modified the wrapper.conf file to include -Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n In my flex debug configurations, on the left, I have Remote Java Application. On the right, I have Standard (Socket Attach) as the connection type, 127.0.0.1 (I have tried

Make Flex Builder debugger start listening for incoming debug session connections

好久不见. 提交于 2019-12-09 08:09:22
问题 Is there any way to get Flex Builder to connect to an existing browser session running Flash Player Debugger? I can connect to FDB like this, but with Builder I need to click Debug and rush to close the newly opened browser window before it loads the Flash file and then go back to the session I want to connect and right click it to start the debugger. Unfortunately this is not very reliable as I can't always beat the window opening, requiring several attempts before being able to connect to

can i use design mode in fb 4.6 if I add apache flex sdk 4.9.1 as my compiler?

≯℡__Kan透↙ 提交于 2019-12-09 00:32:27
问题 I am running Flash Builder 4.6 and just added Apache flex sdk 4.9.1 (build 1447119) to my mac book pro running Moutain Lion and when i tried to do a quick 'hello world' and add a few elements to the stage using design mode i got following error: The design mode is disabled as the project uses an incompatible version of the flex sdk My question is if i go beyond the default sdk that shipped with fb 4.6 do I therefore loose the ability to use design mode and have to do everything in source mode

Do I need Flex Builder?

ⅰ亾dé卋堺 提交于 2019-12-08 23:21:13
问题 I am completely new to Flex. Can I realistically develop, say, a medium complex application with the Flex SDK alone, or do I need Flex Builder? Also, apart from the SDK, what will I need to get started? Thanks for any help. 回答1: I was there a year or two ago, so here's my experience. In order by subquestion: I am completely new to Flex. I was new to Flex too - and Actionscript (although it's a superset of javascript, which I know pretty well; although it sure doesn't feel like javascript to

Can I make a Flash/Flex Drop Down Extend outside the flash object boundaries?

主宰稳场 提交于 2019-12-08 12:38:49
问题 We are developing our app in flash/flex builder for the front end hitting .NET backend webservices. There is one section of the old app that will not be initially converted, so we need have it appear in an iFrame. So far all that works fine. We shrink the size of the SWF in the host page to just be the menu/nav area. And underneat that I have an iframe control that loads in this page from the old site. Now the problem. in the SWF is a drop down list to enable picking a client. Since the SWF

Saving form fields in a MySQL DB usinf Flex

时光毁灭记忆、已成空白 提交于 2019-12-08 12:37:27
问题 I have a MySQL database, and i created a DB and named it 'PERSONDB'. Within that DB, i have created a table and named it Person . This table has 3 fields. id,name,age . Now i need to save some values from my flex website to the mySQL 'PERSONDB' that i created. How can i do this in Flex (Flax builder 4.6) Note: I have added 2 fields name and age, in the Flex project and when the user clicks on the Button i need those values to be saved in the DB. how can i do this. 回答1: asSQL ( http://code

How to run Flex unit tests from the command line on Linux?

扶醉桌前 提交于 2019-12-08 09:27:03
问题 I am setting up a FlexBuilder build under Hudson/Jenkins on a Linux system. I want to execute our unit tests, but do it without using the standard GUI-based test runner. What are my options? 回答1: Folks seem to use something called xvfb. I haven't tried this solution myself so I'll just give you the links to the revelant articles I know : http://www.benlondon.co.uk/2010/02/running-flexunit-09-tests-on-headless.html http://life.neophi.com/danielr/2007/12/headless_linux_automated_flexu.html http

How to run Flex unit tests from the command line on Linux?

只谈情不闲聊 提交于 2019-12-08 04:59:27
I am setting up a FlexBuilder build under Hudson/Jenkins on a Linux system. I want to execute our unit tests, but do it without using the standard GUI-based test runner. What are my options? Florian F Folks seem to use something called xvfb. I haven't tried this solution myself so I'll just give you the links to the revelant articles I know : http://www.benlondon.co.uk/2010/02/running-flexunit-09-tests-on-headless.html http://life.neophi.com/danielr/2007/12/headless_linux_automated_flexu.html http://www.brianlegros.com/blog/2009/12/20/using-xvnc-to-create-headless-ci-builds-for-flex-and-air

Flex Builder 3 executing old source codes

好久不见. 提交于 2019-12-07 12:30:36
问题 I'm facing this problem again and again, but can't find any solution (except mine, which is not as a good one I guess). Don't know why, sometimes Flex Builder executes old source codes after making changes. While debugging I see how it steps through a source (e.g. changing local variables) which does not exist (even if I delete all that block or function). My way to solve that is to delete the project (backing up the source codes of course) and create a new one, add the backed up sources to