Ok that has been done, but the values are incrementing correctly. So I am not exactly sure why its doing this<br><br>I checked all values in that function. They increment as floating point numbers (time in milliseconds), which is correct. <br>
<br>Any other suggestions ;)<br><br><br><div class="gmail_quote">On Tue, Jan 12, 2010 at 1:52 PM, Jimmy Schementi <span dir="ltr"><<a href="mailto:Jimmy.Schementi@microsoft.com">Jimmy.Schementi@microsoft.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Thanks =)<br>
<br>
It's most likely an issue in the MyTimeToTick method. You should do some print-statement-debugging to make sure the properties you're using to compute the slider position are correct. To see the print statements, put this at the top of your file:<br>
<br>
import sys<br>
from Microsoft.Scripting.Silverlight import Repl<br>
repl = Repl.Show()<br>
sys.stdout = repl.output_buffer<br>
<br>
... and then "print "Hello, World"" will show up in the "IronPython Console" tab.<br>
<font color="#888888"><br>
~Jimmy<br>
</font><div><div></div><div class="h5">_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.ironpython.com">Users@lists.ironpython.com</a><br>
<a href="http://lists.ironpython.com/listinfo.cgi/users-ironpython.com" target="_blank">http://lists.ironpython.com/listinfo.cgi/users-ironpython.com</a><br>
</div></div></blockquote></div><br>