Hola Foro.
Necesito obtener y mostrar con un MSGINFO? una coordenada en pixeles al hacer click con cualquier boton del mouse sobre la ventana principal.
Si Se puede? Como sería?
Gracias
Obtener coordenadas con el mouse.
- Antonio Linares
- Site Admin
- Posts: 42393
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 9 times
- Been thanked: 41 times
- Contact:
Re: Obtener coordenadas con el mouse.
Estimado José,
oDlg:bLClicked = { | nRow, nCol | MsgInfo( nRow, nCol ) }
oDlg:bRClicked = { | nRow, nCol | MsgInfo( nRow, nCol ) }
oDlg:bLClicked = { | nRow, nCol | MsgInfo( nRow, nCol ) }
oDlg:bRClicked = { | nRow, nCol | MsgInfo( nRow, nCol ) }