Re: [flexcoders] I need a recommendation of an actionscript 3 book for Flex

2010-02-13 Thread Erik de Bruin
Hi Fred, I would start with 'Essential ActionScript 3.0' from (Colin Moock, O'Reilly) and follow that up with 'Advanced ActionScript 3.0 with Design Patterns (Joey Lott and Danny Patterson, Adobe Press). These should put you solidly on the road to AS3 greatness :-) Regards, EdB On Sat, Feb

Re: [flexcoders] Re: apply style in newly created component

2010-01-15 Thread Erik de Bruin
Hi, I think he's trying to set a named CSS style (myStyle) on the Button using setStyle(). I don't think that's possible? EdB On Fri, Jan 15, 2010 at 3:02 PM, valdhor valdhorli...@embarqmail.comwrote: I don't understand. Once you use the new operator, the button is instantiated. You can

Re: [flexcoders] Re: AIR architectural pointers for a Flex developer

2009-07-17 Thread Erik de Bruin
Hi, We are currently building an on-/offline application with a shared codebase. In (very) short: what you need to do is start 3 (!) projects in Flex Builder: one Flex, one AIR and one library. The library wil contain most of your code (all of the code that can be shared by both platforms), while

Re: [flexcoders] Re: AIR architectural pointers for a Flex developer

2009-07-17 Thread Erik de Bruin
I managed to find a link in my bookmarks that will serve as an excelent starting point: http://www.adobe.com/devnet/air/flex/articles/flex_air_codebase.html EdB On Thu, Jul 16, 2009 at 10:40 PM, simonjpalmersimonjpal...@yahoo.com wrote: Thanks for the link. I have been through most of them -

Re: [flexcoders] Re: undefined in stack trace (Console), stack overflow (2nd try)

2009-07-15 Thread Erik de Bruin
Flex SDK Developer Adobe Systems Inc. Blog: http://blogs.adobe.com/aharui -Original Message- From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Erik de Bruin Sent: Tuesday, July 14, 2009 3:01 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders

Re: [flexcoders] Re: undefined in stack trace (Console), stack overflow (2nd try)

2009-07-14 Thread Erik de Bruin
Alex, Well, that's the thing. The code in that method doesn't seem to be the problem. If I put the seemingly offending line in a try...catch block, it runs without triggering the catch. And weirder still, the undefined exception happens somewhere a little further in the flow... This happens only

Re: [flexcoders] Re: undefined in stack trace (Console), stack overflow

2009-07-14 Thread Erik de Bruin
©phone portable : +33601 822 056 2009/7/8 Erik de Bruin erikdebr...@... Hi, Thanks for your swift reply. I did a check to see if what you suggest might be the case, by inserting a trace() in all the event dispatch and handler functions, but nowhere in the chain does

Re: [flexcoders] Re: undefined in stack trace (Console), stack overflow

2009-07-10 Thread Erik de Bruin
Amy, is that you? AWARE forever! ;-P EdB PS. I'm trying your suggestion now, thanks. On Thu, Jul 9, 2009 at 3:06 PM, Amyamyblankens...@bellsouth.net wrote: --- In flexcoders@yahoogroups.com, Erik de Bruin erikdebr...@... wrote: Hi, Thanks for your swift reply. I did a check to see

Re: [flexcoders] undefined in stack trace (Console), stack overflow

2009-07-08 Thread Erik de Bruin
Hi, Thanks for your swift reply. I did a check to see if what you suggest might be the case, by inserting a trace() in all the event dispatch and handler functions, but nowhere in the chain does this type of recursion occur. I do however see that the entire chain is run dozens of times, while