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: ::oFld: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 ::oFld:Resize( 1, 50, 35 ) but it is not working.
ryu
FWH1706 + xHarbour 1.2.3 + BCC7.0
TFolderEx Tab width problem
- ryugarai27
- Posts: 65
- Joined: Fri Feb 13, 2009 12:03 pm
- Location: Manila, Philippines
- Contact:
Re: TFolderEx Tab width problem
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
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
- ryugarai27
- Posts: 65
- Joined: Fri Feb 13, 2009 12:03 pm
- Location: Manila, Philippines
- Contact:
Re: TFolderEx Tab width problem
Hi Frances,
Thanks, I tried it but still not working.
Best regards,
ryu
Thanks, I tried it but still not working.
Best regards,
ryu