Disculpen el OT, pero sé que hay varios miembros de gufa que todavía
mantienen alguna aplicación en Clipper52e. Había una función para manejo
de mouse con menú de las expand.lib que era MouseMenu( aMenu ) donde
aMenu es un array bidimensional. Trancribo la NG.
aMenu is a two dimensional array, containing the definitions for every
Menu choice. The first index
represents the Menu choices, the second index should have 3 values: { nRow, nCol, cPrompt[,bMsg] }, which indicates where the Menu item should be placed, and what it is.
bMsg can be submitted, and is evaluated every time that specific choice is highlighted. Using this, one can put messages, but really do anything you want. nDefault indicates which choice is currrent, 1 when Omitted.
represents the Menu choices, the second index should have 3 values: { nRow, nCol, cPrompt[,bMsg] }, which indicates where the Menu item should be placed, and what it is.
bMsg can be submitted, and is evaluated every time that specific choice is highlighted. Using this, one can put messages, but really do anything you want. nDefault indicates which choice is currrent, 1 when Omitted.
La pregunta es, alguien la usa o tiene algun otro método para usar el mouse y el menú?, La usé pero no entiendo cómo pasarle el mensaje a Codeblock.
Gracias
