[flexcoders] Re: Flexbuilder doesn't give compile error when using a undeclared variable, methods

2009-10-30 Thread benjamine_df
t; > > --- In flexcoders@yahoogroups.com, "benjamine_df" wrote: > > > > Hello, > > > > I am new to flex and I make lot of mistakes by calling a method or > > field in an object which does not exist. But flex builder 3 doesn't > > see

[flexcoders] Re: Flexbuilder doesn't give compile error when using a undeclared variable, methods

2009-10-30 Thread benjamine_df
Compile time we don't need to check for data, we only need to check for declared variable, method class etc. So I am in favour for what java is doing. It will help to catch the errors during compile time I think flex allows this because of associative arrays. var data:object = new Object(); n

[flexcoders] Flexbuilder doesn't give compile error when using a undeclared variable, methods

2009-10-29 Thread benjamine_df
Hello, I am new to flex and I make lot of mistakes by calling a method or field in an object which does not exist. But flex builder 3 doesn't seem to throw a compile error when I do this. In java it would be a quick compile error. Is there any flex builder setting I can set to give compile e

[flexcoders] Blazeds backend server restart stops the flex frontend updates

2009-10-02 Thread benjamine_df
Hello again, I am testing the Trader desktop sample with blazeds backend. when I use the polling amf, I am able to see the stock updates. while the flex frontend is running, if I restart the backend after 5 minutes, then the frontend no longer gets the updates. If I refresh the web page, then

[flexcoders] streaming amf doesn't work with Trader desktop sample using blazeds

2009-10-02 Thread benjamine_df
Hello all, I am trying to evaluate flex. I tested the Trader desktop and it works great when I use my-polling-amf, but when I select my-streaming-amf I am not getting any updates in the frontend. I am adding the code related to subscription: private function subscri