[REBOL] Re: AW: Dynamically Changing the 'text of Button
From: coussement:c:js:mil:be at: 19-Jun-2001 9:04
> >
> > view layout [
> > b: button "First Text"
> > button "Change" [
> > ; b/text: "Second Text"
> !!!! CHANGE THIS to:
> b/text: "Second Text" show b
> > print ["Button *Change* pressed:" b/text]
> > show b
> > ]
> > button "Echo" [
> > print ["Button *Echo* pressed:" b/text]
> > ]
> > ]
> >
>
[Thanks, Jean, for your answer, but I'm afraid it didn't do the
job...
Please refer to the GS Jones' solution. It works OK !
Thanks anyway
Take care,
chr==]