[REBOL] Re: View and the Internet - styles has no value
From: arolls::bigpond::net::au at: 8-Sep-2001 3:06
It works for me on REBOL/View 1.2.1.3.1 21-Jun-2001.
What version of rebol are you using?
(Type "about" in console to find rebol version).
I copied from "dex-styles:" to just before
dex-pane1:
to a new rebol console, then actually
testing the styles out in a layout:
view layout [
styles dex-styles
lab "hello"
btn "push"
inf "read"
ari
fld
]
and it all works.
Perhaps you ran rebol/core by accident?
Or you set stylize to a value somewhere...
Always try your scripts in a new rebol
to see if errors disappear.