<br><br><div class="gmail_quote">On Wed, Jan 13, 2010 at 8:41 PM,  <span dir="ltr">&lt;<a href="mailto:users-request@lists.ironpython.com">users-request@lists.ironpython.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Send Users mailing list submissions to<br>
        <a href="mailto:users@lists.ironpython.com">users@lists.ironpython.com</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<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>
or, via email, send a message with subject or body &#39;help&#39; to<br>
        <a href="mailto:users-request@lists.ironpython.com">users-request@lists.ironpython.com</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:users-owner@lists.ironpython.com">users-owner@lists.ironpython.com</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of Users digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
   1. Re: Silverlight code need help (Repost) (Jimmy Schementi)<br>
   2. Re: Silverlight code need help (Repost) (Andrew Evans)<br>
   3. Re: Silverlight code need help (Repost) (Andrew Evans)<br>
   4. IronPython 2.6 CodePlex Source Update (<a href="mailto:merllab@microsoft.com">merllab@microsoft.com</a>)<br>
   5. IronPython.Modules.dll bug when access from Delphi<br>
      (Lukas Cenovsky)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Tue, 12 Jan 2010 21:52:09 +0000<br>
From: Jimmy Schementi &lt;<a href="mailto:Jimmy.Schementi@microsoft.com">Jimmy.Schementi@microsoft.com</a>&gt;<br>
To: Discussion of IronPython &lt;<a href="mailto:users@lists.ironpython.com">users@lists.ironpython.com</a>&gt;<br>
Subject: Re: [IronPython] Silverlight code need help (Repost)<br>
Message-ID:<br>
        &lt;<a href="mailto:1B42307CD4AADD438CDDA2FE1121CC920A9448@TK5EX14MBXC141.redmond.corp.microsoft.com">1B42307CD4AADD438CDDA2FE1121CC920A9448@TK5EX14MBXC141.redmond.corp.microsoft.com</a>&gt;<br>
<br>
Content-Type: text/plain; charset=&quot;us-ascii&quot;<br>
<br>
Thanks =)<br>
<br>
It&#39;s most likely an issue in the MyTimeToTick method. You should do some print-statement-debugging to make sure the properties you&#39;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 &quot;print &quot;Hello, World&quot;&quot; will show up in the &quot;IronPython Console&quot; tab.<br>
<br>
~Jimmy<br>
<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Tue, 12 Jan 2010 15:37:04 -0800<br>
From: Andrew Evans &lt;<a href="mailto:andrew.canit@gmail.com">andrew.canit@gmail.com</a>&gt;<br>
To: Discussion of IronPython &lt;<a href="mailto:users@lists.ironpython.com">users@lists.ironpython.com</a>&gt;<br>
Subject: Re: [IronPython] Silverlight code need help (Repost)<br>
Message-ID:<br>
        &lt;<a href="mailto:321b88ab1001121537y2acac566u916492893d41c751@mail.gmail.com">321b88ab1001121537y2acac566u916492893d41c751@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
Ok that has been done, but the values are incrementing correctly. So I am<br>
not exactly sure why its doing this<br>
<br>
I checked all values in that function. They increment as floating point<br>
numbers (time in milliseconds), which is correct.<br>
<br>
Any other suggestions ;)<br>
<br>
<br>
On Tue, Jan 12, 2010 at 1:52 PM, Jimmy Schementi &lt;<br>
<a href="mailto:Jimmy.Schementi@microsoft.com">Jimmy.Schementi@microsoft.com</a>&gt; wrote:<br>
<br>
&gt; Thanks =)<br>
&gt;<br>
&gt; It&#39;s most likely an issue in the MyTimeToTick method. You should do some<br>
&gt; print-statement-debugging to make sure the properties you&#39;re using to<br>
&gt; compute the slider position are correct. To see the print statements, put<br>
&gt; this at the top of your file:<br>
&gt;<br>
&gt; import sys<br>
&gt; from Microsoft.Scripting.Silverlight import Repl<br>
&gt; repl = Repl.Show()<br>
&gt; sys.stdout = repl.output_buffer<br>
&gt;<br>
&gt; ... and then &quot;print &quot;Hello, World&quot;&quot; will show up in the &quot;IronPython<br>
&gt; Console&quot; tab.<br>
&gt;<br>
&gt; ~Jimmy<br>
&gt; _______________________________________________<br>
&gt; Users mailing list<br>
&gt; <a href="mailto:Users@lists.ironpython.com">Users@lists.ironpython.com</a><br>
&gt; <a href="http://lists.ironpython.com/listinfo.cgi/users-ironpython.com" target="_blank">http://lists.ironpython.com/listinfo.cgi/users-ironpython.com</a><br>
&gt;<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: &lt;<a href="http://lists.ironpython.com/pipermail/users-ironpython.com/attachments/20100112/51c326a5/attachment-0001.htm" target="_blank">http://lists.ironpython.com/pipermail/users-ironpython.com/attachments/20100112/51c326a5/attachment-0001.htm</a>&gt;<br>

