Re: [IronPython] Slider In IronPython

2010-01-07 Thread Andrew Evans
I have debugged some of the code now it loads for a second then it some how refreshes and disappears not sure what I am doing wrong Any ideas Cheers Here is the full code hope that's alright :D from System.Windows import Application from System.Windows.Controls import MediaElement from System.

Re: [IronPython] Slider In IronPython

2010-01-06 Thread Andrew Evans
It is not working and I would appreciate the feedback to get it to work Sorry about my double post ___ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

[IronPython] Slider In IronPython

2010-01-06 Thread Andrew Evans
Ok I guess my first question is: Is there anyway to debug Silverlight Applications. When I receive no errors makes it hard to do any debugging any suggestions? Next question Making a slider for a video player here is the essential source. I appreciate the feedback # BEGIN LOTS OF CODE #