On Wed, Jan 13, 2010 at 8:41 PM, <[email protected]> wrote:
> Send Users mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Users digest..." > > > Today's Topics: > > 1. Re: Silverlight code need help (Repost) (Jimmy Schementi) > 2. Re: Silverlight code need help (Repost) (Andrew Evans) > 3. Re: Silverlight code need help (Repost) (Andrew Evans) > 4. IronPython 2.6 CodePlex Source Update ([email protected]) > 5. IronPython.Modules.dll bug when access from Delphi > (Lukas Cenovsky) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Tue, 12 Jan 2010 21:52:09 +0000 > From: Jimmy Schementi <[email protected]> > To: Discussion of IronPython <[email protected]> > Subject: Re: [IronPython] Silverlight code need help (Repost) > Message-ID: > < > 1b42307cd4aadd438cdda2fe1121cc920a9...@tk5ex14mbxc141.redmond.corp.microsoft.com > > > > Content-Type: text/plain; charset="us-ascii" > > 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 > > > ------------------------------ > > Message: 2 > Date: Tue, 12 Jan 2010 15:37:04 -0800 > From: Andrew Evans <[email protected]> > To: Discussion of IronPython <[email protected]> > Subject: Re: [IronPython] Silverlight code need help (Repost) > Message-ID: > <[email protected]> > Content-Type: text/plain; charset="iso-8859-1" > > 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 < > [email protected]> 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 > > [email protected] > > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://lists.ironpython.com/pipermail/users-ironpython.com/attachments/20100112/51c326a5/attachment-0001.htm > > > > ------------------------------ > > Message: 3 > Date: Tue, 12 Jan 2010 16:16:57 -0800 > From: Andrew Evans <[email protected]> > To: Discussion of IronPython <[email protected]> > Subject: Re: [IronPython] Silverlight code need help (Repost) > Message-ID: > <[email protected]> > Content-Type: text/plain; charset="iso-8859-1" > > This hack seems to fix my problem only its backwards :-P > > self.video.NaturalDuration.TimeSpan.TotalSeconds - > self.video.Position.TotalSeconds > > will keep playing with it > > On Tue, Jan 12, 2010 at 3:37 PM, Andrew Evans <[email protected] > >wrote: > > > 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 < > > [email protected]> 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 > >> [email protected] > >> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > >> > > > > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://lists.ironpython.com/pipermail/users-ironpython.com/attachments/20100112/46bf116e/attachment-0001.htm > > > > ------------------------------ > > Message: 4 > Date: Wed, 13 Jan 2010 08:52:38 -0800 > From: <[email protected]> > To: <[email protected]> > Subject: [IronPython] IronPython 2.6 CodePlex Source Update > Message-ID: > < > 952f4568-ffb7-4983-9a89-6dfad2d4c...@tk5-exsmh-c101.redmond.corp.microsoft.com > > > > Content-Type: text/plain; charset="us-ascii" > > This is an automated email letting you know that sources > have recently been pushed out. You can download these newer > sources directly from > http://ironpython.codeplex.com/SourceControl/changeset/view/63205. > > MODIFIED SOURCES > > $/IronPython/IronPython_Main/Src/Tests/interop/net/type/test_reachtype.py > $/IronPython/IronPython_Main/Src/Tests/test_ironmath.py > $/IronPython/IronPython_Main/Src/Tests/test_class.py > $/IronPython/IronPython_Main/Src/Tests/test_methoddispatch.py > $/IronPython/IronPython_Main/Src/Tests/test_numberhash.py > > CHECKIN COMMENTS > > -------------------------------------------------------------------------------- > Changeset Id: 1459771 > Date: 1/12/2010 8:59:25 AM > > 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. > > > > (Shelveset: NET40_BUGS02;REDMOND\dfugate | SNAP CheckinId: 10120) > > > > > > ------------------------------ > > Message: 5 > Date: Wed, 13 Jan 2010 19:36:59 +0100 > From: Lukas Cenovsky <[email protected]> > To: Discussion of IronPython <[email protected]> > Subject: [IronPython] IronPython.Modules.dll bug when access from > Delphi > Message-ID: <[email protected]> > Content-Type: text/plain; charset="iso-8859-2"; Format="flowed" > > Hi, > I have almost succesfully managed to access IronPython from Delphi 7 > (Win32). But I have also encountered a bug connected with > IronPython.Modules.dll. > > Here are steps to recreate it: > 1. Unzip the attached file somewhere > 2) Put IronPython IronPython-2.6 with IronPython dlls to the same folder > (or change the path in Host\build.bat) > 3) Build the host with Host\build.bat > 4) Run Host\Host.exe - it runs OK > 5) Run Delphi\IpyTest.exe - it runs OK > 6) Put IronPython.Modules.dll to Delphi\ folder > 7) Run Delphi\IpyTest.exe - it freezes. It freezes during creating > IronPython engine. > 8) Host\Host.exe runs fine with IronPython.Modules.dll > > I don't know how to debug this problem - can somebody please look at it? > Thank you. > > -- > -- Luk?? > > -------------- next part -------------- > A non-text attachment was scrubbed... > Name: IronPythonBug.zip > Type: application/x-zip-compressed > Size: 123440 bytes > Desc: not available > URL: < > http://lists.ironpython.com/pipermail/users-ironpython.com/attachments/20100113/7f8d70f8/attachment.bin > > > > ------------------------------ > > _______________________________________________ > Users mailing list > [email protected] > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com > > > End of Users Digest, Vol 66, Issue 19 > ************************************* > -- Arno Janse van Rensburg e-mail : [email protected] cell : 0828765691
_______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
