Re: [flexcoders] Re: Is it possible to buile a parameter list programatically

2007-04-26 Thread hank williams
I should have explained that I cant use apply because it is a proxyed function so it doesnt really exist. I am trying to do this with remoteObject so the actual function I am calling is not real but is handled by an overridden "callProperty" function. Hank On 4/26/07, Troy Gilbert <[EMAIL PROTEC

Re: [flexcoders] Re: Is it possible to buile a parameter list programatically

2007-04-26 Thread Troy Gilbert
Look up the Function class in your favorite API reference, and check out its "apply" method... it'll let you call a function with an array of arguments. Troy. On 4/26/07, Doug Lowder <[EMAIL PROTECTED]> wrote: Sounds like you may be able to use ...rest for that. http://livedocs.adobe.com/fl

[flexcoders] Re: Is it possible to buile a parameter list programatically

2007-04-26 Thread Doug Lowder
Sounds like you may be able to use ...rest for that. http://livedocs.adobe.com/flex/201/langref/statements.html#..._(rest) _parameter --- In flexcoders@yahoogroups.com, "hank williams" <[EMAIL PROTECTED]> wrote: > > I want to call a function, call it "foo" in a circumstance where, at compile >