New FWH 9.01
- Antonio Linares
- Site Admin
- Posts: 42394
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 9 times
- Been thanked: 41 times
- Contact:
- Antonio Linares
- Site Admin
- Posts: 42394
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 9 times
- Been thanked: 41 times
- Contact:
Re: New FWH 9.01
New multiheaders ("superheaders") for XBrowse in FWH 9.01, thanks to Silvio
FWH\samples\TestHead.prg
FWH\samples\TestHead.prg
- Patrick Mast
- Posts: 246
- 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: 42394
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 9 times
- Been thanked: 41 times
- Contact:
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 & MSVC 2022 & FWH 23.04
Hakan ONEMLI
Harbour & MSVC 2022 & FWH 23.04
- Antonio Linares
- Site Admin
- Posts: 42394
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 9 times
- Been thanked: 41 times
- Contact:
Re: New FWH 9.01
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:
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:
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 & MSVC 2022 & FWH 23.04
Hakan ONEMLI
Harbour & MSVC 2022 & FWH 23.04
- Antonio Linares
- Site Admin
- Posts: 42394
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 9 times
- Been thanked: 41 times
- Contact:
Re: New FWH 9.01
Dear Mr.Antonio,
This is implemented now
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 )
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
viewtopic.php?f=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
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
viewtopic.php?f=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,
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
viewtopic.php?f=3&t=14251
Regards
Anser
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
viewtopic.php?f=3&t=14251
Regards
Anser
- Patrick Mast
- Posts: 246
- Joined: Sat Mar 03, 2007 8:42 pm
Re: New FWH 9.01
Hello Antonio,
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
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
- Antonio Linares
- Site Admin
- Posts: 42394
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 9 times
- Been thanked: 41 times
- 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: 42394
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 9 times
- Been thanked: 41 times
- 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 | Expand
METHOD End() INLINE If( ::hBitmap != 0, DeleteObject( ::hBitmap ),), ::nInitId--
We may publish a new 9.01 build. Thanks!
- Antonio Linares
- Site Admin
- Posts: 42394
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 9 times
- Been thanked: 41 times
- 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: 246
- 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