Yes it does.
If you put a tab before the first field,
it will work:

 view layout [tabs 40 tab field tab field tab field]

In your example the first field is not tab aligned,
but the second and third are.

Anton.

> tab keyword doesn't seem to function properly when
> used vertically:
> 
> Rebol []
> 
> view layout [ 
>     tabs 40
>     field "Field 1"
>     tab
>     field "Field 2"
>     tab
>     field "Field 3"
> ]
> 
> Why doesn't the tab between field 2 and field 3 show
> up? 


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

Reply via email to