Questions tagged [timed-events]
23 questions
0
votes
1 answer
Automatically send SQL table contents to an email address
I've setup a flash game that reports scores via php to a table in a MySQL database that I access through phpMyAdmin.
I'd like to be able to set it up so that at 10am on the 22nd December for eg, the system emails me a backup of the database so I…

bbeckford
- 4,467
- 6
- 34
- 48
0
votes
2 answers
Close form in a timed event
I can't make the form "frmDOOR" close in 'OnTimeEvent'.
frmDOOR close = new frmDOOR
close.close();
It's not working. It even makes the timedevent repeat itself even though I have autoreset set to false. I hope you can find out what I'm doing wrong,…

Arvid Wikström Wiren
- 39
- 2
- 12
0
votes
3 answers
Creating a window application that will perform certain action after every 10 minutes
I was wondering would I still need to use a basic game loop for this particular operation?

cpx
- 17,009
- 20
- 87
- 142
0
votes
1 answer
Timed for-loop in javascript
I want to trigger my for-loop every 2 seconds.
My code works but makes three ball objects at once instead of making one ball every 2 seconds 3 three times in a row.
Here's my for-loop, this is just a part of my code.
for (i=0;i<3;i++) {
ball=…

HeadachePanda
- 175
- 1
- 12
0
votes
1 answer
Activity Diagram with timed events
Draw an activity diagram
using signals to capture the following series of events:
Three days before the flight, my travel agent emails me with a list
of required travel documents.
If the list is not received by the three day deadline I cancel the…

David Gordon
- 287
- 4
- 17
0
votes
1 answer
What happens when FlurryWP8SDK.Api.EndTimedEvent isn't called?
What happens if FlurryWP8SDK.Api.LogEvent is called with a timed=true parameter but the FlurryWP8SDK.Api.EndTimedEvent is never called? Does the event still get logged without a time component?

Gavin
- 5,629
- 7
- 44
- 86
-1
votes
2 answers
Timed delayed auto page redirect JQuery Mobile
Hi I am trying to make a page redirect automatically to another page, in a JQM multi-page index. I also want the redirect to be delayed for about 3 seconds. So basically i want #behavior-summary (show up for 3 seconds) and go back to #order-summary…

Andreas Michael
- 5
- 3
-1
votes
2 answers
Getting code to run on all pages based on date
I am trying to create a program that has two main parts: Projects and Audits
A Project will have a start date and a number that will tell it how many days until completion (they're all preset).
I need an Audit to be created say one day before the…

James Owens
- 3
- 1