Folder Scroll Bar Question

Post Reply
User avatar
don lowenstein
Posts: 196
Joined: Mon Oct 17, 2005 9:09 pm
Contact:

Folder Scroll Bar Question

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

Re: Folder Scroll Bar Question

Post 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

METHOD HScroll( nWParam, nLParam ) VIRTUAL
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
don lowenstein
Posts: 196
Joined: Mon Oct 17, 2005 9:09 pm
Contact:

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

Post by Antonio Linares »

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
User avatar
don lowenstein
Posts: 196
Joined: Mon Oct 17, 2005 9:09 pm
Contact:

Post by don lowenstein »

Antonio,

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

Thanks.
Don Lowenstein
www.laapc.com
User avatar
Maverich
Posts: 31
Joined: Sun Oct 09, 2005 8:29 pm
Location: Prato, Italia

where is 2.6 september version?

Post by Maverich »

How to download it? what's the URL?
Riccardo
Post Reply