2010-04-08 08:38 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)

* contrib/hbxbp/xbpdialog.prg
    ! Initiated :clipChildren instance variable on XbpDrawingArea() class.
      I did not know it could be initialized before creating XbpDialog().
      Thanks Shum for the exact code.
This commit is contained in:
Pritpal Bedi
2010-04-08 15:43:13 +00:00
parent 690dd4c849
commit e05f487a83
2 changed files with 7 additions and 0 deletions

View File

@@ -17,6 +17,12 @@
past entries belonging to author(s): Viktor Szakats.
*/
2010-04-08 08:38 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
* contrib/hbxbp/xbpdialog.prg
! Initiated :clipChildren instance variable on XbpDrawingArea() class.
I did not know it could be initialized before creating XbpDialog().
Thanks Shum for the exact code.
2010-04-08 17:10 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbxbp/xbpgra.prg
! GraGetRGBIntensity() simplified, optimized and fix to work.

View File

@@ -391,6 +391,7 @@ CLASS XbpDrawingArea INHERIT XbpWindow
DATA caption INIT ""
DATA clipParent INIT .T.
DATA clipSiblings INIT .T.
DATA clipChildren INIT .F.
METHOD new( oParent, oOwner, aPos, aSize, aPresParams, lVisible )
METHOD create( oParent, oOwner, aPos, aSize, aPresParams, lVisible )