0
votes
1answer
91 views
Component names and ids in Flex and Actionscript, where do they come from?
To illustrate my question. Assume the following code snippet:
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
<mx:Script>
…
1
vote
3answers
124 views
Is there a way to bind my flex builder to my django application
Hi!
I am trying to create simple flex application, which uses django as a back-end part. Have a question:
Usually when I run my application Flex Builder creates a file in a directory on my local PC …
1
vote
2answers
243 views
Must be a simple mistake I’m making: Flex CSS style not working in a trival case
I must be making a simple mistake (new to Flex). Here is main.mxml:
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute"
…
1
vote
1answer
328 views
Flex compiler warning - variable ‘item’ has no type declaration
I am tyring to learn flex programming myself. Below code gives me a warning
variable 'item' has no type declaration.
var xml:XML = xml as XML;
for each (var item in xml.employee) {
…
1
vote
4answers
199 views
Severe Flex issues.
I seem to be having difficulties getting the trace function to output anything to the console in either Eclipse with the Flex Plug-in, Flex Builder, or even FlexBeans (the Netbeans plug-in for Flex). …
0
votes
2answers
268 views
How to import flex on eclipse
Hi All,
I am using the linux Flex builder with eclipse 3.3 on my ubuntu 8.04 machine for the very first time, and I need to modify a preexisting flex project. How do I import this project (its …
0
votes
2answers
133 views
Can I program Java with Flex Builder?
I have no experience with Java, but I want to learn it. I have been using Flex Builder standalone for a few months now, and am familiar with eclipse now. So since Flex Builder is basically eclipse, …
1
vote
2answers
244 views
What is the best way to put a Flex3 project under source control (subversion)
Setting up Flex project for group development can be a bit tricky. There are lots of little local settings that might need to be tweaked in order to have a project that can be easily checked out.
…
1
vote
1answer
788 views
Image map in Flex
Anyone have an example of doing something like an image map in Flex? I'm not sure if that is the correct term, since I also want to do things like highlight the selected part of the image or show a …
0
votes
0answers
225 views
Drop enabled, but no updation to the dataprovider in datagrid in Flex
I have two datagrids with data.
dg1 is dragEnabled=true and dragMoveEnabled=true.
dg2 is dropEnabled=true.
When I drag drag items from dg1 to dg2,
two changes occur.
1)Item is removed from dg1
2)Item …
1
vote
3answers
641 views
What to do if Flex Builder 3 debugger unable to start
Hello.
I'm using Flex Builder 3 now and it suddenly refuses to start debugging session. I've reinstalled debugger versions of Flash Player: both 9 and 10 versions. Then I've reinstalled Flex Builder …
1
vote
6answers
253 views
Flex Builder 3 executing old source codes
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 …
