Search found 31 matches: gettickcount

Return to advanced search

Re: MS Visual Studio

Dear Detlef,

you could save on a log file several calls to GetTickCount() to see what part consumes more time

My guess is that Harbour does more things than xHarbour, but due to its more robust and safe design

But I may be wrong. Lets wait for your results... :-)
by Antonio Linares
Sat Jul 09, 2022 1:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MS Visual Studio
Replies: 23
Views: 1481

Re: How to use xbrowse():lKinetic with xbrowse():bLClicked

... Set lKinetic := .F. // .F. only. No second thoughts on this. XBrowse can check the touch behavier. I review in xbrowse.prg. Can xBrowse check :GetTickCount() (:nStartTime and :nEllapsed), if more than xxxx mili-second, it is touch. Is it possible? Please do not overthink. FWH Library uses Windows ...
by dutch
Wed Oct 20, 2021 3:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use xbrowse():lKinetic with xbrowse():bLClicked
Replies: 5
Views: 454

Re: How to use xbrowse():lKinetic with xbrowse():bLClicked

... Set lKinetic := .F. // .F. only. No second thoughts on this. XBrowse can check the touch behavier. I review in xbrowse.prg. Can xBrowse check :GetTickCount() (:nStartTime and :nEllapsed), if more than xxxx mili-second, it is touch. Is it possible? Please do not overthink. FWH Library uses Windows ...
by nageswaragunupudi
Wed Oct 20, 2021 8:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use xbrowse():lKinetic with xbrowse():bLClicked
Replies: 5
Views: 454

Re: How to use xbrowse():lKinetic with xbrowse():bLClicked

... is still action while I scroll the xbrowse to next page. XBrowse can check the touch behavier. I review in xbrowse.prg. Can xBrowse check :GetTickCount() (:nStartTime and :nEllapsed), if more than xxxx mili-second, it is touch. Is it possible? Thank you in advance, Set oBrw:lKinetic to ...
by dutch
Wed Oct 20, 2021 1:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use xbrowse():lKinetic with xbrowse():bLClicked
Replies: 5
Views: 454

Re: Ayuda con milisegundos - player con vlc

... 3600 ) local nMins := Int( nTimeInSecs % 3600 / 60 ) local nSecs := Int( nTimeInSecs - ( nHours * 3600 ) - ( nMins * 60 ) ) local nMillisec := Int(GETTICKCOUNT()) return StrZero( nHours, 2 ) + ":" + StrZero( nMins, 2 ) + ":" + ; StrZero( nSecs, 2 ) + ":" + Right(str(nMillisec),3)
by Silvio.Falconi
Thu Oct 11, 2018 8:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con milisegundos - player con vlc
Replies: 10
Views: 1594

Re: Ayuda DLL

Antonio buenos dias, gracias por la ayuda Agrego la VM.LIB (xharbour), y me manda estos errorres :( :( Proyecto: Kept5, Entorno: BorlandDLL: [1]:Harbour.Exe Source\Tseguro.prg /m /n /es2 /ki /iP:\32bits\xharbour\include;P:\32bits\FWH\INCLUDE /i /oObj\Tseguro.c xHarbour Compiler build 1.2.1 (SimpLex)...
by ricardog
Thu Aug 31, 2017 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6328

responseXML

... ) END oHttp:Open( "GET", MyURL, 1) oHttp:setRequestHeader( 'Content-type', 'text/xml') oHttp:Send(NIL) fl:=int(gettickcount()/1000) do while .T. if oHttp:readyState=4.and.oHttp:Status=200 cTxt:=oHttp:responseText oDc:=oHttp:responseXML exit endif millisec(50) ...
by Natter
Fri May 12, 2017 6:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: responseXML
Replies: 8
Views: 1264

Re: ME DUPLICA VALE

Podrias usar GetTickCount() en vez de Seconds()

Es muy dificil (casi imposible) que coincidan en GetTickCount()
by Antonio Linares
Sun Apr 03, 2016 8:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ME DUPLICA VALE
Replies: 14
Views: 4266

Re: Little speed test app dbf and adordd

Antonio,

Thanks, I will use GetTickCount().

Pieter
by pieter
Mon Mar 21, 2016 9:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Little speed test app dbf and adordd
Replies: 13
Views: 3994

Re: Little speed test app dbf and adordd

Pieter,

Use GetTickCount() instead of Seconds()
by Antonio Linares
Mon Mar 21, 2016 9:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Little speed test app dbf and adordd
Replies: 13
Views: 3994

Re: Cronometro.Timer.

La función de Windows GetTickCount() devuelve las milésimas.

No se si te pueda servir
by Antonio Linares
Sun Dec 20, 2015 6:37 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cronometro.Timer.
Replies: 1
Views: 471

Re: Nag Screen

... { | oDlgSef | UpdCaption( oDlgSef) } ) ... Static function UpdCaption( oDlg ) local nFor, nStart for nFor := 4 to 0 step -1 nStart = GetTickCount() while ( GetTickCount() - nStart ) < 1000 end oDlg:cMsg := " wait for "+; LTrim( Str( nFor ) ) + " second" + ; ...
by Wanderson
Fri Sep 20, 2013 12:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Nag Screen
Replies: 9
Views: 1612

Re: Codejock Calendar Samples?

Antonio,

Antonio Linares wrote:Enrico,

My idea was to perform an action from the called function, every x seconds

thats why I thought about using GetTickCount(), to wait x seconds to do whatever


Understood! Many thanks, Master! I will try it. I start to experiment with threads using xHarbour, at the moment.

EMG
by Enrico Maria Giordano
Mon May 27, 2013 4:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Codejock Calendar Samples?
Replies: 116
Views: 46462

Re: Codejock Calendar Samples?

Enrico,

My idea was to perform an action from the called function, every x seconds

thats why I thought about using GetTickCount(), to wait x seconds to do whatever
by Antonio Linares
Mon May 27, 2013 3:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Codejock Calendar Samples?
Replies: 116
Views: 46462
Next

Return to advanced search