Hi First let me tell you I find your screenshot very neat and I'm glad we will (soon?) have such a widget in Pharo (especially for Moose :)) Now I didn't really understand your question (and I'm not sure I can help, given my anecdotical Morphic knowledge) Can you send a screenshot showing the problem? I understand there is a problem if one cell has a bigger height, then the row got resized but other cells in the row don't, hence a strange appearance. Is this a problem with alignment? PS: will the table widget be dynamic with respect to its layout? I mean, could we add/remove columns on the run? On 31 janv. 2010, at 12:42, nullPointer wrote:
I´m doing a grid widget, and have some problems in positioning of the cells of rows. See that image ->
http://n4.nabble.com/file/n1457970/table_layout_doubt.png
Each row is a panel with table layout policy, and left to right direction. Each cell is a morph with another control inside, the editor control.
The row adapt his height to the height of cell more big, but of that way the others cells appears not adapteds at row.
Exists a way for fix that behavior ? I´m trying but i don´t see the property or way for do that. I understand than the cells should be "dockeds" at row in height, but i don´t see the way.
Many thanks for the help; I wait yours understand me :) -- View this message in context: http://n4.nabble.com/Doubt-in-table-layout-mechanism-tp1457970p1457970.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Simon