I want to run my Flex apps in the embedded browser control inside Eclipse, which is a Gecko control on the Mac (I think!). Is this possible? If so, how?
...
I need to call an HTTP service using Flex that has variable arguments. I'm using Flash Builder 4 (Gumbo) to create the service definition, but there's no UI for variable arguments, and the subclass of HTTPServiceWrapper that it creates doesn't seem to support it.
Is there a way to do this?
...
Running flex builder 3 on windows 7 RC.
For some reason, my work completion/intellisense stopped working..
If i try to manually trigger the shortcut (alt + /) I hear a windows 'error sound'.
any ideas?
...
Hello everybody.
Just got developing with Flex, and i like it.
I've done some simple apps to get the felling of it, nothing involving updating a file or a database.
I wanted help, how to do a query to a MySql DB from a Flex application (thats gonna be running in a web server).
I didn't saw any duplicated questions, sorry if any exist...
Hello everybody.
When we are building a application in Flex the components that we add are in English.
Lets say that i want to change then to French, Spanish or Portuguese.
How could i do that??
I've google a bit about it, but nothing good.
I didn't look too much, because you guys always now things, and here in SO its more faster to...
Using Adobe Flex Builder Pro stand-alone, how do I filter or exclude some files in my project source folder from being copied into the bin-debug folder during a build? Flex Builder is based on the Eclipse platform IDE, this could be as much of a question about Eclipse as it is Flex Builder.
...
I've got the latest Beta of Adobe Flash Builder 4.
I want to use a <s:List> component, and specify the dataProvider as being an XML file.
However, after loads of research (including looking at doc links off labs.adobe.com), I still can't figure out how to do it.
The XML file will look something like this:
<?xml version="1.0" encoding...
I am querying a 3rd party web service and not all the data seems to be making it to the event handler. When I view the request/response in the Network Monitor I see a collection of data objects each containing two string variables (name, url) and two arrays (counts, breakdown). When the result handler receives the data and I view it in d...
The following code compiles fine in flex builder 3, but throws an error when compiled using the command line and flex sdk 3.3.
<?xml version="1.0" encoding="utf-8"?>
<ww:TestApplication
xmlns:mx="http://www.adobe.com/2006/mxml"
xmlns:ww="*"
layout="absolute"
backgroundColor="#FFFFFF"
>
<mx:Label x="10" y="10" tex...
Hi there,
How do I add post-build actions in Flex Builder? For example, I'd like my build to work as normal, and execute from the bin folder; but I'd also like a copy of the final SWF to be copied to another folder automatically (I'm sick of doing it myself).
Thanks!
...
I have a flexbuilder project (project1) that builds 2 modules. This project has a source path that includes project2 (another flex project that builds an application). When I build project1 it will not copy an xml config file to my tomcat deployment without the 'copy non-embedded files to output folder' option set. However, with that ...
I have a Flex application embedded in a Flash application, which was working fine and currently works fine if not embedded. As of last Friday, when embedded the Alerts do not show (no error, just nothing), DateField Calendar dropdowns do not show (null value reference of DateField), and dynamically showing the busy cursor errors (null v...
I've located an icon that I would like to replace in Flash Builder (Eclipse plugin version).
C:\Program Files\Adobe\Flash Builder Plug-in Beta\
eclipse\plugins\com.adobe.flexbuilder.project.ui_4.0.0.235740\
icons\project\obj\fb_mxml_16x16.png
This icon is displayed in the package explorer. However, when I replace the icon in the file...
Using Action Script 3 in Flex Builder 3.
When handling a SOCKET_DATA event, I occasionally, seemingly at random, get an "Error #2030: End of file was encountered." when calling socket.readInt(). I'm confused as to what this error means, since I'm not reading a file? I'm a little unfamilier with sockets. Thanks.
...
I'm using the Flash Builder 4 beta, and I have two projects, both of which have Network Monitor enabled. I have two projects, for one of which the network monitor works, and for the other, it doesn't.
The working project is using an HTTPService to connect to an application running on localhost, using POST and GET to retrieve values.
T...
Hello,
I have a flex tree control bound to an xml data from the database. I have item renderers for the tree items. My concern is, when my tree item size is huge, if I scroll using the mouse, it scrolls in 4-5 items at a time. I need it to scroll item by item. When it scrolls 4-5 items at a time, there seems to be a rendering issue as I...
Hello guys.
I'm learning Flex, I already know how to submit data from a Flex App to a MySql DB using PHP.
But thats easy, but getting data... Thats a different story.
This isn't a question for sort of speak, its a request.
I wanted to ask to everyone that already learned how to do this, if it could send some Flex Projects (the ones yo...
I'm building a Flex application that will need run under two different deployment scenarios:
First, the application will be hosted on the web. The SWF loads some external resources (images, text) so it requires network access, which is the Flex Builder 3 default build flag "-use-network=true". I don't need to do anything special; it j...
I have been using Flex Builder for while, then this just happen, and now it would not launch again.
!SESSION 2009-09-01 11:24:33.517 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.5.0_11
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arg...
I'm attempting to create a Flex Project that will cause the Flash Player to cache the Flex framework. Flex Builder comes with Flex SDK 3.2.0.3958 and setting the Framework Linkage to use Runtime shared Library (RSL) under Project Properties -> Flex Build Path will separate the framework from my main application and I see that my project...