OFnt:END() generating logfile
Posted: Fri Mar 10, 2017 3:48 pm
I create the font object in this way:
DEFINE FONT cFontBot NAME "Ms Sans Serif" SIZE 0, -08 BOLD
And when I finish the dialog, after the active dialog, I destroy the source object in this way:
CFontBot: END ()
But this is creating a log with this message:
10/03/2017 11:57:02: EXCESS RELEASE OF FONT Ms Sans Serif [hFont: 0] (nCount: 61)
<-TFONT: END (284) <-TWINDOW: DESTROY (2145) <- (b) TDIALOG: TDIALOG (91) <-TDIALOG: DESTROY (0) <-TWINDOW: HANDLEEVENT (0) <-TDIALOG: HANDLEEVENT (914 ) <-DIALOGBOX (0) <-TDIALOG: ACTIVATE (296) <-CHK_MESSAGE (553)
What is the solution to not creating this log?
thanks in advance
DEFINE FONT cFontBot NAME "Ms Sans Serif" SIZE 0, -08 BOLD
And when I finish the dialog, after the active dialog, I destroy the source object in this way:
CFontBot: END ()
But this is creating a log with this message:
10/03/2017 11:57:02: EXCESS RELEASE OF FONT Ms Sans Serif [hFont: 0] (nCount: 61)
<-TFONT: END (284) <-TWINDOW: DESTROY (2145) <- (b) TDIALOG: TDIALOG (91) <-TDIALOG: DESTROY (0) <-TWINDOW: HANDLEEVENT (0) <-TDIALOG: HANDLEEVENT (914 ) <-DIALOGBOX (0) <-TDIALOG: ACTIVATE (296) <-CHK_MESSAGE (553)
What is the solution to not creating this log?
thanks in advance