2009-06-17 00:10 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)

* harbour/contrib/hbxbp/tests/demoxbp.prg
    ! Commented out <Dialogs> menu option.
      Scheduled to be reactivated once event handlers will be in place.
This commit is contained in:
Pritpal Bedi
2009-06-17 07:12:25 +00:00
parent a1b4491f19
commit 3d8424928c
2 changed files with 7 additions and 0 deletions

View File

@@ -17,6 +17,11 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-06-17 00:10 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
* harbour/contrib/hbxbp/tests/demoxbp.prg
! Commented out <Dialogs> menu option.
Scheduled to be reactivated once event handlers will be in place.
2009-06-17 00:04 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
* harbour/contrib/hbxbp/hbxbp.hbc
! Removed "hbwin" dependency introduced in prev commit.

View File

@@ -197,10 +197,12 @@ STATIC FUNCTION Build_MenuBar()
oSubMenu:setColorBG( GraMakeRGBColor( { 134,128,250 } ) )
oSubMenu:setColorFG( GraMakeRGBColor( { 255, 1, 1 } ) )
#if 0
oSubMenu := XbpMenu():new( oMenuBar ):create()
oSubMenu:title := "~Dialogs"
oSubMenu:addItem( { "~One More Instance"+chr(K_TAB)+"Ctrl+M", {|| BuildADialog() } } )
oMenuBar:addItem( { oSubMenu, NIL } )
#endif
Return nil