[ALLY] Re: Same layout different windows?
From: agem:crosswinds at: 9-Apr-2001 16:31
>If I want several windows to open but all share the same layout - what
is
>the best way.
>
>Create a layout specification block and call layout twice?
>Or is there are more preferred approach?
>
I would create a seperate context around, since your
layout-variables are otherwise shared between the windows.
something like
lc: [
f: s: none
lay: layout[f: field s: slider ..]
view/new lay
layo
]
lay: context layo
'func wont work, since all locals share the values of the last call.
>Thanks (for you patience :) )
>Brett.
>
>---
>http://www.codeconscious.com
>
volker