Hello,

When i try to add a vertical/horizontal layout to a RTMultiCompositeShape
that has a Bitmap shape, it cant render the layout because a RTBitmal dont
understand #extent.

For example:

        | element label bitmap composite view |

        label := RTLabel new text: 'hello'.
        bitmap := RTBitmap new form: (Form dotOfSize: 10).
        composite := (RTMultiCompositeShape with: label with: bitmap) vertical.

        element := RTElement new addShape: composite.
        view := RTView new
                add: element;
                open

Thanks! 
Rosario




--
View this message in context: 
http://forum.world.st/RTMultiCompositeShape-Bitmap-tp4791277.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Reply via email to