sure, I'll cook one up really quick On Fri, Aug 22, 2008 at 2:21 PM, Tomas Matousek < [EMAIL PROTECTED]> wrote:
> Can you send a small example of what you're trying to do? Is it browser > native JavaScript or managed DLR JScript? > > > > Tomas > > > > *From:* [EMAIL PROTECTED] [mailto: > [EMAIL PROTECTED] *On Behalf Of *Sean Clark Hess > *Sent:* Friday, August 22, 2008 11:06 AM > *To:* [email protected] > *Subject:* [Ironruby-core] Passing a callback to ScriptObject.Invoke > > > > Hi everybody, > > > > I'm plugging in to an existing javascript library using invoke. I can > successfully call my_js_object.invoke and get it to call different > functions. > > > > They implemented a function called Observe that accepts a callback (event > system). How can I tie in to javascript events with ruby? I can pass > values, like js_object.invoke "Observe","EventName", but it doesn't really > work to put a block as the last (the callback) parameter. > > > > Any ideas? How can I do this? > > > > Thanks > > ~sean > > _______________________________________________ > Ironruby-core mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/ironruby-core > >
_______________________________________________ Ironruby-core mailing list [email protected] http://rubyforge.org/mailman/listinfo/ironruby-core
