BTNBMP error

Post Reply
User avatar
Silvio.Falconi
Posts: 4956
Joined: Thu Oct 18, 2012 7:17 pm

BTNBMP error

Post by Silvio.Falconi »

Code: Select all

Error description: Error BASE/1004  Metodo non disponibile: END
   Args:
     [   1] = U   

Stack Calls
===========
   Called from:  => END( 0 )
   Called from: .\source\classes\BTNBMP.PRG => TBTNBMP:SHOWPOPUP( 2083 )
   Called from: source\spiaggia\PSpiaggia.prg => (b)LOAD_BEACH( 427 )
   Called from: .\source\classes\BTNBMP.PRG => TBTNBMP:CLICK( 705 )
   Called from: .\source\classes\BTNBMP.PRG => TBTNBMP:LBUTTONUP( 991 )
I had already found this error and sent it to Nages and Antonio but it is evident that in the new fwh package the error was not corrected ... why ?
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
User avatar
nageswaragunupudi
Posts: 8017
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

Re: BTNBMP error

Post by nageswaragunupudi »

So far we never noticed this error with any of our own programs.
Can you post a sample with a single button to reproduce this error?
Regards

G. N. Rao.
Hyderabad, India
User avatar
Silvio.Falconi
Posts: 4956
Joined: Thu Oct 18, 2012 7:17 pm

Re: BTNBMP error

Post by Silvio.Falconi »

Nages,
I notices you on 27/07/2019 with a sample test , you told me that you had found the error and you would have sent the change, but I never knew anything again and on 07/10/2019
I sent Antonio the changes for the showpopup method. I was hoping that the changes had been included in the new package so by compiling the application
I was sure that the error did not come out, instead yesterday evening the error came out inexplicably and then after I checked the tbtnbmp class
and I realized that the changes were not been inserted.
I can't insert a minimal test here because for a number of things the problem probably comes up sometimes.
I sent you a rar compress file via wetransfer on 28 july 2019 with some src
Perhaps I can found the test or I must recreate it for you
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: BTNBMP error

Post by Antonio Linares »

Silvio,

Please try to disable the button after the user clicks on it to avoid duplicated clicking
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Silvio.Falconi
Posts: 4956
Joined: Thu Oct 18, 2012 7:17 pm

Re: BTNBMP error

Post by Silvio.Falconi »

with disable/ enable ?
on menupopup ?
I think it is impossible to do
the error sometimes go out no always
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
Post Reply