FWH 18.03 Dialog Problem (SOLVED)

Re: FWH 18.03 Dialog Problem (STILL)

Postby Enrico Maria Giordano » Tue May 29, 2018 12:01 pm

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
User avatar
Enrico Maria Giordano
 
Posts: 8356
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia

Re: FWH 18.03 Dialog Problem (STILL)

Postby fraxzi » Wed May 30, 2018 7:55 am

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"
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
User avatar
fraxzi
 
Posts: 811
Joined: Tue May 06, 2008 4:28 am
Location: Philippines

Re: FWH 18.03 Dialog Problem (STILL)

Postby fraxzi » Wed May 30, 2018 7: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
User avatar
fraxzi
 
Posts: 811
Joined: Tue May 06, 2008 4:28 am
Location: Philippines

Re: FWH 18.03 Dialog Problem (STILL)

Postby nageswaragunupudi » Wed May 30, 2018 8: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
User avatar
nageswaragunupudi
 
Posts: 10295
Joined: Sun Nov 19, 2006 5:22 am
Location: India

Re: FWH 18.03 Dialog Problem (STILL)

Postby fraxzi » Fri Jun 01, 2018 7:50 am

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.
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
User avatar
fraxzi
 
Posts: 811
Joined: Tue May 06, 2008 4:28 am
Location: Philippines

Re: FWH 18.03 Dialog Problem (STILL)

Postby fraxzi » Fri Jun 01, 2018 7: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: 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.
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
User avatar
fraxzi
 
Posts: 811
Joined: Tue May 06, 2008 4:28 am
Location: Philippines

Re: FWH 18.03 Dialog Problem (STILL)

Postby Enrico Maria Giordano » Fri Jun 01, 2018 7:57 am

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

EMG
User avatar
Enrico Maria Giordano
 
Posts: 8356
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia

Re: FWH 18.03 Dialog Problem (STILL)

Postby fraxzi » Sat Jun 02, 2018 8: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
User avatar
fraxzi
 
Posts: 811
Joined: Tue May 06, 2008 4:28 am
Location: Philippines

Re: FWH 18.03 Dialog Problem (STILL)

Postby Enrico Maria Giordano » Sat Jun 02, 2018 9:01 am

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

EMG
User avatar
Enrico Maria Giordano
 
Posts: 8356
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia

Re: FWH 18.03 Dialog Problem (STILL)

Postby nageswaragunupudi » Sat Jun 02, 2018 9:47 am

Mr Frances

Please prepare the sample limiting only to the dialog error.
Regards

G. N. Rao.
Hyderabad, India
User avatar
nageswaragunupudi
 
Posts: 10295
Joined: Sun Nov 19, 2006 5:22 am
Location: India

Re: FWH 18.03 Dialog Problem (STILL)

Postby fraxzi » Tue Jun 05, 2018 2: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
User avatar
fraxzi
 
Posts: 811
Joined: Tue May 06, 2008 4:28 am
Location: Philippines

Re: FWH 18.03 Dialog Problem (STILL)

Postby fraxzi » Tue Jun 05, 2018 2: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
User avatar
fraxzi
 
Posts: 811
Joined: Tue May 06, 2008 4:28 am
Location: Philippines

Re: FWH 18.03 Dialog Problem (STILL)

Postby Enrico Maria Giordano » Tue Jun 05, 2018 7:58 am

Please explain how to reproduce the problem step by step.

EMG
User avatar
Enrico Maria Giordano
 
Posts: 8356
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia

Re: FWH 18.03 Dialog Problem (STILL)

Postby fraxzi » Tue Jun 05, 2018 8:39 am

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
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
User avatar
fraxzi
 
Posts: 811
Joined: Tue May 06, 2008 4:28 am
Location: Philippines

Re: FWH 18.03 Dialog Problem (STILL)

Postby Enrico Maria Giordano » Tue Jun 05, 2018 8:44 am

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

EMG
User avatar
Enrico Maria Giordano
 
Posts: 8356
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia

PreviousNext

Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 51 guests