Skip to main content

Microsoft Silverlight

Answered Question How can I make my DispatcherTimer tick more frequent than 60 times per second?RSS Feed

(0)

Grey Matter
Grey Matter

Member

Member

39 points

108 Posts

How can I make my DispatcherTimer tick more frequent than 60 times per second?

Even when I set:

myTimer.Interval = new TimeSpan(0, 0, 0, 0, 1);
it doesn't tick more than 60 times/second. 
There's another strange thing: when I set it's Interval = 20 msec it ticks 30 times per second, but it must make 50 ticks per second because 1 msec = 1/1000 sec.
I can't understand what's wrong? 
 

sl.ayer
sl.ayer

Participant

Participant

852 points

164 Posts

Answered Question

Re: How can I make my DispatcherTimer tick more frequent than 60 times per second?

Read this http://silverlight.net/forums/t/78615.aspx

  • Unanswered Question
  • Answered Question
  • Announcement
Microsoft Communities