Search found 5 matches: dblmenu

Return to advanced search

... 620 aforo[x]:bRClicked:={ |nRow, nCol, nFlags, x | GenBlock1(nRow, nCol, aforo[x], x) } next funct GenBlock1( nRow, nCol, oBtn , x ) return { || dblmenu( nRow, nCol, oBtn ,x ) } funct dblmenu( nRow, nCol, oBtn, x ) Local oMenu C5MENU oMenu POPUP c5menuitem 'prueba' C5ENDMENU ACTIVATE C5MENU oMenu ...
by mmercado
Tue Feb 26, 2008 7:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con bRClicked y con cTooltip con la clase SBUTTON
Replies: 4
Views: 935

... 620 aforo[x]:bRClicked:={ |nRow, nCol, nFlags, x | GenBlock1(nRow, nCol, aforo[x], x) } next funct GenBlock1( nRow, nCol, oBtn , x ) return { || dblmenu( nRow, nCol, oBtn ,x ) } funct dblmenu( nRow, nCol, oBtn, x ) Local oMenu C5MENU oMenu POPUP c5menuitem 'prueba' C5ENDMENU ACTIVATE C5MENU oMenu ...
by Loren
Tue Feb 26, 2008 6:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con bRClicked y con cTooltip con la clase SBUTTON
Replies: 4
Views: 935

Re: Problema con bRClicked y con cTooltip con la clase SBUTT

... con el 2º boton del raton, pero el menú se me muestra en la parte superior izqda. de la pantalla. aforo[1]:bRClicked:={ |nRow, nCol, nFlags | dblmenu( nRow, nCol ) } funct dblmenu( nRow, nCol) Local oMenu C5MENU oMenu POPUP c5menuitem 'prueba' C5ENDMENU ACTIVATE C5MENU oMenu AT nRow, nCol ...
by mmercado
Mon Feb 25, 2008 10:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con bRClicked y con cTooltip con la clase SBUTTON
Replies: 4
Views: 935

Problema con bRClicked y con cTooltip con la clase SBUTTON

... parte superior izqda. de la pantalla. Este el código: Define Dialog.... redefine sbutton aforo[1] .... aforo[1]:bRClicked:={ |nRow, nCol, nFlags | dblmenu( nRow, nCol ) } Activate Dialog..... funct dblmenu( nRow, nCol) Local oMenu C5MENU oMenu POPUP c5menuitem 'prueba' C5ENDMENU ACTIVATE C5MENU ...
by Loren
Mon Feb 25, 2008 3:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con bRClicked y con cTooltip con la clase SBUTTON
Replies: 4
Views: 935

Menu pop-up junto al Raton al hacer bRClicked

... izquierda de la pantalla. El codigo es el siguiente: Define Dialog.... redefine sbutton aforo[1] .... aforo[1]:bRClicked:={ |nRow, nCol, nFlags | dblmenu( nRow, nCol ) } Activate Dialog..... funct dblmenu( nRow, nCol) Local oMenu C5MENU oMenu POPUP c5menuitem 'prueba' C5ENDMENU ACTIVATE C5MENU ...
by Loren
Sun Feb 24, 2008 9:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Menu pop-up junto al Raton al hacer bRClicked
Replies: 1
Views: 654

Return to advanced search