Page 1 of 2

New FWH 9.01

Posted: Mon Jan 26, 2009 1:17 pm
by Antonio Linares

Re: New FWH 9.01

Posted: Mon Jan 26, 2009 1:33 pm
by Antonio Linares
New multiheaders ("superheaders") for XBrowse in FWH 9.01, thanks to Silvio :-)

FWH\samples\TestHead.prg
Image

Re: New FWH 9.01

Posted: Mon Jan 26, 2009 7:03 pm
by Patrick Mast
Hello Antonio,

From that wtahsnew:
* Fix: Class TMenuItem Method End() decrements CLASSDATA nInitId. This solves the problem
of non working menus after many hours of use, if many menus are created again and again.

I can't seem to find the source code for this fix. In what file should I be looking?
Thanks!

Patrick

Re: New FWH 9.01

Posted: Mon Jan 26, 2009 7:18 pm
by Antonio Linares
Patrick,

source\classes\menuitem.prg

Re: New FWH 9.01

Posted: Mon Jan 26, 2009 8:05 pm
by Horizon
Antonio,

I have downloaded the 9.01. But I think you have forgetten the change of FWVERSION. Fivewin.ch still has 8.12.

Is it true or have I downloaded the wrong version? (Downloaded page says FTDN January / Enero 2009)

Re: New FWH 9.01

Posted: Mon Jan 26, 2009 8:22 pm
by Antonio Linares
Hakan,

We have just checked FiveWin.ch and it properly includes:

#define FWVERSION "FWH 9.01"

Please run fwh.exe and see what version is shown:
Image

Re: New FWH 9.01

Posted: Mon Jan 26, 2009 8:47 pm
by Horizon
Sorry,

I have downloaded again. and there is no problem with FWVERSION.

Re: New FWH 9.01

Posted: Mon Jan 26, 2009 9:01 pm
by Antonio Linares
Hakan,

Probably you downloaded it this morning before it was fully uploaded :-)

Re: New FWH 9.01

Posted: Tue Jan 27, 2009 7:41 am
by anserkk
Dear Mr.Antonio,
* New: OpenOffice support for XBrowse! New METHOD ToCalc( bProgress, nGroupBy, nPasteMode )
exports data from xBrowse to OpenOffice Calc. Thanks to Anser!

the following are the limitations as of now:

1) Group totals not implemented.
2) Another drawback is that OpenOffice Calc is showing a dialog while pasting data from
clipboard to calc. User has to click on the OK button of that Dialog to proceed with the
data transfer. As of now I don't know how to avoid that dialog but definitlely there will
be an option to bypass this.
3) Date format technique needs to be modified
1) Group totals not implemented.
This is implemented now
2) Another drawback is that OpenOffice Calc is showing a dialog while pasting data from
clipboard to calc. User has to click on the OK button of that Dialog to proceed with the
data transfer. As of now I don't know how to avoid that dialog but definitlely there will
be an option to bypass this.
I have implemeted 2 different ways for transfering Data from XBrowse to OpenOffice Calc. User now have the option to choose which method to be used for the transfer. Method 2 is the default, but method 1 is found to be much faster, but this method will bring a popup dialog as I said above. Method 2 (default) does not show the popup dialog.
ToCalc( bProgress, nGroupBy, nPasteMode, aSaveAs )
3) Date format technique needs to be modified
This is also solved.

ToCalc() can Export xBrowse Data to PDF,MS Excel and HTML formats

As of now Only OpenOffice English language support is available. Spanish,German,French,Portuguese and Italian Language support is not yet available. Will be added in 2 days. Mr.Stefan is helping me in testing the MultiLanguage support. Today I will be adding the modified code for MultiLanguage support, and once Mr.Stephan test it and confirm, this can also be added.

The updated code is available in the thread
http://forums.fivetechsupport.com/viewt ... =3&t=14251

The 1st post on the second page of that particular thread was very well updated on this but I forgot to update the writeup and Source code on the starting post of the thread. Now it is updated with my above said comments. I am extremely sorry for this. :oops:

It's Only today I downloaded FWH 9.01 and verified the xBrowse source prg and found that these updates are not there.

Regards

Anser

Re: New FWH 9.01

Posted: Tue Jan 27, 2009 10:48 am
by anserkk
Dear Mr.Antonio,
Mr.Stefan is helping me in testing the MultiLanguage support. Today I will be adding the modified code for MultiLanguage support, and once Mr.Stephan test it and confirm, this can also be added.
Mr.Stepfan has tested and found that German Language format is working fine. So definitely French,Spanish,Portuguese,Italian also should work

The updated code is available in the thread
http://forums.fivetechsupport.com/viewt ... =3&t=14251

Regards

Anser

Re: New FWH 9.01

Posted: Tue Jan 27, 2009 3:07 pm
by Patrick Mast
Hello Antonio,
Antonio Linares wrote:source\classes\menuitem.prg
C:\FWH\source\classes\menuitem.prg 15.409 22/11/08 09:03 -a--

As you can see, the menuitem.prg in my installation is still from 22/11/2008. The version in fivewin.ch IS 9.01 and I see other new files in the source folder.

This is the FWH I downloaded:
C:\fwh.exe 28.157.907 26/01/09 19:38 ----

Patrick

Re: New FWH 9.01

Posted: Tue Jan 27, 2009 5:32 pm
by Antonio Linares
Anser,

Many thanks for the information and for your excellent work :-)

I sent you an email but got no answer from you. Maybe your spam filter blocked it.

Re: New FWH 9.01

Posted: Tue Jan 27, 2009 5:40 pm
by Antonio Linares
Patrick,

Somehow the modified menuitem.prg was not included in 9.01 (damn!) :-)

This is the code to modify into it:

Code: Select all

   METHOD End() INLINE If( ::hBitmap != 0, DeleteObject( ::hBitmap ),), ::nInitId--
We may publish a new 9.01 build. Thanks! :-)

Re: New FWH 9.01

Posted: Tue Jan 27, 2009 5:44 pm
by Antonio Linares
Anser,

If you are so kind to email me your modified xbrowse.prg (based on 9.01) then we will publish a new 9.01 as soon as possible, thanks! :-)

Please email it to me as a ZIP file renamed as ZOP (to avoid gmail filter), thanks!

Re: New FWH 9.01

Posted: Tue Jan 27, 2009 6:10 pm
by Patrick Mast
Antonio Linares wrote:Somehow the modified menuitem.prg was not included in 9.01 (damn!) :-)
We may publish a new 9.01 build. Thanks! :-)
No problem ;-)
Thanks!

Patrick