FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour FWH 18.03 Dialog Problem (SOLVED)
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: FWH 18.03 Dialog Problem (STILL)
Posted: Tue May 29, 2018 12:01 PM
Please note that this syntax is not supported by brc32.exe:

Code (fw): Select all Collapse
FONT 9,"Verdana",0,0,0


I had to replace it with

Code (fw): Select all Collapse
FONT 9,"Verdana"


EMG
Posts: 811
Joined: Tue May 06, 2008 04:28 AM
Re: FWH 18.03 Dialog Problem (STILL)
Posted: Wed May 30, 2018 07:55 AM
Enrico Maria Giordano wrote:Please note that this syntax is not supported by brc32.exe:

Code (fw): Select all Collapse
FONT 9,"Verdana",0,0,0


I had to replace it with

Code (fw): Select all Collapse
FONT 9,"Verdana"


EMG



Mr. Enrico,

Thanks. I use PellesC (Porc.exe) since I used tons of .RC using "ResEd"
Kind Regards,

Frances



Fivewin for xHarbour v18.07

xHarbour v1.2.3.x

BCC 7.3 + PellesC8 ( Resource Compiler only)

ADS 10.1 / MariaDB

Crystal Reports 8.5/9.23 DE

xMate v1.15
Posts: 811
Joined: Tue May 06, 2008 04:28 AM
Re: FWH 18.03 Dialog Problem (STILL)
Posted: Wed May 30, 2018 07:59 AM
nageswaragunupudi wrote:I built your 1st sample with xHarbour and executed the function 22 times. There is no crash. Should we execute more times?



Mr. Rao,

Allow me to send you the project.. Just getting started and very small with MariaDB .SQL to recreate the database using xMate..

I also tried it with several (other PC) environment but the error is persistent (just opening the dialog 2nd or 3rd times..).

I will try to create a small video from compiling to execution where the problem persisted (with FWH18.03)

Sorry for the confusion.
Kind Regards,

Frances



Fivewin for xHarbour v18.07

xHarbour v1.2.3.x

BCC 7.3 + PellesC8 ( Resource Compiler only)

ADS 10.1 / MariaDB

Crystal Reports 8.5/9.23 DE

xMate v1.15
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: FWH 18.03 Dialog Problem (STILL)
Posted: Wed May 30, 2018 08:57 AM
fraxzi wrote:
nageswaragunupudi wrote:I built your 1st sample with xHarbour and executed the function 22 times. There is no crash. Should we execute more times?



Mr. Rao,

Allow me to send you the project.. Just getting started and very small with MariaDB .SQL to recreate the database using xMate..

I also tried it with several (other PC) environment but the error is persistent (just opening the dialog 2nd or 3rd times..).

I will try to create a small video from compiling to execution where the problem persisted (with FWH18.03)

Sorry for the confusion.

We would appreciate if you can prepare a small sample to recreate the problem.
Also please see if you can modify Mr. Enrico's sample to reproduce the problem.
Regards



G. N. Rao.

Hyderabad, India
Posts: 811
Joined: Tue May 06, 2008 04:28 AM
Re: FWH 18.03 Dialog Problem (STILL)
Posted: Fri Jun 01, 2018 07:50 AM
Enrico Maria Giordano wrote:Frances, can you reproduce the problem with this sample?

Code (fw): Select all Collapse
#include "Fivewin.ch"


FUNCTION MAIN()

    LOCAL i

    FOR i = 1 TO 100
        uPopup_RecordSet()
    NEXT

    ? "OK"

    RETURN NIL


FUNCTION uPopup_RecordSet()
 local oDlg,;
       oBarBottom

 local xRet

   DEFINE DIALOG oDlg RESOURCE 'DLG_TEST' TRUEPIXEL;
          STYLE nOr( WS_POPUP, WS_THICKFRAME );
          TITLE ''

          oDlg:lHelpIcon := .F.

          REDEFINE BUTTONBAR oBarBottom;
                   ID 1001 OF oDlg 2010 

          DEFINE BUTTON OF oBarBottom CENTER TRANSPARENT;
                 ACTION ( xRet := NIL, oDlg:End() );
                 TOOLTIP {'Cancel Selection', 'CLOSE'}  

   oDlg:bStart = { || SysRefresh(), oDlg:End() }

   ACTIVATE DIALOG oDlg;
            ON INIT ( oDlg:oBottom := oBarBottom )

return( xRet )


EMG


Hi Enrico,

The dialog reached the 100 count, but whenever i click the msgbox "OK" the test crashed but if with FWH1802 it's all normal.
Kind Regards,

