Hi all,
In the example below. How can I print the size of the label instead of the circle’s size?
v := RTView new. el := RTEllipse new size: 5; elementOn:'number'. v add: el. el @ (RTLabelled new fontSize:30). el @ (RTPopup new textElement:[:e| e width asString]). v
Best regards
Leonel Merino merino@iam.unibe.ch