I know how to drag from list and drop into the textinput control. But I don\'t know how to insert the text in textinput under the position of the cursor. For example, I have text qwerty in textinput.
I\'m trying to do an Ant build with FlashBuilder 4 for an Export Release Build.There is supposed to be a new (in FB4) ant task fb.exportReleaseBuild that will execute the release build.Reference to th
I\'m building an Air app that uses an .app/.exe file as a bridge to hardware devices. Ideally, I would like to include the executable with the Air app installer and launch the external program togeth
Background: Trying to set up my dev. environment in new job. Have subversion installed ok in Flash Builder 4, and checked out the project folders I will be working on. Work to date was developed in FB
I a bi开发者_运维百科gginer to this FlashBuilder, i have developed an application, but when i want to run the app, an error \"Unbale to resolve resource bundle \"containers: for locale en_US\" is show
I\'m trying to connect a AS2(swf on Flash player using Flash CS4) and AS3(swf on AIR using Flash Builder 4), but I开发者_如何学编程 get an error when I send a command from the AIR app:
I use data binding all over the place... but when I look at my app in the design view, the data bindings are either empty or show the binding expression.In either case, it doesn\'t let me preview what
I am having a lot of trouble while syncing my Flash Builder Actionscript project with Subversion. I have read that the output folders bin, bin-debug and html-template should not be checked in to the r
I heard it can be done, but would like to hear if anyone has imported a Flex 3.4/5 project to Flash Builder 4 and kept it working targeting the 3.4/5 sdk and releasing/debugging开发者_如何学编程 with
Below is a very simple example, randomly, if I click the step2 button the state will change but the Step 2 panel will not be there.