1
vote
3answers
60 views
Question on C++ Timers
I am currently working on a project that will act like a Online selling website such as Amazon, or Ebay in a very small scale. I was wondering if anyone could point me in the right …
1
vote
3answers
47 views
Web timer using Python
I would like to create web page which will print simple message
x minutes to shutdown
where 'x' would decrease once a minute automatically without clicking 'refresh' in web brow …
1
vote
3answers
40 views
How can I know how long the current page has been loaded using Jquery or Javascript?
How can I know how long the current page has been loaded using Jquery or Javascript? What function?
0
votes
2answers
21 views
Got an error 1120 ~ Access of undefined property.
Hey all,
This is not your typical 1120. I know better than to have buttons/MCs without instance names on the timeline.
Nope, this problem resides in a I timer I built from script …
2
votes
7answers
728 views
python: how to send packets in multi thread and then the thread kill itself
Hi, I have a question. I'd like to send a continuous streams of byte to some host for certain amount of time (let's say 1 minute) using python.
Here is my code so far:
#! /usr/b …
1
vote
3answers
38 views
How can I have an ascx postback and refresh itself automatically every X seconds?
I have an ascx control bound to a datasource with frequently changing data. Is there a quick way to have an ascx control postback, rebind and refresh itself every X seconds. The as …
0
votes
2answers
119 views
IF Statement Seems To Work Fine On Simulator, But Not On Device!
Hi Guys,
Ok, the problem is that when my app runs on the simulator it seems to work fine. On the device, however it does not update all the labels. I think the error is somewhere …
0
votes
1answer
55 views
Timer for a polling windows service
I wrote a Timer class in order to use it within a windows service that is polling another system. I did this because I had two issues that the System.Timers.Timer is not addressing …
0
votes
1answer
36 views
WPF application crash when running as a screensaver
I have a WPF application that runs perfectly as an exe, but running as a screensaver causes some problems. If I run the screensaver by double-click on the scr directly it works fin …
0
votes
4answers
91 views
Using C# Timer to stop executing a Program
I want a program to stop executing for a certain amount of time. And i want this to happen in regular intervals. For example, i want a program to run for 5 minutes and then it shou …
0
votes
3answers
81 views
c# windows service problem with memory (memory leak?)
Hi all, I have a little problem with memory management in a Windows Service written in C# (framework 3.5, visual studio 2008).
The service run fine, with a Timer and a CallBack th …
0
votes
2answers
49 views
Throwing exceptions in callback method for Timers
I was unable to find an answer to this question anywhere...
What happens with the exceptions thrown in the callback method for System.Threading.Timer, (or in the event handler for …
0
votes
1answer
42 views
Creating a PowerShell job that executes a SQL command every 5 minutes
I'm creating a PowerShell script that I'm going to execute using Start-Job. The job should continuously run in the background until I tell it to stop using Stop-Job. It should ex …
0
votes
3answers
117 views
[C#] Stopping timer in its callback method
I have a System.Threading.Timer that calls its appropriate event handler (callback) every 10 ms. The method itself is not reentrant and can sometimes take way longer than 10 ms. Th …
0
votes
2answers
553 views
[iPhone] Delaying but not disabling iPhone auto-lock
Hi everyone,
I currently have a very simple app for which the only interaction is shaking the iPhone. However eventually the screen dims and auto-locks since the iPhone is not ge …
