Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
-1 votes
1 answer
230 views

How to implement a calendar event-driven workflow in Java

The project I work in requires me to write a service in Java that acts as a calendar. It should be possible to put events on the calendar, at a specific point in time. And there should be a process ...
Kjeld's user avatar
  • 462
3 votes
2 answers
4k views

RxJs: How to emit events at predefined times?

I have some pre-defined events set to occur at specific times. And I have a timer, like this: const timer = Rx.Observable.interval(100).timeInterval() .map(x => x.interval) .scan((ms, ...
mookie the swede's user avatar
-2 votes
1 answer
148 views

Javascript Timed Event/ Image?

What I want to program is a timed event that occurs when a person opens a web page. They will get to a page on the website where an image will be displayed for an amount of time (say 10 seconds) and ...
Kristi's user avatar
  • 1
-1 votes
3 answers
282 views

timed events to loop forever

I have this code which is executed on page load: <script type="text/javascript"> function timedEvent1() { setTimeout("ShowObjectWithEffect('wb_TextArt2', 1, 'dropup', 500)",0); setTimeout("...
supersonictt's user avatar
0 votes
0 answers
341 views

Android's best approach for precise timed events handling

I´m trying to improve my events handling system to make it more robust, improving precision stability. Since the it´s a time based event handling/answering system, the first relevant decision would ...
Gabriel Simões's user avatar
0 votes
1 answer
667 views

Creating a Win32_LocalTime _instancemodificationevent non repeating event

I have a question that I dont seem to be able to find an answer to. I am using WMI to create some timed events, and so far they are working well. The events repeat on the scheduled cycle as expected. ...
The Frog's user avatar