TFolderEx Tab width problem

Post Reply
User avatar
ryugarai27
Posts: 65
Joined: Fri Feb 13, 2009 12:03 pm
Location: Manila, Philippines
Contact:

TFolderEx Tab width problem

Post by ryugarai27 »

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.

Image
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
User avatar
fraxzi
Posts: 811
Joined: Tue May 06, 2008 4:28 am
Location: Philippines
Contact:

Re: TFolderEx Tab width problem

Post by fraxzi »

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
User avatar
ryugarai27
Posts: 65
Joined: Fri Feb 13, 2009 12:03 pm
Location: Manila, Philippines
Contact:

Re: TFolderEx Tab width problem

Post by ryugarai27 »

Hi Frances,

Thanks, I tried it but still not working.

Best regards,
ryu
Post Reply