2012-11-10 03:59 UTC+0100 Viktor Szakats (harbour syenar.net)
* contrib/gtwvg/bitmap.prg
* contrib/gtwvg/drawarea.prg
* contrib/gtwvg/mle.prg
* contrib/gtwvg/radiobut.prg
* contrib/gtwvg/scrollbr.prg
* contrib/gtwvg/sle.prg
* contrib/gtwvg/tabpage.prg
! deleted permantenly enabled debug messages (STILL!)
Quite amazing these are tolerated in live
apps for months/years.
This commit is contained in:
@@ -16,6 +16,18 @@
|
||||
The license applies to all entries newer than 2009-04-28.
|
||||
*/
|
||||
|
||||
2012-11-10 03:59 UTC+0100 Viktor Szakats (harbour syenar.net)
|
||||
* contrib/gtwvg/bitmap.prg
|
||||
* contrib/gtwvg/drawarea.prg
|
||||
* contrib/gtwvg/mle.prg
|
||||
* contrib/gtwvg/radiobut.prg
|
||||
* contrib/gtwvg/scrollbr.prg
|
||||
* contrib/gtwvg/sle.prg
|
||||
* contrib/gtwvg/tabpage.prg
|
||||
! deleted permantenly enabled debug messages (STILL!)
|
||||
Quite amazing these are tolerated in live
|
||||
apps for months/years.
|
||||
|
||||
2012-11-10 03:51 UTC+0100 Viktor Szakats (harbour syenar.net)
|
||||
- contrib/gtwvg/tests/activex.prg
|
||||
- contrib/gtwvg/tests/cuigdlgs.prg
|
||||
|
||||
@@ -68,10 +68,6 @@
|
||||
#include "wvtwin.ch"
|
||||
#include "wvgparts.ch"
|
||||
|
||||
#ifndef __DBG_PARTS__
|
||||
#xtranslate hb_traceLog( [<x,...>] ) =>
|
||||
#endif
|
||||
|
||||
CREATE CLASS WvgBitmap
|
||||
|
||||
VAR bits INIT 0 READONLY
|
||||
|
||||
@@ -136,8 +136,6 @@ METHOD WvgDrawingArea:handleEvent( nMessage, aNM )
|
||||
|
||||
METHOD destroy() CLASS WvgDrawingArea
|
||||
|
||||
hb_traceLog( " %s:destroy()", __objGetClsName( self ) )
|
||||
|
||||
::wvgWindow:destroy()
|
||||
|
||||
RETURN NIL
|
||||
|
||||
@@ -251,8 +251,6 @@ METHOD WvgMLE:handleEvent( nMessage, aNM )
|
||||
|
||||
METHOD WvgMLE:destroy()
|
||||
|
||||
hb_traceLog( " %s:destroy()", __objGetClsName( self ) )
|
||||
|
||||
::wvgWindow:destroy()
|
||||
|
||||
RETURN NIL
|
||||
|
||||
@@ -122,8 +122,6 @@ METHOD create( oParent, oOwner, aPos, aSize, aPresParams, lVisible ) CLASS WvgRa
|
||||
|
||||
METHOD handleEvent( nMessage, aNM ) CLASS WvgRadioButton
|
||||
|
||||
hb_traceLog( " %s:handleEvent( %i )", __objGetClsName( self ), nMessage )
|
||||
|
||||
SWITCH nMessage
|
||||
|
||||
CASE HB_GTE_COMMAND
|
||||
@@ -143,8 +141,6 @@ METHOD handleEvent( nMessage, aNM ) CLASS WvgRadioButton
|
||||
|
||||
METHOD destroy() CLASS WvgRadioButton
|
||||
|
||||
hb_traceLog( " %s:destroy()", __objGetClsName( self ) )
|
||||
|
||||
::wvgWindow:destroy()
|
||||
|
||||
RETURN NIL
|
||||
|
||||
@@ -305,8 +305,6 @@ METHOD handleEvent( nMessage, aNM ) CLASS WvgScrollBar
|
||||
|
||||
METHOD destroy() CLASS WvgScrollBar
|
||||
|
||||
hb_traceLog( " %s:destroy()", __objGetClsName( self ) )
|
||||
|
||||
::wvgWindow:destroy()
|
||||
|
||||
RETURN NIL
|
||||
|
||||
@@ -245,8 +245,6 @@ METHOD handleEvent( nMessage, aNM ) CLASS WvgSLE
|
||||
|
||||
METHOD destroy() CLASS WvgSLE
|
||||
|
||||
hb_traceLog( " %s:destroy()", __objGetClsName( self ) )
|
||||
|
||||
::wvgWindow:destroy()
|
||||
|
||||
RETURN NIL
|
||||
|
||||
@@ -140,10 +140,7 @@ METHOD handleEvent( nMessage, aNM ) CLASS WvgTabPage
|
||||
|
||||
LOCAL aHdr
|
||||
|
||||
hb_traceLog( " %s:handleEvent( %i )", __objGetClsName( self ), nMessage )
|
||||
|
||||
DO CASE
|
||||
|
||||
CASE nMessage == HB_GTE_SETFOCUS
|
||||
IF HB_ISBLOCK( ::sl_tabActivate )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user