Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Replies
    7
    Views
    951

    [SOLVED] Re: timer Uses a lot of hardware resources

    The time comes from the Date object. The Timer control how frequently the time is displayed. Change the delay to 5000 ms and see if the time is correctly displayed every 5 seconds.
  2. Replies
    7
    Views
    951

    [SOLVED] Re: timer Uses a lot of hardware resources

    Sorry, I do not understand. Please explain.
  3. Replies
    7
    Views
    951

    [SOLVED] Re: timer Uses a lot of hardware resources

    The time display in your code shows seconds as the smallest unit of time. Changing the display continuously with no delay makes no sense.
    The delay could be 500 ms and the change in the displayed...
  4. Replies
    7
    Views
    951

    [SOLVED] Re: timer Uses a lot of hardware resources

    Why is the delay for the timer set at 0 milliseconds?
Results 1 to 4 of 4