Timer is a control that has the functionality to trigger a user defined action at regular intervals as configured by the user.

learn more… | top users | synonyms (1)

0
votes
1answer
59 views

Timer writes in log twice

Everything works fine except for one thing. My program prints "player hit" 2 times then "mob hit" 2 times and then "player hit" 2 times again and so forth. I want it to type "player Hit" "mob Hit" ...
1
vote
3answers
20 views

Timer in XNA framework

I have a problem with my game. It is divided in a two states: GameState.MainMenu and GameState.Playing. I want to draw on screen the timer when I playing. I use gameTime.TotalGameTime.Minutesand ...
0
votes
1answer
12 views

ECSliding, two menu, timer malfunction

I'm using ECSliding and I have this problem! I have a topView and two menus, left (LeftViewController), right (RightViewController), both UIViewController. In the right menu I have a timer: ...
6
votes
1answer
113 views

How to remove yourself from an event handler?

What I want to do is basically remove a function from an event, without knowing the function's name. I have a FileSystemWatcher. If a file is created/renamed it checks its name. If it matches, it ...
0
votes
2answers
22 views

Why reseting setInterval it continues to call multiple function instance not one?

I have problem to pause and play setInterval, whenever I clearInterval and var = setInterval(func,time), it multiplies the instances on interval, and it starts to call 2 func per tick and so on. Here ...
0
votes
2answers
41 views

If the color on the screen equals a certain color, Java

Part of my program needs to see if the color at a certain point on the screen equals a certain color then preform an action. I can not figure out how to constantly check the point on the screen to see ...
-2
votes
1answer
71 views

Thread inside a System.Timers.Timer method

I have the following scenarios using System.Timers.Timer. Create a Timer object and assign the method _JobListener.Enabled = false; _JobListener.Elapsed += (this.JobListener_Elapsed); Within ...
7
votes
8answers
3k views

How to let Timer skip tick if the previous thread is still busy

I created a windows service, that is supposed to check a certain table in the db for new rows every 60 seconds. For every new row that was added, I need to do some heavy processing on the server that ...
-1
votes
3answers
69 views

Timer Tick more then 1 time at once C#

I am making a program where the timer1 sohuld activate anoter timer2 and then stop, in timer2 i activate timer1 again and stop timer2 and so it goes on and then i have a text log where it write the ...
1
vote
3answers
34 views

Auto login with JQuery Ajax?

the question is how I can create an auto login page with JQuery ajax? I also need it to work in a countdown manner. I mean I'm creating a login page, which will help shorten my testing time and I will ...
1
vote
3answers
40 views

My java class Updater don't update

I would like to know where is the problem in this class, I'm making a class that every n seconds make something, but it appear to do it only 1 time. this is the class import java.util.Timer; import ...
0
votes
2answers
30 views

Timer event c# Crash

I have a timer event as given below and I have got some suggestions from this post. Could you suggest me what is wrong with this? I am getting the following crash: Unable to cast object of type ...
1
vote
1answer
215 views

Write timer in Linux device driver

I'm newbies with the module linux. I try to create a counter module where the counter is increment on timer callback. The result of the counter must be send to an other module (a memory module). ...
3
votes
2answers
1k views

How do you use a TimerTask to run a thread?

I'm struggling to find documentation for the TimerTask function on Android. I need to run a thread at intervals using a TimerTask but have no idea how to go about this. Any advice or examples would be ...
6
votes
1answer
9k views

Timer and TimerTask in Android

I need a timer for my program. I have written it and it works fine on PC in emulalator program (Android 1.5/2.2). But it doesn't work on the real device (Android 1.5). What am I doing wrong? ...
0
votes
2answers
26 views

Jquery ajax post with timer event?

