FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Folder Scroll Bar Question
Posts: 204
Joined: Mon Oct 17, 2005 09:09 PM
Folder Scroll Bar Question
Posted: Tue Oct 18, 2005 07:06 PM

If a folder is re-sized smaller than the width of all tabs, a scrollbar automatically appears, presumably from the Windows API( ? )

Can FWH "scroll" the folder tabs if the "arrows" are clicked? If yes, how to activate. If no, how to assign a code block action to this folder scroll?

Don Lowenstein
www.laapc.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Folder Scroll Bar Question
Posted: Wed Oct 19, 2005 04:11 PM
don lowenstein wrote:Can FWH "scroll" the folder tabs if the "arrows" are clicked?


Yes,

don lowenstein wrote:If yes, how to activate. If no, how to assign a code block action to this folder scroll?


Just check that your class TFolder in source\classes\folder.prg has this method:

METHOD HScroll( nWParam, nLParam ) VIRTUAL
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 204
Joined: Mon Oct 17, 2005 09:09 PM
Folder Scroll Bar Question
Posted: Wed Oct 19, 2005 07:47 PM

No, that method is not in my folder.prg

Is there a more recent library of fwh 2.6 that contains it?

I can add it to the folder.prg, but I don't like to, modify your source code and link it in. It is, however, much easier to link in your libraries than to add several individual prg / obj modules.

Don Lowenstein
www.laapc.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Folder Scroll Bar Question
Posted: Wed Oct 19, 2005 10:30 PM

Don,

Please review the "WhatsNew" section on these forums to know what FWH version is the most recent one. Thanks.

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 204
Joined: Mon Oct 17, 2005 09:09 PM
Folder Scroll Bar Question
Posted: Mon Oct 31, 2005 06:19 PM

Antonio,

I downloaded fwh 2.6 - september and the folder scroll bars work perfectly.

Thanks.

Don Lowenstein
www.laapc.com
Posts: 31
Joined: Sun Oct 09, 2005 08:29 PM
where is 2.6 september version?
Posted: Thu Nov 03, 2005 04:07 PM

How to download it? what's the URL?

Riccardo

Continue the discussion