Page 1 of 1
Tabs nHeight
Posted: Tue Mar 11, 2008 5:45 pm
by Otto
How to change nHeight from Tabs.
Regards,
Otto
Posted: Tue Mar 11, 2008 7:31 pm
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.
Posted: Wed Mar 12, 2008 1:18 pm
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
Posted: Wed Mar 12, 2008 1:58 pm
by Antonio Linares
Patrick,
We are preparing them to post them here
Posted: Thu Mar 13, 2008 2:16 pm
by Antonio Linares
Posted: Fri Mar 14, 2008 9:54 am
by patrickmast
Posted: Fri Mar 14, 2008 10:47 am
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....
Posted: Fri Mar 14, 2008 6:41 pm
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