Feb. 23, 2015
10:35 p.m.
ahh, yes understood, now things work as i want them to work! thank you, werner On 02/23/2015 11:02 PM, Peter Uhnák wrote:
that is exactly the problem i have <embarrassed grin>, RTBox does not understand #translateTo: or #translateBy: a:=RTBox new . a translateTo: 1@2.-->Error:__MessageNotUnderstood iow at which point exactly do i apply #translateTo: ?
That's because RTBox is just a shape, and shape doesn't have position. You need to apply it to an element (RTElement).