On 02/23/2015 09:01 PM, Pierre CHANSON wrote:
Why don't you use an RTView and RTBox ? so you can use directly the
builder with view elements as objects ?
I am not sure to understand your problem because to me you can always
create any desired boxes using RTBox new width:y; height:x then place
them with #translateTo: or #translateBy:
Hi Pierre,
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: ?
werner