Frances



Fivewin for xHarbour v18.07

xHarbour v1.2.3.x

BCC 7.3 + PellesC8 ( Resource Compiler only)

ADS 10.1 / MariaDB

Crystal Reports 8.5/9.23 DE

xMate v1.15
Posts: 811
Joined: Tue May 06, 2008 04:28 AM
Re: FWH 18.03 Dialog Problem (STILL)
Posted: Fri Jun 01, 2018 07:54 AM
nageswaragunupudi wrote:
fraxzi wrote:
nageswaragunupudi wrote:I built your 1st sample with xHarbour and executed the function 22 times. There is no crash. Should we execute more times?



Mr. Rao,

Allow me to send you the project.. Just getting started and very small with MariaDB .SQL to recreate the database using xMate..

I also tried it with several (other PC) environment but the error is persistent (just opening the dialog 2nd or 3rd times..).

I will try to create a small video from compiling to execution where the problem persisted (with FWH18.03)

Sorry for the confusion.

We would appreciate if you can prepare a small sample to recreate the problem.
Also please see if you can modify Mr. Enrico's sample to reproduce the problem.


Hi Mr. Rao,

Maybe if I can share my xMate Env using FWH1803 here.. fairly similar to the one I used with FWH1802:
Code (fw): Select all Collapse
...

[Files]
%HOME%\Source\_main.prg=1,.F.,19,41,
%HOME%\Source\walos.prg=2,.F.,100,87,
%HOME%\Source\walos_addrdt.prg=3,.F.,88,1,
%HOME%\Source\walos_adddtd.prg=4,.F.,159,1,
%HOME%\Source\endctrls.prg=5,.F.,10,35,
%HOME%\Source\utils.prg=6,.F.,367,62,
%HOME%\Source\crActiveX_dbf.prg=7,.F.,135,8,
%HOME%\Source\snippit.prg=8,.F.,1,1,
%HOME%\Source\DlgScroll.prg=9,.F.,1,1,
%HOME%\Include\walos.ch=10,.F.,20,58,
%HOME%\Resource\walos.rc=11,.F.,0,0,
%HOME%\Bin\walos.ini=12,.F.,0,0,
%C_LIB_INSTALL%\c0w32.obj=13,.T.,0,0,
D:\FWH1803\lib\FiveHX.lib=14,.T.,0,0,
D:\FWH1803\lib\FiveHC.lib=15,.T.,0,0,
D:\FWH1803\lib\libmariadb.lib=16,.T.,0,0,
%HB_LIB_INSTALL%\gtwin.lib=17,.T.,0,0,
%HB_LIB_INSTALL%\rtl.lib=18,.T.,0,0,
%HB_LIB_INSTALL%\vm.lib=19,.T.,0,0,
%HB_LIB_INSTALL%\rdd.lib=20,.T.,0,0,
%HB_LIB_INSTALL%\dbfcdx.lib=21,.T.,0,0,
%HB_LIB_INSTALL%\dbfntx.lib=22,.T.,0,0,
%HB_LIB_INSTALL%\lang.lib=23,.T.,0,0,
%HB_LIB_INSTALL%\macro.lib=24,.T.,0,0,
%HB_LIB_INSTALL%\common.lib=25,.T.,0,0,
%HB_LIB_INSTALL%\pp.lib=26,.T.,0,0,
%HB_LIB_INSTALL%\ct.lib=27,.T.,0,0,
%HB_LIB_INSTALL%\hbsix.lib=28,.T.,0,0,
%HB_LIB_INSTALL%\pcrepos.lib=29,.T.,0,0,
%HB_LIB_INSTALL%\dbffpt.lib=30,.T.,0,0,
%HB_LIB_INSTALL%\zlib.lib=31,.T.,0,0,
%HB_LIB_INSTALL%\png.lib=32,.T.,0,0,
%HB_LIB_INSTALL%\hbcurl.lib=33,.T.,0,0,
%HB_LIB_INSTALL%\hbzip.lib=34,.T.,0,0,
%C_LIB_INSTALL%\lib\cw32.lib=35,.T.,0,0,
%C_LIB_INSTALL%\lib\import32.lib=36,.T.,0,0,
%C_LIB_INSTALL%\lib\ws2_32.lib=37,.T.,0,0,
%C_LIB_INSTALL%\lib\psdk\odbc32.lib=38,.T.,0,0,
%C_LIB_INSTALL%\lib\psdk\nddeapi.lib=39,.T.,0,0,
%C_LIB_INSTALL%\lib\psdk\iphlpapi.lib=40,.T.,0,0,
%C_LIB_INSTALL%\lib\psdk\msimg32.lib=41,.T.,0,0,
%C_LIB_INSTALL%\lib\psdk\psapi.lib=42,.T.,0,0,
%C_LIB_INSTALL%\lib\psdk\rasapi32.lib=43,.T.,0,0,
%C_LIB_INSTALL%\psdk\shell32.lib=44,.T.,0,0,
%C_LIB_INSTALL%\psdk\GdiPlus.lib=45,.T.,0,0,
...