script $(document).ready(function () { var meter_id = $("#MeterReadingTypes li a.link_active").attr("id"); var range_id = $("#DateRangeTypes li a.link_active").attr("id"); ...
-1
votes
1answer
40 views

Call a method in variable period on everytime?

I have to call some webservice method in variable times, every time method runs it returns me next period time as long. I tried it with timer but after first calling, it can not understand new ...
0
votes
0answers
20 views

System Timer of the ARM Cortex-A8

I'm using the beaglebone with ARM Coretx A8. My aim is to have access to the system timer with the constant frequency and read its value directly. As I understand from this post How to measure ...
8
votes
8answers
8k views

Reliably stop System.Threading.Timer?

Well I've searched a lot for a solution to this. I'm looking for a clean and simple way to prevent the callback method of a System.Threading.Timer from being invoked after I've stopped it. I can't ...
1
vote
2answers
457 views

How to calculate the time taken by one process in objective c?

Hey there, I am fresh to iPhone development and Objective C. Sorry if this question is too stupid.... Here is my problem, I want to calculate the time taken by one of my function. like ...
1
vote
3answers
58 views

Threading/Timing in Java, what's the best for consistent results? [closed]

Okay, so I am in the process of creating a platformer game, not necessarily designed for gravity manipulation or jumps, but I need to use some sort of timing mechanism. Up until this point when ...
0
votes
1answer
32 views

How To Use Timer With Loop in Python

I want to listen serial port and save it for every 15 seconds. But I can't use time in loop. It gives an error as below. File "serial-reader.py", line 13 timer.start() ^ ...
2
votes
3answers
234 views

Fast and Precise Python Repeating Timer

I need to send repeating messages from a list quickly and precisely. One list needs to send the messages every 100ms, with a +/- 10ms window. I tried using the code below, but the problem is that the ...
-3
votes
0answers
26 views

Create a countdown timer in HTML5?

I need help trying to create a countdown timer in HTML5. For example, I want to display, the hours, minutes, seconds on the page and have them count down from (e.g) 2 hours. I am new to html5 and ...
0
votes
2answers
23 views

Performing work over a collection with events

I am starting a project where the program will poll a database every x seconds (say 10) and get rows that fall within a certain time period (based on a datetime field). This could be 0 - 40 rows or ...
1
vote
3answers
39 views

Winform app: Problems with threads and timers

I am making a very simple program in Winform (C#). However, I am having some problems with threads and timers. I am receiving a messaged called "The thread '' (0x1e30) has exited with code 0 (0x0)." ...
0
votes
3answers
85 views

How would I set a timer on the number entered into text box?

I'm trying to do a new CountDownTimer() with the time (to count down from) assigned by the number entered into a text box ("Number Decimal" box). For example, the user would type in "3", hit start, ...
2
votes
4answers
495 views

Calculate number of minutes until next run

This should be trivial, but my brain is running into a brick wall tonight. I have a process that will run once, then every n minutes of an hourly offset. EG, 15 minutes means run on the hour (say, ...
1
vote
3answers
44 views

Hide PHP Countdown Timer When Timer Reaches 0

I have this PHP countdown timer script, and I'm trying to have JQuery hide the timer when it reaches 0 days, 0 hours, 0 mins, 0 secs. I know the JQuery show() and hide() functions can be used here, ...
0
votes
0answers
43 views

Timer time does not change as variable?

Here is my code, private int V_Time = 1; . . . try { final Timer V_Timer; final Handler V_Handler; V_Timer = new Timer(); V_Handler = new Handler(Looper.getMainLooper()); ...
0
votes
3answers
46 views

Stopwatch changing button text in c#

Basically, I've got multiple button in my Form, and I want for it show a Stopwatch in the button.Text when the button is pressed. (Button is modified to be a toggle button.) and to stop and reset the ...
3
votes
3answers
1k views

Elapsed event v Tick event?

Is the Elapsed event of System.Timers.Timer effectively the same as the Tick event of System.Windows.Forms.Timer? In specific circumstances are there advantages of using one rather than the other?
0
votes
1answer
14 views

Cross thread violation error inside Timer_Tick event

My WinForm application invokes a thread to run a process, and also starts a WinForms Timer control Tick event at same time to display the progress of the thread process. public void ...
1
vote
2answers
335 views

Correct Usage Of System.Threading.Timer

I stumbled across some code similar to below: private void SomeCallBack(object state) { lock (_lock) { try { if (_timer == null) ...
0
votes
4answers
48 views

ASP.NET MVC - Timer

I am trying to implement something in ASP.NET MVC where I can make each user perform an action once every n minutes. I have come across controls such as Timer but, not quite sure what to use. I would ...
0
votes
0answers
9 views

How do make timer and fix mouse drag?

I'm writing this code for a Java game where circles of random size, color and location appear on a screen. I am having difficulty with implementing a timer which sets a time limit in which you have to ...
0
votes
2answers
215 views

How much will a timer event slow down my code in JavaScript

I am currently building a rather large web based application. My job is to build the interface using JavaScript and jQuery. Eventually the application will be using Ajax, C# and SQL. There is thus ...
0
votes
0answers
13 views

Background-Task for Countdown / Timer in Android activityView

I created a countdown timer with a good loocking output in mm:ss So if I switch to the activityView befor and come back to the activity with the timer, everything looks good but;-): timer is still ...
0
votes
0answers
19 views

Animation running in background?

I'm quite new in programming so this might be a simple question but i can't find the answer to it. I've made an animation and started it by anim.start(); then I make the visibility of the image view ...
0
votes
0answers
18 views

WPF UI window freezes when timer is running

I am building an application using the MVVM pttern in which I have a window with a tab control. WHen any tabitem is selected, I validate it for data errors using IDataError. I then populate a message ...
0
votes
3answers
59 views

UILabel text is not updating NSTimer objective c?

Hi I have Navigation based application in which there is a timer in one view. (View like : A, B & C) I have timer in C when I start timer it's working fine but when I push back to any view and ...
2
votes
3answers
5k views

How to start and stop Timer in Android?

Please any one tell me how to start the Timer and How to stop that
1
vote
0answers
25 views

Android Timer changing interval

I want to make a timer that changes a picture on the screen when the interval of the picture is over. for(int x = 0; x < intervals.size(); x++) { t.schedule(new ...
0
votes
1answer
4k views

Flash AS3 mouse move event listener and Timer Object

Ok I have this 100% width/height Flash embedded and when the user moves the mouse I want to display a panel, which disappears after x seconds if there is no more mouse movement. I think I need an ...
-4
votes
2answers
67 views

JQuery timeout function [closed]

I am trying to use jquery/javascript to do the following but am having trouble finding any information about how to get it done. I want to create a function that when called, will wait for 2 seconds ...
0
votes
1answer
33 views

Android recuring task best option?

Good morning everyone, I am sending data to a device from android each 40ms. Up until now, I have been using a while(true) thread and thread.sleep because I didn't know better :). Now I see I have a ...
0
votes
3answers
32 views

Run task after 10 seconds, unless user presses button

In my Android app, I want to schedule a task to run in 10 seconds, unless the user presses a specific button. What is the best way to do this? Should I use a java.util.Timer, ...
0
votes
0answers
14 views

How to create multiple countdown timer

I have been trying to create a multiple countdown timer and the number of timer will depend on the number of items i have in database. The countdown will depend on the time of the item created and end ...
4
votes
1answer
8k views

Background service need to send GPS location on server

I have problem with my Android application. I need an application that will send in background GPS location every 10 minutes to the server (here i have WCF service that work). Application need to send ...
0
votes
5answers
29 views

Is there a timer in black berry 10 that runs your functions after a specified time interval?

I searched the internet but there is very little documentation available on blackberry 10 development.Is there something in blackberry 10 that allows you to run a function forever after specified ...

1 2 3 4 5 107