[REBOL] Blinking LEDs
From: sanghabum:aol at: 25-Jun-2001 6:39
Does anyone know the secret of getting a VID LED style to change color? The code below seems to indicate that 'Show resets the color to an internal default. unview/all view layout [ myled: led button "press me" [ myled/color: 0.255.0 print myled/color show myled print myled/color ] ] I get: 0.255.0 ;; that's me having changed the color 255.0.0 ;; that's VID overriding my change Thanks, Colin