Kai:

> It all makes good sense, yet there still is a problem: When I cut & paste 
> your code to my console, the toggle caption does not change on my machine??


I get confused between setting face/text and face/texts too.  Try this:

REBOL[]
unview/all
view layout [toggle_start: toggle  60  "Start"
    [
        ;help face
        face/texts/1: pick ["Stop" "Start"] face/data
        show face
    ]
]

Sunanda.
-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.

Reply via email to