May 19, 2015
7:19 p.m.
and... it works. Thanks to all who replied. Putting the two columns into a RowLayout worked. Craig On 2015/05/19 07:41 PM, Nicolai Hess wrote:
I just saw there is are SpecColumnLayout SpecRowLayout
classes. So you can use
defaultSpec <spec: #default>
^SpecRowLayout composed newColumn: [ :tcol | tcol newRow:[:trow | trow add: #lblFolder ] height: 30. ];
newColumn: [ :tcol | tcol newRow:[:trow | trow newColumn: [ :tcol2 | tcol2 add: #ddlfolder]; newColumn: [ :tcol2 | tcol2 add: #txtFolder]. ] height: 30. ].