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
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
Doug,
We may have them ready for today ![]()
#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 nilAntonio
I hope that your customers appreciate the wonderful effort you put in to supporting your products and your preparedness to try to meet their needs.
Doug
Doug,
Thanks for your kind words ![]()