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