I noticed another difference in Class TButtonBmp :
Now the Buttontext is allways centered ( before a fixed distance to the BMP )
is that intended ?
The new Skin- and Buttontool is not 100 % finished for the moment
( grown to double Size with many new Functions like Buttonbar-painting, Source- and Exe-creation and much more),
but for testing a great help.
With the new included Button- / Bar-Resize, You can test everything You like.
Best Regards
Uwe
New FWH 10.1
Re: New FWH 10.1
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
i work with FW.
If you have any questions about special functions, maybe i can help.
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: New FWH 10.1
Uwe,
Class TButtonBmp uses standard Windows painting for Button controls, plus we paint a bitmap on top of it.
What I mean is that we don't control or modify how Windows paint the text on those buttons. Its the way Windows does it.
But in Class TBtnBmp we control all the painting process as it is a user defined new class of controls, defined in FWH.
Class TButtonBmp uses standard Windows painting for Button controls, plus we paint a bitmap on top of it.
What I mean is that we don't control or modify how Windows paint the text on those buttons. Its the way Windows does it.
But in Class TBtnBmp we control all the painting process as it is a user defined new class of controls, defined in FWH.
Re: New FWH 10.1
FYI Antonio...
I noticed that the compiler options in UEStudio still default to using the hbw32.lib references in the default .mak file for harbour 2.0. That file has been renamed to hbwin.lib in Harbour 2.0. It's no big deal because I can change the default mak file, but when you have nothing better to do......
I noticed that the compiler options in UEStudio still default to using the hbw32.lib references in the default .mak file for harbour 2.0. That file has been renamed to hbwin.lib in Harbour 2.0. It's no big deal because I can change the default mak file, but when you have nothing better to do......
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: New FWH 10.1
Michael,
Thanks for the reminder
Thanks for the reminder