Scope of the Pages in a Silverlight application
Posted
by AngryHacker
on Stack Overflow
See other posts from Stack Overflow
or by AngryHacker
Published on 2009-12-24T06:51:46Z
Indexed on
2010/05/22
20:50 UTC
Read the original article
Hit count: 380
I have an app built with the Silverlight Navigation Application Template.
I have a main form (e.g. MainPage.xaml) and a bunch of Silverlight Pages, which are swapped in and out of the main content area.
In the MainPage.xaml, I have a DispatcherTimer which hits some Uri resources, regardless of which page I am on. Every now and then, it will inexplicably stop firing.
I have an inkling that it has to do with the scope of various pages. Can pages inside the MainPage.xaml take away the scope from its parent?
Or is this something much simpler?
© Stack Overflow or respective owner