New FWH 11.08

User avatar
Antonio Linares
Site Admin
Posts: 42511
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 31 times
Been thanked: 73 times
Contact:

New FWH 11.08

Post by Antonio Linares »

regards, saludos

Antonio Linares
www.fivetechsoft.com
Gale FORd
Posts: 663
Joined: Mon Dec 05, 2005 11:22 pm
Location: Houston
Contact:

Re: New FWH 11.08

Post by Gale FORd »

It doesn't look like I can download this update :cry: Do I need to upgrade again to get any fixes? I also do not see any fixes for font resource problems or buttonbar problems under some configurations.
User avatar
Antonio Linares
Site Admin
Posts: 42511
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 31 times
Been thanked: 73 times
Contact:

Re: New FWH 11.08

Post by Antonio Linares »

Gale,

We use to publish all the fixes in the forums as soon as we solve the reported bugs. Just follow the thread where a bug is reported and you may find the fix.

An upgrade is the result of fixes + new developments and enhancements, and we sell these upgrades as it is our work :-) When you buy an upgrade then you get free upgrades for two months more.
regards, saludos

Antonio Linares
www.fivetechsoft.com
Gale FORd
Posts: 663
Joined: Mon Dec 05, 2005 11:22 pm
Location: Houston
Contact:

Re: New FWH 11.08

Post by Gale FORd »

I purchased the upgrade on 7/7/2011 so it has not been quite 2 months yet.
The problems I commented on have not been fixed yet. I followed up a couple if times about the font resource problem and even asked if I was being ignored.
On July 31st nageswaragunupudi replied
Not at all. You are not ignored. It is just that you
have given the FWH team some home work to do before they respond.

It was not fixed in 11.07 and it does not look like it is fixed in 11.08 and there is no fix or any more follow up in the thread.
Here is the thread about the font not being released.
http://forums.fivetechsupport.com/viewtopic.php?f=3&t=21938

There is still a problem with buttonbar under the following conditions
    buttonbar without 2007 clause
    with WindowsXP.Manifest in .rc
    running on Windows 7.
Image
User avatar
ukservice
Posts: 417
Joined: Tue Feb 23, 2010 3:09 pm
Location: John

Re: New FWH 11.08

Post by ukservice »

Hello.

You are not the only person ignored. :cry:

I reported the problem about bmps that disappear.

Also, in past FWH build WIndows 7 style was suddenly changed. Users were used to previous implementation of Windows 7 style and it can´t be changed suddenly.

How can I keep previous Windows 7 style?

Maybe just define colours?

viewtopic.php?f=3&t=22237
FWH 11.11, Harbour 3.1 and Borland C++ 5.82
User avatar
nageswaragunupudi
Posts: 10721
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Been thanked: 8 times
Contact:

Re: New FWH 11.08

Post by nageswaragunupudi »

On July 31st nageswaragunupudi replied
Quote:
Not at all. You are not ignored. It is just that you
have given the FWH team some home work to do before they respond.

It was not fixed in 11.07 and it does not look like it is fixed in 11.08 and there is no fix or any more follow up in the thread.


Please apply the fix viewtopic.php?f=3&t=21938&p=118619#p118619
Regards

G. N. Rao.
Hyderabad, India
User avatar
ukservice
Posts: 417
Joined: Tue Feb 23, 2010 3:09 pm
Location: John

Re: New FWH 11.08

Post by ukservice »

Thank you.

I will test and share feedback.

Also, would you please can look at viewtopic.php?f=3&t=22237
FWH 11.11, Harbour 3.1 and Borland C++ 5.82
User avatar
Antonio Linares
Site Admin
Posts: 42511
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 31 times
Been thanked: 73 times
Contact:

Re: New FWH 11.08

Post by Antonio Linares »

We have just published a revised FWH 11.08 that solves the reported pending bugs:

viewtopic.php?p=118632#p118632
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
ukservice
Posts: 417
Joined: Tue Feb 23, 2010 3:09 pm
Location: John

Re: New FWH 11.08

Post by ukservice »

Antonio,

Thank you for so quick reaction.

Is xBrowse Win 7 fixed too?.
FWH 11.11, Harbour 3.1 and Borland C++ 5.82
User avatar
Antonio Linares
Site Admin
Posts: 42511
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 31 times
Been thanked: 73 times
Contact:

Re: New FWH 11.08

Post by Antonio Linares »

Ukservice (whats your name?) :-)

What FWH version are you using ?

Which version is the one whose browse behaves the way that you need ?
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
ukservice
Posts: 417
Joined: Tue Feb 23, 2010 3:09 pm
Location: John

Re: New FWH 11.08

Post by ukservice »

Antonio,

My name is John.

Is FW 11.06.

Mr. Nao changed in FW 11.07.

I need to revert changes for that look in FW 11.08.

Thank you so much.
FWH 11.11, Harbour 3.1 and Borland C++ 5.82
User avatar
Antonio Linares
Site Admin
Posts: 42511
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 31 times
Been thanked: 73 times
Contact:

Re: New FWH 11.08

Post by Antonio Linares »

John,

If you implement these two little changes in source\classes\xbrowse.prg you may get your desired effect:

line 451:

Code: Select all | Expand

  METHOD FullPaint() INLINE ( ::lTransparent .or. ::lMergeVert .or. ;
                               ::nMarqueeStyle == MARQSTYLE_HIGHLWIN7 .or. ::nMarqueeStyle == MARQSTYLE_HIGHLROW )


line 937:

Code: Select all | Expand

  if ::nMarqueeStyle == MARQSTYLE_HIGHLWIN7 .or. ::nMarqueeStyle == MARQSTYLE_HIGHLROW


and use style 5 in your code, which it is the equivalent for #define MARQSTYLE_HIGHLROW 5

Code: Select all | Expand

 oBrw:nMarqueeStyle       := 5
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
ukservice
Posts: 417
Joined: Tue Feb 23, 2010 3:09 pm
Location: John

Re: New FWH 11.08

Post by ukservice »

Antonio,

How can implement a new nMarqueeStyle working as previous Win7 look, so for next FWH builds I just add my style?.

Because maybe style 4 changes, so I will get problems again.

Thank you so much
FWH 11.11, Harbour 3.1 and Borland C++ 5.82
User avatar
Antonio Linares
Site Admin
Posts: 42511
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 31 times
Been thanked: 73 times
Contact:

Re: New FWH 11.08

Post by Antonio Linares »

John,

For now please do it as I have explained you.

We will discuss here what to do about it, thanks
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
driessen
Posts: 1422
Joined: Mon Oct 10, 2005 11:26 am
Location: Genk, Belgium

Re: New FWH 11.08

Post by driessen »

Antonio,

Just a small remark.

On the FTDN-website, there is still mentioned that the current FWH-version is the one of July. But the download is OK.

Thanks.
Regards,

Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 24.09 - Harbour 3.2.0 (February 2024) - xHarbour Builder (January 2020) - Bcc773
Post Reply