New FWH 11.07

User avatar
mgsoft
Posts: 398
Joined: Mon Aug 17, 2009 12:18 pm
Location: España

Re: New FWH 11.07

Post by mgsoft »

Tim

Why don´t you use Borland 5.82 or higher?.
Saludos,

Eduardo
User avatar
TimStone
Posts: 2536
Joined: Fri Oct 07, 2005 1:45 pm
Location: Trabuco Canyon, CA USA
Contact:

Re: New FWH 11.07 Statics / compiler response

Post by TimStone »

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.
Tim Stone
http://www.MasterLinkSoftware.com
timstone@masterlinksoftware.com
Using: FWH 19.06 with Harbour 3.2.0 / Microsoft Visual Studio Community 2019
User avatar
Maurizio
Posts: 705
Joined: Mon Oct 10, 2005 1:29 pm
Contact:

Re: New FWH 11.07

Post by Maurizio »

Hello Antonio ,
Have you tried my example?
Thanks

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

Re: New FWH 11.07

Post by Antonio Linares »

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
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:

Re: New FWH 11.07

Post by Antonio Linares »

In FWH 11.01 the bold effect was already there...
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:

Re: New FWH 11.07

Post by Antonio Linares »

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 (?)
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:

Re: New FWH 11.07

Post by Antonio Linares »

A workaround for samples\Testfx8.prg is:

Code: Select all

    ACTIVATE DIALOG oDlg CENTERED ;
       ON INIT oSay:lTransparent := .F.
then we could revert the changes in FWH 11.7 FixSays() and have the problem temporarly solved :-)
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:

Re: New FWH 11.07

Post by Antonio Linares »

We are just uploading a revised FWH 11.7 that fixes the statics issue, thanks :-)
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:

Re: New FWH 11.07

Post by Antonio Linares »

Maurizio, Günther,

Please download the new FWH 11.7 build and check if the SAYs issue is fine now, thanks! :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
nageswaragunupudi
Posts: 8017
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

Re: New FWH 11.07

Post by nageswaragunupudi »

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.
Regards

G. N. Rao.
Hyderabad, India
hua
Posts: 861
Joined: Fri Oct 28, 2005 2:27 am

Re: New FWH 11.07

Post by hua »

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
User avatar
anserkk
Posts: 1280
Joined: Fri Jun 13, 2008 11:04 am
Location: Kochi, India

Re: New FWH 11.07

Post by anserkk »

hua wrote:Would the FWH11.07 Aug, work ok already with latest Harbour at sourceforge?
See this topic http://forums.fivetechsupport.com/viewt ... 61#p116936

Regards
Anser
hua
Posts: 861
Joined: Fri Oct 28, 2005 2:27 am

Re: New FWH 11.07

Post by hua »

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
User avatar
nageswaragunupudi
Posts: 8017
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

Re: New FWH 11.07

Post by nageswaragunupudi »

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
Not yet.
Regards

G. N. Rao.
Hyderabad, India
User avatar
byte-one
Posts: 1048
Joined: Mon Oct 24, 2005 9:54 am
Location: Austria
Contact:

Re: New FWH 11.07

Post by byte-one »

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!
Regards,
Günther
---------------------------------
office@byte-one.com
Post Reply