Page 1 of 1

Folder Scroll Bar Question

PostPosted: Tue Oct 18, 2005 7:06 pm
by don lowenstein
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?

Re: Folder Scroll Bar Question

PostPosted: Wed Oct 19, 2005 4:11 pm
by Antonio Linares
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:

Code: Select all  Expand view
METHOD HScroll( nWParam, nLParam ) VIRTUAL

PostPosted: Wed Oct 19, 2005 7:47 pm
by don lowenstein
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.

PostPosted: Wed Oct 19, 2005 10:30 pm
by Antonio Linares
Don,

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

PostPosted: Mon Oct 31, 2005 6:19 pm
by don lowenstein
Antonio,

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

Thanks.

where is 2.6 september version?

PostPosted: Thu Nov 03, 2005 4:07 pm
by Maverich
How to download it? what's the URL?