Re: [MacRuby-devel] WebScripting protocol

2010-06-10 Thread Thibault Martin-Lagardette
Yes, the fix for this should be in the 0.7 release :-). If you CC yourself to the bug, you might know once this is fixed in trunk :D -- Thibault Martin-Lagardette On Jun 10, 2010, at 06:20, Michael Jackson wrote: > Hi Thibault, > > Yes, this seems to be the problem for me. Thanks for pointi

Re: [MacRuby-devel] WebScripting protocol

2010-06-10 Thread Michael Jackson
Hi Thibault, Yes, this seems to be the problem for me. Thanks for pointing me to the ticket. Is the fix still slated for 0.7? The milestone field on that particular ticket is blank. -- Michael Jackson http://mjijackson.com @mjijackson On Mon, Jun 7, 2010 at 6:26 PM, Thibault Martin-Lagardette

Re: [MacRuby-devel] WebScripting protocol

2010-06-08 Thread Michael Pitra
Hi, I believe you are hitting this bug: http://www.macruby.org/trac/ticket/594 There is a workaround in the first comment: http://www.macruby.org/trac/ticket/594#comment:1 Let me know if that's not it though! :-) seems to be the case. I cannot speak for Michael Jackson (originator of the th

Re: [MacRuby-devel] WebScripting protocol

2010-06-07 Thread Thibault Martin-Lagardette
Hi! I believe you are hitting this bug: http://www.macruby.org/trac/ticket/594 There is a workaround in the first comment: http://www.macruby.org/trac/ticket/594#comment:1 Let me know if that's not it though! :-) -- Thibault Martin-Lagardette On Jun 7, 2010, at 16:21, Michael Jackson wrote:

[MacRuby-devel] WebScripting protocol

2010-06-07 Thread Michael Jackson
Hi, I'm trying to create an object that conforms to the WebScripting protocol, but the only method that is working is invokeUndefinedMethodFromWebScript:withArguments:. Here's a sample of my class so far. The puts statements are just there so I can see what is actually being called. For reference