FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour New FWH 11.08
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
New FWH 11.08
Posted: Tue Aug 30, 2011 07:01 AM
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 663
Joined: Mon Dec 05, 2005 11:22 PM
Re: New FWH 11.08
Posted: Tue Aug 30, 2011 03:59 PM

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.

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: New FWH 11.08
Posted: Tue Aug 30, 2011 04:28 PM

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
Posts: 663
Joined: Mon Dec 05, 2005 11:22 PM
Re: New FWH 11.08
Posted: Tue Aug 30, 2011 04:59 PM
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.
    [/list:u]
Posts: 417
Joined: Tue Feb 23, 2010 03:09 PM
Re: New FWH 11.08
Posted: Tue Aug 30, 2011 05:08 PM

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=3t=22237

&

FWH 11.11, Harbour 3.1 and Borland C++ 5.82
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: New FWH 11.08
Posted: Wed Aug 31, 2011 05:55 AM
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
Posts: 417
Joined: Tue Feb 23, 2010 03:09 PM
Re: New FWH 11.08
Posted: Wed Aug 31, 2011 09:31 AM

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
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: New FWH 11.08
Posted: Wed Aug 31, 2011 10:39 AM

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
Posts: 417
Joined: Tue Feb 23, 2010 03:09 PM
Re: New FWH 11.08
Posted: Wed Aug 31, 2011 11:19 AM

Antonio,

Thank you for so quick reaction.

Is xBrowse Win 7 fixed too?.

FWH 11.11, Harbour 3.1 and Borland C++ 5.82
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: New FWH 11.08
Posted: Wed Aug 31, 2011 11:24 AM

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
Posts: 417
Joined: Tue Feb 23, 2010 03:09 PM
Re: New FWH 11.08
Posted: Wed Aug 31, 2011 11:32 AM

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
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: New FWH 11.08
Posted: Wed Aug 31, 2011 12:21 PM
John,

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

line 451:
Code (fw): Select all Collapse
   METHOD FullPaint() INLINE ( ::lTransparent .or. ::lMergeVert .or. ;
                               ::nMarqueeStyle == MARQSTYLE_HIGHLWIN7 .or. ::nMarqueeStyle == MARQSTYLE_HIGHLROW )


line 937:
Code (fw): Select all Collapse
   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 (fw): Select all Collapse
  oBrw:nMarqueeStyle       := 5
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 417
Joined: Tue Feb 23, 2010 03:09 PM
Re: New FWH 11.08
Posted: Wed Aug 31, 2011 01:23 PM

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
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: New FWH 11.08
Posted: Wed Aug 31, 2011 02:05 PM

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
Posts: 1467
Joined: Mon Oct 10, 2005 11:26 AM
Re: New FWH 11.08
Posted: Wed Aug 31, 2011 04:12 PM

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. 25.12 - Harbour 3.2.0 (May 2025) - xHarbour Builder (January 2020) - Bcc773