Hi everybody,I'm trying to migrate from FScript to MacRuby. The problem I'm
facing now is how to assign values to variables in the macruby runtime with
objc codes. In Fscript framework, it's fairly straightforward:
setObject:forIdentifier call of FSInterpreter.
I've tried
rb_define_varible but it does not work. seems it requires
rb_objc_ocval_to_rval function call to convert the objc object to ruby
object first. Any help is appreciated. Thanks

-- 
Best regards

Linan Wang
_______________________________________________
MacRuby-devel mailing list
MacRuby-devel@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Reply via email to