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

[REBOL] Re: problems with Slider-VID in REBOL/View1.3

From: greggirwin::mindspring::com at: 16-Jun-2005 9:39

Hi Dirk, DW> does anybody know the reason why View1.3 behaves like this?
>>> system/version
DW> == 1.3.0.3.1
>>> layout [foo: slider] >>> foo/pane/size
DW> ** Script Error: Invalid path value: size DW> ** Near: foo/pane/size The SLIDER style used to do this: pane: make dragger [] Now it does this: pane: reduce [make dragger [edge: make edge []]] Other internal changes make it look like it's intentional; perhaps because the new SCROLLER style is based on SLIDER? -- Gregg