I send it again:

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()

You can add this sample code to demoqt.  This sample code only need a Label
object called oLabelTimer

Greetings
CdQ




On Mon, Jul 20, 2009 at 5:01 PM, Pritpal Bedi <bediprit...@hotmail.com>wrote:

>
> Massimo
>
>
> Massimo Belgrano-3 wrote:
> >
> > Can you post your sample?
> >
>
> He posted the example code in his first post itself.
> Did you make any experiment with HBQT or HBXBP at all ?
>
> Regards
> Pritpal Bedi
>
> --
> View this message in context:
> http://www.nabble.com/SF.net-SVN%3A-harbour-project%3A-11865--trunk-harbour-tp24572305p24576534.html
> Sent from the Harbour - Dev mailing list archive at Nabble.com.
>
> _______________________________________________
> Harbour mailing list
> Harbour@harbour-project.org
> http://lists.harbour-project.org/mailman/listinfo/harbour
>



-- 
QAC (I want something comfortable !!!) - Incremental Compilation with all
MiniGUIs versions
QAC (Quiero Algo Cómodo !!!) - Compilación Incremental con todas las
versiones de MiniGUI

Download: www.CarozoDeQuilmes.com.ar
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to