Browse by Tags

Sorry, but there are no more tags available to filter with.
  • Strange behavior adjusting LargeIntervalTimer properties while Tick event is running

    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...
    Posted to How do I....? (Forum) by sgifford on 05-13-2008
  • Re: LargeIntervalTimer

    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...
  • Re: Largeintervaltimer

    I'm seeing this same behavior on a Symbol MC70. Does anyone have any further ideas about how to deal with this?
    Posted to Smart Device Framework (Forum) by SaucerBoy on 03-19-2008
  • Re: Largeintervaltimer

    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...
    Posted to Smart Device Framework (Forum) by ctacke on 03-03-2008
  • Re: LargeIntervalTimer start time

    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....
    Posted to How do I....? (Forum) by ctacke on 02-15-2008
  • LargeIntervalTimer start time

    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...
    Posted to How do I....? (Forum) by peakdesign on 02-15-2008
Page 1 of 1 (6 items)