Ack! I messed that up. Text is the script to run (I mislabelled it above as methodName)... here's a little more detail:
I have already executed a script that looks like this ------------------------- def myFunction() # do a bunch of stuff end #call code to wire up a button click pushing the function name ------------------------- When the button is clicked my anonymous C# code attempts to call the function passed in (in this case, it would be "myFunction" which would be the value of the Text variable in the function above). What comes back is an error saying that the variable can't be found. -- Posted via http://www.ruby-forum.com/. _______________________________________________ Ironruby-core mailing list [email protected] http://rubyforge.org/mailman/listinfo/ironruby-core
