Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Another newbie VID question

From: kpeters::mvinc::net at: 4-Oct-2003 12:33

Hi all ~ am wondering why my code below doesn't work toggle_start: toggle 60 "Start" [ flash "we get here" toggle_start/text: "Stop" show toggle_start ] What do I need to make a toggle switch between "Start" and "Stop" every time I press it? Where do I need to look to find which refinements a toggle has? Does it have a 'down' or 'pressed' ? TIA, Kai