Let me know if I am missing a library. Thanks.
Kind Regards,

Frances



Fivewin for xHarbour v18.07

xHarbour v1.2.3.x

BCC 7.3 + PellesC8 ( Resource Compiler only)

ADS 10.1 / MariaDB

Crystal Reports 8.5/9.23 DE

xMate v1.15
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: FWH 18.03 Dialog Problem (STILL)
Posted: Fri Jun 01, 2018 07:57 AM

It didn't crash here. Please send me your EXE to test it here.

EMG

Posts: 811
Joined: Tue May 06, 2008 04:28 AM
Re: FWH 18.03 Dialog Problem (STILL)
Posted: Sat Jun 02, 2018 08:53 AM
Enrico Maria Giordano wrote:It didn't crash here. Please send me your EXE to test it here.

EMG



Hi Enrico,

Sent with subject line "FWH1803 error"
Kind Regards,

Frances



Fivewin for xHarbour v18.07

xHarbour v1.2.3.x

BCC 7.3 + PellesC8 ( Resource Compiler only)

ADS 10.1 / MariaDB

Crystal Reports 8.5/9.23 DE

xMate v1.15
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: FWH 18.03 Dialog Problem (STILL)
Posted: Sat Jun 02, 2018 09:01 AM

Sorry, I can't run your EXE because I don't have MariaDB installed.

EMG

Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: FWH 18.03 Dialog Problem (STILL)
Posted: Sat Jun 02, 2018 09:47 AM

Mr Frances

Please prepare the sample limiting only to the dialog error.

Regards



G. N. Rao.

Hyderabad, India
Posts: 811
Joined: Tue May 06, 2008 04:28 AM
Re: FWH 18.03 Dialog Problem (STILL)
Posted: Tue Jun 05, 2018 02:52 AM
Enrico Maria Giordano wrote:Sorry, I can't run your EXE because I don't have MariaDB installed.

EMG



Hi Enrico,

I sent you sample .exe with no MariaDB connection to simulate the error..
I compiled it with FWH1804 with same errror as FWH1803 but with no issue on FWH1802..

Thanks,
Frances
Kind Regards,

Frances



Fivewin for xHarbour v18.07

xHarbour v1.2.3.x

BCC 7.3 + PellesC8 ( Resource Compiler only)

ADS 10.1 / MariaDB

Crystal Reports 8.5/9.23 DE

xMate v1.15
Posts: 811
Joined: Tue May 06, 2008 04:28 AM
Re: FWH 18.03 Dialog Problem (STILL)
Posted: Tue Jun 05, 2018 02:53 AM
nageswaragunupudi wrote:Mr Frances

Please prepare the sample limiting only to the dialog error.



Hi Rao,

I sent to enrico the exe file along with .dbf to simulate the error.

Thanks,
Frances
Kind Regards,

Frances



Fivewin for xHarbour v18.07

xHarbour v1.2.3.x

BCC 7.3 + PellesC8 ( Resource Compiler only)

ADS 10.1 / MariaDB

Crystal Reports 8.5/9.23 DE

xMate v1.15
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: FWH 18.03 Dialog Problem (STILL)
Posted: Tue Jun 05, 2018 07:58 AM

Please explain how to reproduce the problem step by step.

EMG

Posts: 811
Joined: Tue May 06, 2008 04:28 AM
Re: FWH 18.03 Dialog Problem (STILL)
Posted: Tue Jun 05, 2018 08:39 AM
Hi Enrico,

I emailed you brief details as seen below:



Please Cycle the dialog "Close Button" then open again with "Button Get" ... here i took only 3 times to hang-up like below:

Kind Regards,

Frances



Fivewin for xHarbour v18.07

xHarbour v1.2.3.x

BCC 7.3 + PellesC8 ( Resource Compiler only)

ADS 10.1 / MariaDB

Crystal Reports 8.5/9.23 DE

xMate v1.15
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: FWH 18.03 Dialog Problem (STILL)
Posted: Tue Jun 05, 2018 08:44 AM

Unfortunately, when I click on the icon the program freezes (and stay on top, difficult to terminate).

EMG