Re: [Ironruby-core] Passing a callback to ScriptObject.Invoke

2008-08-25 Thread Sean Hess
Really? That would be awesome. Realize though, that I need it to work for custom callbacks, not for any standard ha event. Thanks! Yeah, we kind if tabled the project because it was taking so long, but I'd love to know the answer On Aug 25, 2008, at 5:32 PM, Jimmy Schementi <[EMAIL PROTEC

Re: [Ironruby-core] Passing a callback to ScriptObject.Invoke

2008-08-25 Thread Jimmy Schementi
Sean, I’ll make sure to get back to you. I can run a ruby block given a Javascript event, but I’ll cook up a app that does what you ask shortly. Let me know if this is urgent, and I’ll do it faster =) On 8/22/08 1:42 PM, "Sean Clark Hess" <[EMAIL PROTECTED]> wrote: Ok, I put the following in i

Re: [Ironruby-core] Passing a callback to ScriptObject.Invoke

2008-08-22 Thread Sean Clark Hess
Ok, I put the following in index.html in a blank ruby dynamic silverlight project http://pastie.textmate.org/258247 This is a really simple event system, with only one event, one listener... etc. It has a default handler you can trigger by clicking the link. Then, here is app.rb http://past

Re: [Ironruby-core] Passing a callback to ScriptObject.Invoke

2008-08-22 Thread Sean Clark Hess
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

Re: [Ironruby-core] Passing a callback to ScriptObject.Invoke

2008-08-22 Thread Tomas Matousek
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] P