Tagged Questions

0
votes
2answers
12 views

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 …
0
votes
2answers
412 views

Flex Builder 3: syntax coloring, add keyword

I wish to know where I can add Keywords for the syntax coloring in Flex Builder - i need to extend it a little for my own sanity.
0
votes
1answer
15 views

ViewStack Container Vs Canvas

Hi What is the main difference Between ViewStack Container and Canvas? thanks, ravi
0
votes
3answers
57 views

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) <mx:Script> <![CDATA[ import mx.collections.ArrayCollection; …
2
votes
2answers
146 views

How can I replicate the functionality of the Flash Builder’s release tool in ant?

I want to build an ant script that does exactly the same compilation actions on a Flash Builder 4 (Gumbo) project as the Project->Export Release Build... menu item does. My ant-fu is reasonably …
1
vote
2answers
21 views

Quick question on Flex/Action Script

I play around a lot when I'm programming in FLEX, mostly cause I'm new and I don't know the best way to do things. Consequently I end up importing a lot of things. I end up throwing out the code and …
0
votes
0answers
13 views

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 …
0
votes
2answers
21 views

upload file to server in a particular path

hi All, In Flex i want to upload a particular file to server form local system.how to do it? Thanks.
1
vote
1answer
44 views

Does FlexBuilder 3 work with Eclipse 3.5.1?

I m trying to install Flex Builder 3 into Eclipse 3.5.1 as a plugin on Mac 10.6.2. During the installation phase, FB3 says it only support eclipse 3.3 & 3.4. But I started the installation …
0
votes
1answer
150 views

Change webserver used by Flex in FlexBuilder to .NET Framework 3.5

I just had to reformat and reinstall Flex and reconstruct a project. The problem is i am using ASP.NET as my server side technology and using LINQ in my files. The version of WebDev.Webserver.exe …
1
vote
5answers
619 views

Are Flex charts available in the free Flex SDK?

Hmmmm... It appears that charts are only available through the Flex SDK that comes built-in with Flex Builder. This is a problem, since I want to use Flex 3.3, and Flex Builder came with 3.2. Eclipse …
0
votes
1answer
10 views

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
0answers
9 views

Flex Builder: Style is displayed in design perspective, but not in browser when I compile and run it

Hi, I am trying to use image as a background of my application, I have not success :( Here is the code which shows how I do it: <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" …
0
votes
2answers
227 views

FlexBuilder not creating .swf file for AIR project

This seems like a bug in Flex Builder, however the builder no longer creates the .swf file for any projects (I'm building an AIR app). It did previously however, for some reason it errors out with the …
0
votes
1answer
53 views

Adobe Flex 3 List Control Selection and Change Event Problem

Hi 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 …

1 2 3 4 5 13 next
15 30 50 per page