FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour WINDOW with VScroll
Posts: 933
Joined: Sun Oct 09, 2005 01:05 PM
WINDOW with VScroll
Posted: Sat Sep 16, 2006 12:10 AM

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

Thanks,

Jeff Barnes



(FWH 16.11, xHarbour 1.2.3, Bcc730)
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
WINDOW with VScroll
Posted: Sat Sep 16, 2006 06:23 AM

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

Continue the discussion