Sorry, but there are no more tags available to filter with.
-
VS 2008 SP1, CF.NET 3.5 SP1, SDF 2.3.0.0 Hi, LargeIntervalTimers are firing on my devices but not in any of the emulators. My devices are HTC TYTN II's running Windows 6.1. I have tried the 6.0 and even 5.0 emulator and the timer doesn't fire. This isn't just my own code, it get the same...
-
Hi! I've made an application that uses LargeIntervalTimer and it has been working great for a long time. But suddenly the whole application started crashing my phone and I fired up the debugger. And suddenly the LargeIntervalTimer is firing at least every second! I have made no code changes and the...
-
Hello, I am using a LargeIntervalTimer for an event that should occur every 30 seconds, or when a user requests it be performed right now (think of a POP mail checker). The event may take longer than 30 seconds, and should be run again 30 seconds after it completes not 30 seconds after it starts (otherwise...
-
Can someone explain why running the LargeIntervalTimer works as expected when initializing in a main and using a static delegate, but when using a main which instantiates a class that in turn instantiates a LargeIntervalTimer that calls an intstance delegate ceases to respond after about 3 hours? I am...
-
I'm seeing this same behavior on a Symbol MC70. Does anyone have any further ideas about how to deal with this?
-
Wow - that's freaky behavior. All the LIT does is register for a system notification with a named event and then spawns a worker thread that block on that event, so it's not doing anything with the clock specifically. We didn't test with multiple LITs running at once and you might want to...
-
Depending on the platform's kernel, notification set for a very short period of time in the future may just fire immediately. The default in the Platform Builder source last I checked (which was way back at CE 3.0) was 11 seconds or less will fire immediately, but this can be changed by the OEM....
-
Hello, Using VB2005, .NET CF2 SP2, SDF2.2, PowerPC2003 device I am trying to use the LargeIntervalTimer for a datalogging application, where I want to wake up and take readings at intervals of a few seconds up to several hours. I set the Interval and FirstEventTime properties to the correct interval...
Page 1 of 1 (8 items)