[Xotcl] forwarding
Victor Mayevski
vitick at gmail.com
Wed Jan 11 04:06:30 CET 2012
Is it possible to do a forward in the following manner:
obj public forward link %self::child-obj
The best I could do was:
obj public forward link :child-obj
which I have to call in the following way:
[obj link] mymethod
Also, I don't even know why it works that way, because I think it
should work this way:
obj public forward link -objframe :child-obj
but that does not work.
Thanks
More information about the Xotcl
mailing list