View · Search · Index
No registered users in community xowiki
in last 10 minutes

[Xotcl] forwarding

From: Victor Mayevski <vitick_at_gmail.com>
Date: Tue, 10 Jan 2012 19:06:30 -0800

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