[flexcoders] question about event metadata tag

2010-03-06 Thread ztpi1
Does the event type specified in an event metadata tag need to be imported in the class where the event tag is placed?

Re: [flexcoders] Re: Issue in Flex application deployed in Load balanced environment

2010-03-06 Thread claudiu ursica
I had the something similar more that one year ago: we did something like this in the delegate which had the service instance service.method = "POST"; service.contentType = "application/x-www-form-urlencoded"; var call : Object = service.send({test:"ping"}); In

[flexcoders] FlexUnit + Ant + Continuos Integration

2010-03-06 Thread M. Fernanda Gioiosa
Hello, I'm working in a project with FlexUnit, Ant and Bamboo as continuos integration tool, have you ever try to do this? How is the ant tasks that you need to Run? How the FlexUnitTestRunner works in the servers (because always open the browser for running the tests)? Do you have any exa

Re: [flexcoders] mx:core:Application could not be found Error

2010-03-06 Thread Alex Harui
What is the exact text of the error? On 3/5/10 6:39 AM, "boy_trike" wrote: Very strange, I have an application that used to work fine! It consists of modules. I get this error when running the application. I have re-installed Flex, and prayed to the flex gods, and ready to pull out wh