Ok that has been done, but the values are incrementing correctly. So I am
not exactly sure why its doing this

I checked all values in that function. They increment as floating point
numbers (time in milliseconds), which is correct.

Any other suggestions ;)


On Tue, Jan 12, 2010 at 1:52 PM, Jimmy Schementi <
jimmy.scheme...@microsoft.com> wrote:

> Thanks =)
>
> 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:
>
> import sys
> from Microsoft.Scripting.Silverlight import Repl
> repl = Repl.Show()
> sys.stdout = repl.output_buffer
>
> ... and then "print "Hello, World"" will show up in the "IronPython
> Console" tab.
>
> ~Jimmy
> _______________________________________________
> Users mailing list
> Users@lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>
_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to