Advanced Forum Search Results
-
Thanks for the response.
Here's what I have so far:
(That was all test data, so of course the stats, score and amount of shots don't match up. The tablet PC app is calculating most of the stats, so I'm just reading them in from XML instead of recalculating them all)
Currently, the Silverlight application ...
-
Alright, so here's where I'm at now:
Step 1: Create a Timer in Silverlight (http://blogs.msdn.com/silverlight_sdk/archive/2008/03/27/make-a-silverlight-timer-silverlight-2.aspx)
Unfortuately, it looks like this will have to be a separate timer from the one I'm using in ASP.NET AJAX unless someone has a suggestion. I ...
-
Hi all,
I'm using .NET 3.5 and Silverlight 2 Beta 1. I'm new to Silverlight so it's possible I'm not conceptualizing this properly.
Basically, we have a basketball Tablet PC application that allows inputs of shots, fouls, etc. that uploads a new XML file via FTP every so often. People can "watch" the progress of the ...