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?
Folder Scroll Bar Question
- don lowenstein
- Posts: 196
- Joined: Mon Oct 17, 2005 9:09 pm
- Contact:
Folder Scroll Bar Question
Don Lowenstein
www.laapc.com
www.laapc.com
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Folder Scroll Bar Question
don lowenstein wrote:Can FWH "scroll" the folder tabs if the "arrows" are clicked?
Yes,
Just check that your class TFolder in source\classes\folder.prg has this method:don lowenstein wrote:If yes, how to activate. If no, how to assign a code block action to this folder scroll?
Code: Select all
METHOD HScroll( nWParam, nLParam ) VIRTUAL
- don lowenstein
- Posts: 196
- Joined: Mon Oct 17, 2005 9:09 pm
- Contact:
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.
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
www.laapc.com
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- don lowenstein
- Posts: 196
- Joined: Mon Oct 17, 2005 9:09 pm
- Contact:
Antonio,
I downloaded fwh 2.6 - september and the folder scroll bars work perfectly.
Thanks.
I downloaded fwh 2.6 - september and the folder scroll bars work perfectly.
Thanks.
Don Lowenstein
www.laapc.com
www.laapc.com