Hey,
I don't know what you want exactly.
You can do:
spec<spec>^ SpecLayout composednewRow: [:row |��row���� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� newColumn: [ :col |�� �� �� �� �� �� �� �� �� �� �� �� �� �� �� �� coladd: #list width: 135;add: #description ] ];yourself
and nest that as many times as you want (but I don't know if this was your question).
Another feature is:
debuggerSpec<spec: #default>^ SpecLayout composedadd: #inspector withSpec: #debuggerSpec;��yourself
#inspector being the instance variable name that holds a subclass of ComposableModel that defines class side #debuggerSpec, which answers a SpecLayout.
Not sure if this helped.
All of these questions are for your tutorials ?
2013/11/7 Bahman Movaqar <Bahman@bahmanm.com>
Hi all,
Is it possible to nest layouts in Spec? ��For example can I combine
`SpecColumnLayout` and `SpecRowLayout` together?
-- Bahman Movaqar (http://BahmanM.com) ERP Evaluation, Implementation & Deployment Consultant PGP Key ID: 0x6AB5BD68 (keyserver2.pgp.com) -- Bahman Movaqar (http://BahmanM.com) ERP Evaluation, Implementation & Deployment Consultant PGP Key ID: 0x6AB5BD68 (keyserver2.pgp.com)