locked
Timer object dies after WHS Console Loads RRS feed

  • Question

  • I have a weird issue, I have a Timer object that is used to refresh the status every 2 seconds on my custom tab. I have put messagebox.show("Timer object tick"); in the timer's Tick code. When I launch WHS Console my Timer object fires, and every two seconds another message box appears - great it looks like things are working, however, the WHS Console is blocked from fully loading at this point.

     

    Then I remove all the message boxes and wait for WHS Console to finish loading, as soon as this happens my Timer object no longer works as if it has been stopped. Why does WHS terminate my timer? I really want status updates every 2 seconds, how do I implement this? I've been forced to use a refresh button, but that is a really lame workaround.

     

    Please help.

    Wednesday, August 8, 2007 6:15 PM