From e3cdcafbf6deb9ac6563003eb073cd2374b4b880 Mon Sep 17 00:00:00 2001 From: Pritpal Bedi Date: Thu, 2 Jul 2009 06:50:29 +0000 Subject: [PATCH] 2009-07-01 23:45 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * harbour/contrib/hbxbp/tests/demoxbp.prg ! A experimental fix. --- harbour/ChangeLog | 4 ++++ harbour/contrib/hbxbp/tests/demoxbp.prg | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index ced23bb59d..2368bb7b28 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-07-01 23:45 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) + * harbour/contrib/hbxbp/tests/demoxbp.prg + ! A experimental fix. + 2009-07-01 23:39 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * harbour/contrib/hbxbp/xbpstatic.prg + Implemented more static styles. diff --git a/harbour/contrib/hbxbp/tests/demoxbp.prg b/harbour/contrib/hbxbp/tests/demoxbp.prg index 32a6b8558b..da6880f608 100644 --- a/harbour/contrib/hbxbp/tests/demoxbp.prg +++ b/harbour/contrib/hbxbp/tests/demoxbp.prg @@ -875,12 +875,12 @@ FUNCTION Build_Statics( oWnd ) oBox:type := XBPSTATIC_TYPE_HALFTONEFRAME oBox:options := XBPSTATIC_FRAMETHICK oBox:create() - + #if 0 oBox := XbpStatic():new( oGrp, , {180,350}, {40,40} ) oBox:type := XBPSTATIC_TYPE_SYSICON oBox:caption := XBPSTATIC_SYSICON_ICONQUESTION oBox:create() - + #endif RETURN nil /*----------------------------------------------------------------------*/