RE: [flexcoders] Re: Code Behind Woes

2007-04-26 Thread Jim Grinsfelder
, 2007 11:47 PM To: [EMAIL PROTECTED] mailto:flexcoders%40yahoogroups.com ups.com Subject: RE: [flexcoders] Re: Code Behind Woes I believe Doug is right, you will have to make sure the name of your MXML component and AS class are different. But even at that, you cannot extend Application

RE: [flexcoders] Re: Code Behind Woes

2007-04-25 Thread Tracy Spratt
11:47 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: Code Behind Woes I believe Doug is right, you will have to make sure the name of your MXML component and AS class are different. But even at that, you cannot extend Application because by doing so it will not generate

RE: [flexcoders] Re: Code Behind Woes

2007-04-25 Thread Tracy Spratt
mailto:flexcoders%40yahoogroups.com [mailto:flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com ] On Behalf Of Dimitrios Gianninas Sent: Tuesday, April 24, 2007 11:47 PM To: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com Subject: RE: [flexcoders] Re: Code Behind Woes I

RE: [flexcoders] Re: Code Behind Woes

2007-04-24 Thread Dimitrios Gianninas
I believe Doug is right, you will have to make sure the name of your MXML component and AS class are different. But even at that, you cannot extend Application because by doing so it will not generate the appropriate hidden code at compile time to make your app work. What u should do is extends