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

[REBOL] /view slider data (size - 4) ?

From: rchristiansen::pop::isdfa::sei-it::com at: 1-Aug-2000 14:41

When I make a slider, how come the slider /data value reaches a maximum of four integers less than the size of the slider? For example, to return a maximum /data value of 255, use the following... REBOL [] face-one: layout [ s: slider 10x259 [s/color: 0.0.0 + s/data show s print s/data] ] view/title face-one "face one"