oBmp:bLClicked = { | nRow, nCol | CompruebaArea( nRow, nCol ) }
...
function CompruebaArea( nRow, nCol )
if nRow > 10 .and. nRow < 30 .and. nCol > 10 .and. nCol < 50
MsgInfo( "Click!" )
endif
return nil
Return to FiveWin para Pocket PC
Users browsing this forum: No registered users and 26 guests