FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour TFolderEx Tab width problem
Posts: 65
Joined: Fri Feb 13, 2009 12:03 PM
TFolderEx Tab width problem
Posted: Wed Oct 24, 2018 04:16 AM
Hi All,

I am testing the TFolderEx classes but encountered a problem. I have a button that adds a new tab each time the button was clicked using the code: ::AddItem(e)
I noticed that when there are too many tabs created and there is no more space on the tab line, the new tab is created on a new line, but the width of the tab is too large that it occupies half of the entire tab line.


https://imgur.com/4TGKOU9

Is there a way that I can fix the width of the tab? I have tried ::Resize( 1, 50, 35 ) but it is not working.

ryu
FWH1706 + xHarbour 1.2.3 + BCC7.0
Posts: 811
Joined: Tue May 06, 2008 04:28 AM
Re: TFolderEx Tab width problem
Posted: Wed Oct 24, 2018 05:01 AM

Try it with :lStretch := .F.

Kind Regards,

Frances



Fivewin for xHarbour v18.07

xHarbour v1.2.3.x

BCC 7.3 + PellesC8 ( Resource Compiler only)

ADS 10.1 / MariaDB

Crystal Reports 8.5/9.23 DE

xMate v1.15
Posts: 65
Joined: Fri Feb 13, 2009 12:03 PM
Re: TFolderEx Tab width problem
Posted: Thu Oct 25, 2018 10:19 AM

Hi Frances,

Thanks, I tried it but still not working.

Best regards,
ryu

Continue the discussion