Hello Anton and Josh,
both scripts (Didiers and yours) stop at the same place (access has no
value), see output below.
What is this access thing? Something my Rebol Core misses? I have Core 2.5
>> do %demo-scroll-area.r
** Script Error: access has no value
** Where: stylize
** Near: access: make access [
set-face*: func [face value] [
if face/area/para [face/area/para/scroll: 0x0]
face/area/text: form value
face/area/line-list: none
face/feel/resize face none
]
get-face*: func [face] [face/area/text]
clear-face*: func [face] [
if face/area/para [face/area/para/scroll: 0x0]
face/area/text: attempt [clear face/area/text]
face/area/line-list: none
face/feel/resize face none
]
reset-face*: func [face] [clear-face* face]
]
On 11.01.2005, you wrote:
>
> Some other people have competing scrolling area
> styles, like me :)
>
> do load-thru http://www.lexicon.net/antonr/rebol/gui/demo-scroll-area.r
>
> I believe last time the issue was hot, that Didier's
> style became superior to mine when he added the
> "drag from inside to outside causes scroll" feature.
>
> Anton.
>
>> The 'FIELD style does not have scroll bars. You will have to use a
>> style that has them. One example of this is Didier's area style.
>>
>> http://www.cs.grin.edu/~shirema1/codedb/rebol/scrollers.r
>>
>> Hopefully that helps
>>
>> josh
>>
>>
>> On Mon, 10 Jan 2005 17:56:06 +0100, Yvan <[EMAIL PROTECTED]> wrote:
>
>>> The content is to large to be displayed completely. I would
>> expect that I
>>> should be able to open a text field with scrollbars to allow me
>> to scroll
>>> with the mouse through the text field, but I don't see how.
>>>
>>> Can somebody give me a hint?
>>>
>>> Cheers
>>> Yvan
>
Regards
--
To unsubscribe from the list, just send an email to rebol-request
at rebol.com with unsubscribe as the subject.