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:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user