RE: [flexcoders] Re: Code Behind Woes

2007-04-26 Thread Jim Grinsfelder
:[EMAIL PROTECTED] On Behalf Of Doug Lowder Sent: Wednesday, April 25, 2007 5:45 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Code Behind Woes Tracy, I'm assuming you have class MIPApplication defined in a file named MIPApplication.as. The original poster was defining class

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

[flexcoders] Re: Code Behind Woes

2007-04-25 Thread Doug Lowder
: Tuesday, April 24, 2007 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

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

[flexcoders] Re: Code Behind Woes

2007-04-24 Thread Doug Lowder
File name/class name mismatch? I think you'll need to either change your class name to myClassBase, or change the filename to myClass.as. --- In flexcoders@yahoogroups.com, Jim Grinsfelder [EMAIL PROTECTED] wrote: I'm confused again. I read Ted's thing on Code Behind and got all excited.

RE: [flexcoders] Re: Code Behind Woes

2007-04-24 Thread Dimitrios Gianninas
Box, Panel, etc... and then drop those into your app. Dimitrios Gianninas Optimal Payments Inc. -Original Message- From: flexcoders@yahoogroups.com on behalf of Doug Lowder Sent: Tue 4/24/2007 5:37 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Code Behind Woes File name