Page 1 of 2

New FWH 11.08

PostPosted: Tue Aug 30, 2011 7:01 am
by Antonio Linares

Re: New FWH 11.08

PostPosted: Tue Aug 30, 2011 3:59 pm
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.

Re: New FWH 11.08

PostPosted: Tue Aug 30, 2011 4:28 pm
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.

Re: New FWH 11.08

PostPosted: Tue Aug 30, 2011 4:59 pm
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

Re: New FWH 11.08

PostPosted: Tue Aug 30, 2011 5:08 pm
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

Re: New FWH 11.08

PostPosted: Wed Aug 31, 2011 5:55 am
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

Re: New FWH 11.08

PostPosted: Wed Aug 31, 2011 9:31 am
by ukservice
Thank you.

I will test and share feedback.

Also, would you please can look at viewtopic.php?f=3&t=22237

Re: New FWH 11.08

PostPosted: Wed Aug 31, 2011 10:39 am
by Antonio Linares
We have just published a revised FWH 11.08 that solves the reported pending bugs:

viewtopic.php?p=118632#p118632

Re: New FWH 11.08

PostPosted: Wed Aug 31, 2011 11:19 am
by ukservice
Antonio,

Thank you for so quick reaction.

Is xBrowse Win 7 fixed too?.

Re: New FWH 11.08

PostPosted: Wed Aug 31, 2011 11:24 am
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 ?

Re: New FWH 11.08

PostPosted: Wed Aug 31, 2011 11:32 am
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.

Re: New FWH 11.08

PostPosted: Wed Aug 31, 2011 12:21 pm
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 view
  METHOD FullPaint() INLINE ( ::lTransparent .or. ::lMergeVert .or. ;
                               ::nMarqueeStyle == MARQSTYLE_HIGHLWIN7 .or. ::nMarqueeStyle == MARQSTYLE_HIGHLROW )


line 937:
Code: Select all  Expand view
  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 view
 oBrw:nMarqueeStyle       := 5

Re: New FWH 11.08

PostPosted: Wed Aug 31, 2011 1:23 pm
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

Re: New FWH 11.08

PostPosted: Wed Aug 31, 2011 2:05 pm
by Antonio Linares
John,

For now please do it as I have explained you.

We will discuss here what to do about it, thanks

Re: New FWH 11.08

PostPosted: Wed Aug 31, 2011 4:12 pm
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.