WINDOW with VScroll

Post Reply
User avatar
Jeff Barnes
Posts: 912
Joined: Sun Oct 09, 2005 1:05 pm
Location: Ontario, Canada
Contact:

WINDOW with VScroll

Post 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
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post 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.
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply