If '-thisObject' and 'arguments' are arguments you are passing to a method named 'handler', then you shouldn't have a dot before the left parenthesis in the method call.

foo.(condition) is the E4X notation for predicate filtering of an XML or XMLList instance. It lets you pick out elements or attributes that meet a condition you specify using a Boolean _expression_, as in

    employees.employee.(@ssn == "123-45-6789")

This is why the error message is complaining that you are using the "filter operator" on 'handler', which is a Function, not an XML or XMLList instance.

 

- Gordon

 


From: [email protected] [mailto:[email protected]] On Behalf Of Roman Protsiuk
Sent: Friday, August 04, 2006 6:42 AM
To: [email protected]
Subject: Re: [flexcoders] filter operator

 

Error that is throwed when trying to do something like

overloadHandler.handler.(_thisObject, arguments);

looks like "TypeError: Error #1123: Filter operator not supported on type builtin.as$0.MethodClosure ."

Strange thing is that there is nothing about this "filter operator" in the help system. Except for the Error code in the list of errors.
Is this a joke? :-)

On 8/4/06, Matt Horn <[EMAIL PROTECTED]com> wrote:

Can you tell us where you saw that term used?

matt horn
flex docs



> -----Original Message-----
> From: [EMAIL PROTECTED]ups.com
> [mailto:[EMAIL PROTECTED]ups.com] On Behalf Of Roman Protsiuk
> Sent: Friday, August 04, 2006 3:53 AM
> To: [EMAIL PROTECTED]ups.com
> Subject: [flexcoders] filter operator
>
> Hi, everyone.
>
> Can anybody tell me whatta heck is Filter operator?
>
> Thanx in advance,
> Roma.
>
>
>
>

 

__._,_.___

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




__,_._,___

Reply via email to