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

[REBOL] Re: Another newbie VID question

From: greggirwin:mindspring at: 4-Oct-2003 15:51

Hi Kai, KP> What do I need to make a toggle switch between "Start" and "Stop" KP> every time I press it? How about: view layout [ toggle_start: toggle 60 "Start" "Stop" ] -- Gregg