From hilaire2006 at laposte.net Thu Dec 14 11:19:01 2006 From: hilaire2006 at laposte.net (Hilaire Fernandes) Date: Thu Dec 14 11:25:19 2006 Subject: [Squeakfoundation] strange behavior in the layout with WrapDirection attribute Message-ID: I have found the following example to not work as expected. The problem seems to come from the wrapDirection. In this exemple if you resize the morph, the layout is refresh correctly. I badly need it to work as expected submorph := Morph new color: Color red; layoutPolicy: TableLayout new; listDirection: #leftToRight; cellInset: 10; vResizing: #shrinkWrap; hResizing: #spaceFill; wrapDirection: #topToBottom. 10 timesRepeat: [submorph addMorph: Morph new]. (Morph new color: Color yellow; extent: 300@500; layoutPolicy: TableLayout new; listDirection: #topToBottom; layoutInset: 10; cellInset: 10; addMorphBack: submorph; addMorphBack: (Morph new color: Color orange; vResizing: #spaceFill; hResizing: #spaceFill)) openInWorld From erollo at etu.info.unicaen.fr Thu Dec 14 11:25:30 2006 From: erollo at etu.info.unicaen.fr (erollo@etu.info.unicaen.fr) Date: Thu Dec 14 11:25:30 2006 Subject: [Squeakfoundation] Re: strange behavior in the layout with WrapDirection attribute Message-ID: ***Ceci est une r?ponse automatique. This is an automatic reply.*** Bonjour, Cette adresse ne sera bient?t plus valide. Contactez moi dor?navant ? rollo@sic.univ-poitiers.fr. Merci. Hi, This email will not be available any more. Please send mail to rollo@sic.univ-poitiers.fr. Thanks. Emeric Rollo -------------- next part -------------- Skipped content of type message/delivery-status-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: text/rfc822-headers Size: 3769 bytes Desc: not available Url : http://lists.squeakfoundation.org/pipermail/squeakfoundation/attachments/20061214/e17289ea/attachment.bin