Pat Maddox-3 wrote: > > Did you ever solve this? I think the way to go is with an invisible > container morph, that all of these little bubbles get attached to. Did you > try that? What happened?
I didn't solve it yet. I have an invisible parent morph, but I set its size to 0@0. The reason I didn't just have it cover the total area of the composite is that I want mouse actions (e.g. clicks) that are within the area but not actually on one of the bubbles to go through to the background. I guess I could override the event handlers and forward them manually, but I thought someone might know a better way. Thanks. Sean -- View this message in context: http://forum.world.st/Laying-out-Morphs-with-submorphs-outside-their-bounds-tp3376956p3388662.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