<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Tue, 12 Jan 2010 16:16:57 -0800<br>
From: Andrew Evans &lt;<a href="mailto:andrew.canit@gmail.com">andrew.canit@gmail.com</a>&gt;<br>
To: Discussion of IronPython &lt;<a href="mailto:users@lists.ironpython.com">users@lists.ironpython.com</a>&gt;<br>
Subject: Re: [IronPython] Silverlight code need help (Repost)<br>
Message-ID:<br>
        &lt;<a href="mailto:321b88ab1001121616m66291468rfe89a544c0d408c6@mail.gmail.com">321b88ab1001121616m66291468rfe89a544c0d408c6@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
This hack seems to fix my problem only its backwards :-P<br>
<br>
self.video.NaturalDuration.TimeSpan.TotalSeconds -<br>
self.video.Position.TotalSeconds<br>
<br>
will keep playing with it<br>
<br>
On Tue, Jan 12, 2010 at 3:37 PM, Andrew Evans &lt;<a href="mailto:andrew.canit@gmail.com">andrew.canit@gmail.com</a>&gt;wrote:<br>
<br>
&gt; Ok that has been done, but the values are incrementing correctly. So I am<br>
&gt; not exactly sure why its doing this<br>
&gt;<br>
&gt; I checked all values in that function. They increment as floating point<br>
&gt; numbers (time in milliseconds), which is correct.<br>
&gt;<br>
&gt; Any other suggestions ;)<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On Tue, Jan 12, 2010 at 1:52 PM, Jimmy Schementi &lt;<br>
&gt; <a href="mailto:Jimmy.Schementi@microsoft.com">Jimmy.Schementi@microsoft.com</a>&gt; wrote:<br>
&gt;<br>
&gt;&gt; Thanks =)<br>
&gt;&gt;<br>
&gt;&gt; It&#39;s most likely an issue in the MyTimeToTick method. You should do some<br>
&gt;&gt; print-statement-debugging to make sure the properties you&#39;re using to<br>
&gt;&gt; compute the slider position are correct. To see the print statements, put<br>
&gt;&gt; this at the top of your file:<br>
&gt;&gt;<br>
&gt;&gt; import sys<br>
&gt;&gt; from Microsoft.Scripting.Silverlight import Repl<br>
&gt;&gt; repl = Repl.Show()<br>
&gt;&gt; sys.stdout = repl.output_buffer<br>
&gt;&gt;<br>
&gt;&gt; ... and then &quot;print &quot;Hello, World&quot;&quot; will show up in the &quot;IronPython<br>
&gt;&gt; Console&quot; tab.<br>
&gt;&gt;<br>
&gt;&gt; ~Jimmy<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Users mailing list<br>
&gt;&gt; <a href="mailto:Users@lists.ironpython.com">Users@lists.ironpython.com</a><br>
&gt;&gt; <a href="http://lists.ironpython.com/listinfo.cgi/users-ironpython.com" target="_blank">http://lists.ironpython.com/listinfo.cgi/users-ironpython.com</a><br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: &lt;<a href="http://lists.ironpython.com/pipermail/users-ironpython.com/attachments/20100112/46bf116e/attachment-0001.htm" target="_blank">http://lists.ironpython.com/pipermail/users-ironpython.com/attachments/20100112/46bf116e/attachment-0001.htm</a>&gt;<br>

<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Wed, 13 Jan 2010 08:52:38 -0800<br>
From: &lt;<a href="mailto:merllab@microsoft.com">merllab@microsoft.com</a>&gt;<br>
To: &lt;<a href="mailto:users@lists.ironpython.com">users@lists.ironpython.com</a>&gt;<br>
Subject: [IronPython] IronPython 2.6 CodePlex Source Update<br>
Message-ID:<br>
        &lt;<a href="mailto:952f4568-ffb7-4983-9a89-6dfad2d4cfdb@tk5-exsmh-c101.redmond.corp.microsoft.com">952f4568-ffb7-4983-9a89-6dfad2d4cfdb@tk5-exsmh-c101.redmond.corp.microsoft.com</a>&gt;<br>
