Hi Pritpal, the code in the previous mail was only for show an implementation, not for real use.
I only need that you implement the "timeout()" signal for the QTimer Class in HBQT library. Sorry by my bad english Thanks in advance CdQ On Mon, Jul 20, 2009 at 4:19 AM, Pritpal Bedi <[email protected]>wrote: > > Hi > > > CarozoDeQuilmes wrote: > > > > 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() > > > > This is the domain of higher level class to implement this signal. > In HBQT.lib there is no room to implement it like you explained. > Also Xbp*Parts() do not implement timer class. > So include above code in your class framework. > > OR > > Tell me the alternative how you think it should be implemented. > > Regards > Pritpal Bedi > > > -- > View this message in context: > http://www.nabble.com/HbQt-signal-tp24562700p24564917.html > Sent from the Harbour - Dev mailing list archive at Nabble.com. > > _______________________________________________ > Harbour mailing list > [email protected] > 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 [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
