RE: [Flashcoders] ReferenceError: Error #1065 issue

2009-06-22 Thread Robert Leisle
...@chattyfig.figleaf.com] On Behalf Of mario Sent: Saturday, June 20, 2009 4:52 PM To: Flash Coders List Subject: Re: [Flashcoders] ReferenceError: Error #1065 issue If you override that function like so, does it compile (to make sure the override is correct) and do you see the trace (to make sure the call

Re: [Flashcoders] ReferenceError: Error #1065 issue

2009-06-20 Thread mario
If you override that function like so, does it compile (to make sure the override is correct) and do you see the trace (to make sure the call is correct)? override protected function mthGetPDataTag(stgInput:String) :String { trace('call worked') return ''; } -- Mario Gonzalez

[Flashcoders] ReferenceError: Error #1065 issue

2009-06-18 Thread Robert Leisle
Hi list, This should be simple, but for some reason refuses to cooperate. I'm working in AS3, CS3. I've got a super class (HsSegment) and a subclass (HsSegment_qtd1), both are public. In the super class are the definitions for many methods, including this definition: protected function