Tabs nHeight

Post Reply
User avatar
Otto
Posts: 4470
Joined: Fri Oct 07, 2005 7:07 pm
Contact:

Tabs nHeight

Post by Otto »

How to change nHeight from Tabs.

Regards,
Otto
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Otto,

If you mean the new Tabs, then you can't as they use bitmaps for painting and if we resize them then they look really uggly

A solution would be to create new bitmaps, with more height, but the class then may need to be modified.
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
patrickmast
Posts: 39
Joined: Tue Jan 24, 2006 6:16 pm
Contact:

Post by patrickmast »

Antonio Linares wrote:A solution would be to create new bitmaps, with more height, but the class then may need to be modified.
Where do we find the original bitmas ou used for the new tabs so we can adjust them for new heights?

Thanks!

Patrick
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Patrick,

We are preparing them to post them here
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Patrick,

Here you have the bitmaps:
http://rapidshare.com/files/99226855/TabsBmps.zip.html
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
patrickmast
Posts: 39
Joined: Tue Jan 24, 2006 6:16 pm
Contact:

Post by patrickmast »

Antonio Linares wrote:Here you have the bitmaps:
http://rapidshare.com/files/99226855/TabsBmps.zip.html
Thank you!

Patrick
User avatar
Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

Post by Silvio »

Antonio,
why do you use BMP files for create TTAB ?
I want understand....
I think is good polygon and brush instead bmps to create form of tabs
or create bmp array....
Best Regards, Saludos

Falconi Silvio
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Silvio,

Microsoft uses bitmaps too, as it is the way to get the nicest look.

Those bitmaps are stored in C arrays and are dynamically created at runtime. Have a look at source\function\bmptabs.c
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply