REBOL [ ]
 
 view layout [
     BTN-01: button "Press me" [change BTN-01/texts/1 "I am pressed" show BTN-01]
 ]



-MAx
---
"You can either be part of the problem or part of the solution, but in the end, being 
part of the problem is much more fun."
 

> -----Original Message-----
> From: Steven White [mailto:[EMAIL PROTECTED]
> Sent: Monday, November 24, 2003 3:25 PM
> To: [EMAIL PROTECTED]
> Subject: [REBOL] I could swear I saw this somewhere
> 
> 
> 
> Can a script change the text of one of its buttons?  I thought I saw
> that somewhere and I just can't find it again.  It seems that the
> following does NOT work.  Thank you.
> *_*_*_ sample
> 
> REBOL [ ]
> 
> view layout [
>     BTN-01: button "Press me" [BTN-01/text: "I am pressed" show
> BTN-01]
> ]
> 
> *_*_*_ end of sample
> 
> 
> Steven White
> City of Bloomington
> 1800 W Old Shakopee Rd
> Bloomington MN 55431-3096
> USA
> 952-563-4882 (voice)
> 952-563-4672 (fax)
> [EMAIL PROTECTED]
> -- 
> To unsubscribe from this list, just send an email to
> [EMAIL PROTECTED] with unsubscribe as the subject.
> 
> 

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

Reply via email to