Hi Matthew,
I sent a tutorial some time back - it shows a 'framework' for the input/output to the island. I forwarded you the mail separately.
The mechanism is not easy or simple, but it works.
Hope that helps!
Georg
On Fri, Apr 25, 2008 at 9:38 AM, <
mattfuchs@...> wrote:
I am trying to get information out of an island using signal:withArguments: to
an outside object waiting with perform:withArguments:
More precisely I have a tObject with a tFarRef and some outside object, obj.
I do
obj runScript: #selector when: {tFarRef . #msg}.
and then have a perform:withArguments: method for obj.
Later tObject is called with:
self signal: #msg withArguments: #('1234').
obj's perform:withArguments: method gets called with #selector, but
withArguments gets #().
The doc seems to say this is the only way to get info out of an island, but
it's not getting any info out. How do I get information from tObject to obj?
Thanks,
Matthew