diff --git a/harbour/ChangeLog b/harbour/ChangeLog index c9496e62cb..6b4c2ab0e1 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,11 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-11-26 09:34 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) + - contrib/hbide/resources/tabmodified.PNG + * contrib/xhb/Makefile + ! Changed the order of files in linklist. + 2009-11-26 09:32 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) - contrib/hbide/resources/tabmodified.PNG + contrib/hbide/resources/tabmodified.png diff --git a/harbour/contrib/gtwvg/tests/demowvg.prg b/harbour/contrib/gtwvg/tests/demowvg.prg index fbab522a21..469553dd35 100644 --- a/harbour/contrib/gtwvg/tests/demowvg.prg +++ b/harbour/contrib/gtwvg/tests/demowvg.prg @@ -2707,6 +2707,7 @@ STATIC FUNCTION BuildActiveXControl( nActiveX, oDA ) hb_gtInfo( HB_GTI_WINTITLE, 'Shell.Explorer.2'+' [ '+'http://www.harbour.vouch.info'+' ]' ) oCom:CLSID := 'Shell.Explorer.2' oCom:mapEvent( 269, {|| QOut( ' E X P L O R E R - 2 6 9' ) } ) + oCom:mapEvent( 105, {|| hb_ToOutDebug( ' E X P L O R E R - 105' ) } ) case nActiveX == 11 hb_gtInfo( HB_GTI_WINTITLE, 'Shell.Explorer.2'+' [ '+'MSHTML Demo'+' ]' ) @@ -3580,6 +3581,7 @@ FUNCTION demoxbp() //--------------------------- Active-X ---------------------------\\ hb_gtInfo( HB_GTI_WINTITLE, 'http://www.harbour.vouch.info' ) +#if 0 #if 0 oCom := WvgActiveXControl():New( oDA, , { 0, 0 }, { 100, 100 }, , .t. ) oCom:CLSID := 'Shell.Explorer.2' @@ -3588,9 +3590,15 @@ FUNCTION demoxbp() oCom := WvgHTMLViewer():New( oDA, , { 0, 0 }, { 100, 100 }, , .t. ) oCom:beforeNavigate := {|cURL, x, oHTML| x := x, oHTML := oHTML, oPanel:caption := cURL } oCom:statusTextChange := {|cText| oPanel:caption := cText } + oCom:mapEvent( 112, {|| oPanel:caption := ' E X P L O R E R - 2 6 9' } ) #endif oCom:create() oCom:Navigate( 'http://www.harbour.vouch.info' ) +#endif + oCom := WvgActiveXControl():New( oDA, , { 0, 0 }, { 100, 100 }, , .t. ) + oCom:CLSID := 'newObjects.comctl.VisiLabel' + oCom:mapEvent( 2, {|| hb_ToOutDebug( 'VISILABEE' ) } ) + oCom:create() oAddr := WvgSLE():new() oAddr:bufferLength := 500 @@ -3699,6 +3707,7 @@ FUNCTION demoxbp() ENDDO oCrt:Destroy() + Return nil //----------------------------------------------------------------------// diff --git a/harbour/contrib/hbide/resources/tabmodified.PNG b/harbour/contrib/hbide/resources/tabmodified.PNG deleted file mode 100644 index d38d7bb9c9..0000000000 Binary files a/harbour/contrib/hbide/resources/tabmodified.PNG and /dev/null differ diff --git a/harbour/contrib/xhb/Makefile b/harbour/contrib/xhb/Makefile index ae59e0e230..ae03ec60f0 100644 --- a/harbour/contrib/xhb/Makefile +++ b/harbour/contrib/xhb/Makefile @@ -13,13 +13,13 @@ C_SOURCES := \ cstructc.c \ datesxhb.c \ dbf2txt.c \ + hboutdbg.c \ dbgfxc.c \ filestat.c \ fparse.c \ freadlin.c \ hbcomprs.c \ hbcrypt.c \ - hboutdbg.c \ hbserv.c \ hbsyslog.c \ hbxml.c \