Hi Jan!
Composite shapes is a difficult beast to play with. You have found a bug, and I have just fixed it. Please update Roassal and Trachel, and you will obtain the expected behavior.
Cheers, Alexandre
On Mar 22, 2015, at 6:22 PM, Jan B. bliznjan@fit.cvut.cz wrote:
Hello
Sice I am still playing with composite shapes, I found another problem, in addition to incorrect behavior of calling update onto it. This time I found that composite shapes do not send callbacks in lots of cases. Example:
| compo ellipse | compo := ((RTBox new size: 50; color: Color red; yourself) + RTBox new) element. compo @ RTDraggable. ellipse := RTEllipse new size: 20; color: Color blue; element. TRConstraint stick: ellipse below: compo. (RTView new) add: compo; add: ellipse; open.
When I drag the composite shape, ellipse does not move, although it should.
Jan
-- View this message in context: http://forum.world.st/Roassal-TRCompositeShape-not-sending-callbacks-tp48142... Sent from the Moose mailing list archive at Nabble.com. _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev