Ahah! Thanks Gabriele!  Any idea why this fixes it?  I notice just one
para [] in any field is enough to cure the problem.  ie this fixes
it...

test-lo: layout [
    field "aaa" 60
    field "bbb" 60 para []
]
view/offset layout [
    button "Test" [view/new test-lo]
] 20x200

Nice to know there's such a simple workaround, anyway.

Carl.


On 15-Oct-02, Gabriele Santilli wrote:
> Hi Carl,

> On Tuesday, October 15, 2002, 12:09:35 AM, you wrote:

>> test-lo: layout [
>>     field "aaa" 60
>>     field "bbb" 60
>> ]

> You can fix it with:

>    test-lo: layout [
>        field "aaa" 60 para []
>        field "bbb" 60 para []
>    ]

> To have it fixed globally you could do something like:

>   stylize/master [
>       Field: Field with [
>           append init [
>               para: make para []
>           ]
>       ]
>   ]

> Regards,
>   Gabriele.
-- 
Carl Read

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to