New FWH 9.01
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: New FWH 9.01
- Patrick Mast
- Posts: 244
- Joined: Sat Mar 03, 2007 8:42 pm
Re: New FWH 9.01
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
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
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: New FWH 9.01
Patrick,
source\classes\menuitem.prg
source\classes\menuitem.prg
Re: New FWH 9.01
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)
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)
Regards,
Hakan ONEMLI
Harbour & VS 2019 & FWH 20.12
Hakan ONEMLI
Harbour & VS 2019 & FWH 20.12
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: New FWH 9.01
Re: New FWH 9.01
Sorry,
I have downloaded again. and there is no problem with FWVERSION.
I have downloaded again. and there is no problem with FWVERSION.
Regards,
Hakan ONEMLI
Harbour & VS 2019 & FWH 20.12
Hakan ONEMLI
Harbour & VS 2019 & FWH 20.12
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: New FWH 9.01
Hakan,
Probably you downloaded it this morning before it was fully uploaded
Probably you downloaded it this morning before it was fully uploaded
Re: New FWH 9.01
Dear Mr.Antonio,
ToCalc( bProgress, nGroupBy, nPasteMode, aSaveAs )
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.
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
* 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
This is implemented now1) Group totals not implemented.
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.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.
ToCalc( bProgress, nGroupBy, nPasteMode, aSaveAs )
This is also solved.3) Date format technique needs to be modified
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.
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
Dear Mr.Antonio,
The updated code is available in the thread
http://forums.fivetechsupport.com/viewt ... =3&t=14251
Regards
Anser
Mr.Stepfan has tested and found that German Language format is working fine. So definitely French,Spanish,Portuguese,Italian also should workMr.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
Regards
Anser
- Patrick Mast
- Posts: 244
- Joined: Sat Mar 03, 2007 8:42 pm
Re: New FWH 9.01
Hello Antonio,
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
C:\FWH\source\classes\menuitem.prg 15.409 22/11/08 09:03 -a--Antonio Linares wrote:source\classes\menuitem.prg
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
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: New FWH 9.01
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.
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.
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: New FWH 9.01
Patrick,
Somehow the modified menuitem.prg was not included in 9.01 (damn!)
This is the code to modify into it:
We may publish a new 9.01 build. Thanks!
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--
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: New FWH 9.01
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!
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!
- Patrick Mast
- Posts: 244
- Joined: Sat Mar 03, 2007 8:42 pm
Re: New FWH 9.01
No problemAntonio Linares wrote:Somehow the modified menuitem.prg was not included in 9.01 (damn!)
We may publish a new 9.01 build. Thanks!
Thanks!
Patrick