I really need a timer for one part of my application. I don't suppose anyone has done one for xHarbour/FiveLinux? Anyone with any pointers as to how I might go about creating one? Please someone!
I would be eternally grateful
xProgrammer
#include "FiveLinux.ch"
function Main()
local oWnd, oTmr
DEFINE WINDOW oWnd TITLE "Testing timers"
DEFINE TIMER oTmr INTERVAL 200 ACTION oWnd:SetText( Time() )
ACTIVATE TIMER oTmr
ACTIVATE WINDOW oWnd
return nil
Return to FiveLinux / FiveDroid (Android)
Users browsing this forum: No registered users and 7 guests