Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Timer Added In Dialog
#1
i am having issues on getting this timer to work on the dialog all i'm using is a static text and this code to set the timer in the id

Code:
Copy      Help
ret
int-- t0
;messages
sel message
,case WM_INITDIALOG
,SendMessage id(3 hDlg) TBM_SETRANGE 0 MakeInt(40 58)
,SendMessage id(22 hDlg) TBM_SETRANGE 0 MakeInt(0 10)
,case WM_DESTROY goto g2
,case WM_COMMAND goto messages2
,case WM_TIMER
,case WM_HSCROLL ;;lParam is scrollbar handle

sel message
,int s(GetTickCount-t0/1000) m h
,m=s/60; s%60
,h=m/60; m%60
, g1
,_s.format("%02i:%02i:%02i" h m s); _s.setwintext(id(23 hDlg))
,case 20 ;;Stop
,;g2
,KillTimer hDlg 1
,shutdown -6 0 ""; err
,ret
the issues i am having are when i click run timer button it just sets 00:00:00 on the static text and doesn't keep going 1 2 3 4 and on any help please let me know thanks :wink:
#2
Timer
#3
Thanks Gint


Forum Jump:


Users browsing this thread: 1 Guest(s)