Hi Pritpal, can you add the "timeout()" signal for use the QTimer class.
oTimer := QTimer():New( QT_PTROF( oWnd ) )
oTimer:SetInterval( 1000 )
Qt_Connect_Signal( QT_PTROF( oTimer ) , "timeout()", {|w,l|
oLabelTimer:SetText( "Testing Timer HbQt: " + alltrim( str( seconds() ) ) )
} )
oTimer:Start()Thanks in advance CdQ
_______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