<br>
Content-Type: text/plain; charset=&quot;us-ascii&quot;<br>
<br>
This is an automated email letting you know that sources<br>
have recently been pushed out.  You can download these newer<br>
sources directly from <a href="http://ironpython.codeplex.com/SourceControl/changeset/view/63205" target="_blank">http://ironpython.codeplex.com/SourceControl/changeset/view/63205</a>.<br>
<br>
MODIFIED SOURCES<br>
        $/IronPython/IronPython_Main/Src/Tests/interop/net/type/test_reachtype.py<br>
        $/IronPython/IronPython_Main/Src/Tests/test_ironmath.py<br>
        $/IronPython/IronPython_Main/Src/Tests/test_class.py<br>
        $/IronPython/IronPython_Main/Src/Tests/test_methoddispatch.py<br>
        $/IronPython/IronPython_Main/Src/Tests/test_numberhash.py<br>
<br>
CHECKIN COMMENTS<br>
--------------------------------------------------------------------------------<br>
Changeset Id: 1459771<br>
Date: 1/12/2010 8:59:25 AM<br>
<br>
Filed a handful of .NET 4.0 bugs - (CPy) test_bytes.py, (CPy) test_complex.py, (CPy) test_uuid.py, test_class.py, test_ironmath.py, test_methoddispatch.py, test_numberhash.py, and test_reachtype.py.<br>
<br>
<br>
<br>
(Shelveset: NET40_BUGS02;REDMOND\dfugate | SNAP CheckinId: 10120)<br>
<br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 5<br>
Date: Wed, 13 Jan 2010 19:36:59 +0100<br>
From: Lukas Cenovsky &lt;<a href="mailto:cenovsky@bakalari.cz">cenovsky@bakalari.cz</a>&gt;<br>
To: Discussion of IronPython &lt;<a href="mailto:users@lists.ironpython.com">users@lists.ironpython.com</a>&gt;<br>
Subject: [IronPython] IronPython.Modules.dll bug when access from<br>
        Delphi<br>
Message-ID: &lt;<a href="mailto:4B4E12CB.8060909@bakalari.cz">4B4E12CB.8060909@bakalari.cz</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-2&quot;; Format=&quot;flowed&quot;<br>
<br>
Hi,<br>
I have almost succesfully managed to access IronPython from Delphi 7<br>
(Win32). But I have also encountered a bug connected with<br>
IronPython.Modules.dll.<br>
<br>
Here are steps to recreate it:<br>
1. Unzip the attached file somewhere<br>
2) Put IronPython IronPython-2.6 with IronPython dlls to the same folder<br>
(or change the path in Host\build.bat)<br>
3) Build the host with Host\build.bat<br>
4) Run Host\Host.exe - it runs OK<br>
5) Run Delphi\IpyTest.exe - it runs OK<br>
6) Put IronPython.Modules.dll to Delphi\ folder<br>
7) Run Delphi\IpyTest.exe - it freezes. It freezes during creating<br>
IronPython engine.<br>
8) Host\Host.exe runs fine with IronPython.Modules.dll<br>
<br>
I don&#39;t know how to debug this problem - can somebody please look at it?<br>
Thank you.<br>
<br>
--<br>
-- Luk??<br>
<br>
-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: IronPythonBug.zip<br>
Type: application/x-zip-compressed<br>
Size: 123440 bytes<br>
Desc: not available<br>
URL: &lt;<a href="http://lists.ironpython.com/pipermail/users-ironpython.com/attachments/20100113/7f8d70f8/attachment.bin" target="_blank">http://lists.ironpython.com/pipermail/users-ironpython.com/attachments/20100113/7f8d70f8/attachment.bin</a>&gt;<br>

<br>
------------------------------<br>
<br>
_______________________________________________<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>
<br>
<br>
End of Users Digest, Vol 66, Issue 19<br>
*************************************<br>
</blockquote></div><br><br clear="all"><br>-- <br>Arno Janse van Rensburg<br>e-mail : <a href="mailto:arno.jansevanrensburg@gmail.com">arno.jansevanrensburg@gmail.com</a><br>cell : 0828765691<br>