Page 2 of 4

Re: FWH 18.03 Dialog Problem (STILL)

PostPosted: Tue May 29, 2018 12:01 pm
by Enrico Maria Giordano
Please note that this syntax is not supported by brc32.exe:

Code: Select all  Expand view
FONT 9,"Verdana",0,0,0


I had to replace it with

Code: Select all  Expand view
FONT 9,"Verdana"


EMG

Re: FWH 18.03 Dialog Problem (STILL)

PostPosted: Wed May 30, 2018 7:55 am
by fraxzi
Enrico Maria Giordano wrote:Please note that this syntax is not supported by brc32.exe:

Code: Select all  Expand view
FONT 9,"Verdana",0,0,0


I had to replace it with

Code: Select all  Expand view
FONT 9,"Verdana"


EMG



Mr. Enrico,

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

Re: FWH 18.03 Dialog Problem (STILL)

PostPosted: Wed May 30, 2018 7:59 am
by fraxzi
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.

Re: FWH 18.03 Dialog Problem (STILL)

PostPosted: Wed May 30, 2018 8:57 am
by nageswaragunupudi
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.

Re: FWH 18.03 Dialog Problem (STILL)

PostPosted: Fri Jun 01, 2018 7:50 am
by fraxzi
Enrico Maria Giordano wrote:Frances, can you reproduce the problem with this sample?

Code: Select all  Expand view
#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.

Re: FWH 18.03 Dialog Problem (STILL)

PostPosted: Fri Jun 01, 2018 7:54 am
by fraxzi
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: Select all  Expand view

...

[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.

Re: FWH 18.03 Dialog Problem (STILL)

PostPosted: Fri Jun 01, 2018 7:57 am
by Enrico Maria Giordano
It didn't crash here. Please send me your EXE to test it here.

EMG

Re: FWH 18.03 Dialog Problem (STILL)

PostPosted: Sat Jun 02, 2018 8:53 am
by fraxzi
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"

Re: FWH 18.03 Dialog Problem (STILL)

PostPosted: Sat Jun 02, 2018 9:01 am
by Enrico Maria Giordano
Sorry, I can't run your EXE because I don't have MariaDB installed.

EMG

Re: FWH 18.03 Dialog Problem (STILL)

PostPosted: Sat Jun 02, 2018 9:47 am
by nageswaragunupudi
Mr Frances

Please prepare the sample limiting only to the dialog error.

Re: FWH 18.03 Dialog Problem (STILL)

PostPosted: Tue Jun 05, 2018 2:52 am
by fraxzi
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

Re: FWH 18.03 Dialog Problem (STILL)

PostPosted: Tue Jun 05, 2018 2:53 am
by fraxzi
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

Re: FWH 18.03 Dialog Problem (STILL)

PostPosted: Tue Jun 05, 2018 7:58 am
by Enrico Maria Giordano
Please explain how to reproduce the problem step by step.

EMG

Re: FWH 18.03 Dialog Problem (STILL)

PostPosted: Tue Jun 05, 2018 8:39 am
by fraxzi
Hi Enrico,

I emailed you brief details as seen below:

Image

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

Image

Re: FWH 18.03 Dialog Problem (STILL)

PostPosted: Tue Jun 05, 2018 8:44 am
by Enrico Maria Giordano
Unfortunately, when I click on the icon the program freezes (and stay on top, difficult to terminate).

EMG