Yes, we have noticed the same today. I have the impression it is the problem of composing shape. If I try example like this:

-=-=-
v := RTView new.

el := RTBox new size: 20; element.
v add: el.
el @ (RTPopup 
text: 'dasflj adlsj daslfkj adlsjf
dasflj adlsj daslfkj adlsjf
dasflj adlsj daslfkj adlsjf').
v.
-=-=-

I get:

I have changed the text color in RTPopup>>textElement: in order to see what is going on.
And I have find out that each line has it own TRLabel, composing shape keeps offset, but it is not considered when RTNest (in textElement:) asks for encompassing rectangle.

I hope it will help!

Cheers,
Jura


On 28. Nov 2014, at 17:20, volkert@nivoba.de wrote:

If not already known: There is a small problem with the Popup: The popup window (background) is not
growing with the text length. You can check it with the "RTMondrianExample exampleNeestingAndTitle".

BW,
Volkert

--
www.nivoba.de

"The more complex an object, the larger the investment in learning to use it, and the greater the resistance to abandon it.", NW

_______________________________________________
Moose-dev mailing list
Moose-dev@iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev