oBrw:bRClicked = { | nRow, nCol | MenuPop( nRow, nCol) } //Con botón derecho
.....
Function MenuPop( nRow, nCol )
Local oMenu
MENU oMenu POPUP 2010
MENUITEM "Nueva" RESOURCE "ADD" ACTION AddRec()
MENUITEM "Elimina" RESOURCE "BORRA" ACTION Borra()
ENDMENU
ACTIVATE POPUP oMenu AT nRow, nCol OF oBrw
Return
METHOD CreateButtons( ....
if ValType( ::bCreateBtn ) == 'B'
Eval( ::bCreateBtn, Self )
endif
cnavarro wrote:Si pones una imagen del botón al que haces referencia me quedará más claro
También ten en cuenta que existe la data
- Code: Select all Expand view RUN
METHOD CreateButtons( ....
if ValType( ::bCreateBtn ) == 'B'
Eval( ::bCreateBtn, Self )
endif
acuellar wrote:José Luis
Quizas ésto te ayude.
- Code: Select all Expand view RUN
oBrw:bRClicked = { | nRow, nCol | MenuPop( nRow, nCol) } //Con botón derecho
.....
Function MenuPop( nRow, nCol )
Local oMenu
MENU oMenu POPUP 2010
MENUITEM "Nueva" RESOURCE "ADD" ACTION AddRec()
MENUITEM "Elimina" RESOURCE "BORRA" ACTION Borra()
ENDMENU
ACTIVATE POPUP oMenu AT nRow, nCol OF oBrw
Return
acuellar wrote:José Luis
Quizas ésto te ayude.
- Code: Select all Expand view RUN
oBrw:bRClicked = { | nRow, nCol | MenuPop( nRow, nCol) } //Con botón derecho
.....
Function MenuPop( nRow, nCol )
Local oMenu
MENU oMenu POPUP 2010
MENUITEM "Nueva" RESOURCE "ADD" ACTION AddRec()
MENUITEM "Elimina" RESOURCE "BORRA" ACTION Borra()
ENDMENU
ACTIVATE POPUP oMenu AT nRow, nCol OF oBrw
Return
cnavarro wrote:Mira aqui y la data bBtnAction, creo que se llama
http://forums.fivetechsupport.com/viewt ... 15#p225076
obrw:aCols[ n ]:oBtnList:bAction := { || MenuPopup() } // La posicion del menu la puedes calcular por el nBottom del boton, no lo he probado
cnavarro wrote:A ver si ahora me he enterado de lo que necesitas
Después del CreateFromCode
- Code: Select all Expand view RUN
obrw:aCols[ n ]:oBtnList:bAction := { || MenuPopup() } // La posicion del menu la puedes calcular por el nBottom del boton, no lo he probado
ACTIVATE MENU oMnu AT nRow, nCol OF oWnd // Aqui será el propio browse, no oWnd
Return to FiveWin para Harbour/xHarbour
Users browsing this forum: Google [Bot], JoseAlvarez and 54 guests