New FWH 11.07
Re: New FWH 11.07 Statics / compiler response
RE: Borland
This topic has been discussed many times on these forums. Several of us are working with Antonio to use Microsoft Visual C++ 2010. We feel the potential to integrate with newer technologies is significant.
RE: Statics in dialogs
I can confirm the same problem. There is no longer transparency in the statics, and it has been there previously. I am using a BRUSH.
As a result, for production I still must use 11.04. I'd really appreciate an updated set of libs when this is resolved.
Thanks.
This topic has been discussed many times on these forums. Several of us are working with Antonio to use Microsoft Visual C++ 2010. We feel the potential to integrate with newer technologies is significant.
RE: Statics in dialogs
I can confirm the same problem. There is no longer transparency in the statics, and it has been there previously. I am using a BRUSH.
As a result, for production I still must use 11.04. I'd really appreciate an updated set of libs when this is resolved.
Thanks.
Tim Stone
http://www.MasterLinkSoftware.com
timstone@masterlinksoftware.com
Using: FWH 19.06 with Harbour 3.2.0 / Microsoft Visual Studio Community 2019
http://www.MasterLinkSoftware.com
timstone@masterlinksoftware.com
Using: FWH 19.06 with Harbour 3.2.0 / Microsoft Visual Studio Community 2019
Re: New FWH 11.07
Hello Antonio ,
Have you tried my example?
Thanks
Maurizio
Have you tried my example?
Thanks
Maurizio
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: New FWH 11.07
Maurizio,
Yes, we have tried it. We can revert the changes in FixSays() so the background gets colored again but the bold effect remains there...
We need to check when this bold effect started, I mean from what FWH build
Yes, we have tried it. We can revert the changes in FixSays() so the background gets colored again but the bold effect remains there...
We need to check when this bold effect started, I mean from what FWH build
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: New FWH 11.07
In FWH 11.01 the bold effect was already there...
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: New FWH 11.07
If we replace TFOLDEREX with TFOLDER and SysTabControl32 in samples\Testfx8.prg and TestFx8.rc then the bold effect does not appear.
So it may seem something related to TFolderEx (?)
So it may seem something related to TFolderEx (?)
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: New FWH 11.07
A workaround for samples\Testfx8.prg is:
then we could revert the changes in FWH 11.7 FixSays() and have the problem temporarly solved
Code: Select all
ACTIVATE DIALOG oDlg CENTERED ;
ON INIT oSay:lTransparent := .F.
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: New FWH 11.07
We are just uploading a revised FWH 11.7 that fixes the statics issue, thanks
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: New FWH 11.07
Maurizio, Günther,
Please download the new FWH 11.7 build and check if the SAYs issue is fine now, thanks!
Please download the new FWH 11.7 build and check if the SAYs issue is fine now, thanks!
- nageswaragunupudi
- Posts: 8017
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Re: New FWH 11.07
Not only SAYs issue, but also any other outstanding issues on painting may kindly be brought to notice preferably with small samples. Even reference to samples already posted would do.
Mr Maurizio
Painting of groups is resolved in this release. Glad if you can please confirm.
Mr Maurizio
Painting of groups is resolved in this release. Glad if you can please confirm.
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
Re: New FWH 11.07
Would the FWH11.07 Aug, work ok already with latest Harbour at sourceforge?
FWH 11.08/FWH 19.03
xHarbour 1.2.1 (Rev 6406) + BCC
Harbour 3.1 (Rev 17062) + BCC
Harbour 3.2.0dev (r1904111533) + BCC
xHarbour 1.2.1 (Rev 6406) + BCC
Harbour 3.1 (Rev 17062) + BCC
Harbour 3.2.0dev (r1904111533) + BCC
Re: New FWH 11.07
See this topic http://forums.fivetechsupport.com/viewt ... 61#p116936hua wrote:Would the FWH11.07 Aug, work ok already with latest Harbour at sourceforge?
Regards
Anser
Re: New FWH 11.07
Thanks Anser. I'm already aware about that. What I'm asking is whether the issue has actually been resolved or not with FWH11.7 + current Harbour 3.1 in SVN
FWH 11.08/FWH 19.03
xHarbour 1.2.1 (Rev 6406) + BCC
Harbour 3.1 (Rev 17062) + BCC
Harbour 3.2.0dev (r1904111533) + BCC
xHarbour 1.2.1 (Rev 6406) + BCC
Harbour 3.1 (Rev 17062) + BCC
Harbour 3.2.0dev (r1904111533) + BCC
- nageswaragunupudi
- Posts: 8017
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Re: New FWH 11.07
Not yet.hua wrote:Thanks Anser. I'm already aware about that. What I'm asking is whether the issue has actually been resolved or not with FWH11.7 + current Harbour 3.1 in SVN
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
Re: New FWH 11.07
Antonio, the bolder and bolder-effect from the says comes in all cases, when the dialog is refreshed with oDlg:refresh(.F.). But only > XP. Try in a normal dialog with a button a call from oDlg:refresh(.F.) and you see the effect!