[REBOL] Re: problems with Slider-VID in REBOL/View1.3
From: petr:krenzelok:trz:cz at: 16-Jun-2005 13:58
>>>layout [foo: slider]
>>>foo/pane/size
>>>
>>>
>** Script Error: Invalid path value: size
>** Near: foo/pane/size
>
Dunno if design changed, probably not, as I get similar result with
Command/View 1.2.10, but you can try:
probe foo/pane
type? foo/pane
And you will see, that it is a block. Maybe slider is supposed to allow
more than one elements, e.g. arrows, so try:
foo/pane/1/size
HTH,
PS: I overcame my laziness and found 1.2.1 and you are right - pane was
object back at that time - but that was loooong time ago. Forget 1.2.1 -
there was never any such version. View starts from 1.3 :-)
-pekr-