Page 1 of 1

WINDOW with VScroll

Posted: Sat Sep 16, 2006 12:10 am
by Jeff Barnes
Hi Everybody,

I have created a window:

Define Window oHelp Title "Quick Help" from 33,32 to 43,97 VSCROLL
@ 0,0 Say oSay var cHelp SIZE 510,200 of oHelp UPDATE COLOR RGB(0,0,0),RGB(220,220,220)
Activate window oHelp


The text of "cHelp" is larger than the window (the reason I want vscroll).
I can see the scroll bar but nothing happens when I try to slide it to see the lower text.

What an I doing wrong here?

Thanks,

Jeff

Posted: Sat Sep 16, 2006 6:23 am
by Antonio Linares
Jeff,

The automatic scroll effect is not implemented yet.

Please review samples\TestWScr.prg to see how to scroll the window contents.

You may use a GET Multiline that automatically provides a working vertical scrollbar instead of a SAY.