As FiveTouch uses Harbour QT library, then you simply do:
oControl:Connect( nEvent, { | uParam | MsgInfo( uParam ) } )
where nEvents is one of these values:
[url:1ac9lj7r]http://doc.qt.io/qt-4.8/qevent.html[/url:1ac9lj7r]
Example:
[code=fw:1ac9lj7r][/code:1ac9lj7r]
[img:1ac9lj7r]https://bitbucket.org/fivetech/screenshots/downloads/fivetouch_events1.JPG[/img:1ac9lj7r]
[img:1ac9lj7r]https://bitbucket.org/fivetech/screenshots/downloads/fivetouch_events2.JPG[/img:1ac9lj7r]
↧