Re: [IronPython] focus and selecting text in a TextBox with IronPython

2010-04-05 Thread Jimmy Schementi
Does the equivalent C#/VB code work? I'd think not; it's just a matter of using the TextBox selection APIs correctly. This sounds like a similar issue: http://social.msdn.microsoft.com/Forums/en-US/vbgeneral/thread/81b43024-6164-43c7-a6b6-e2f55c9412c8. Basically, I think you need to call Focus()

[IronPython] IronPython.Runtime.Types.PythonType Is not marked as Serializable Exception

2010-04-05 Thread mohammad mustaq
Hi Dino, If have tweaked your code to reproduce the exception that I am facing. Let me know if you need more details. thanks, Mustaq using System; using Microsoft.Scripting; using IronPython.Hosting; using Microsoft.Scripting.Hosting; class Foo { public static void Main(string[] args) {

Re: [IronPython] IronPython for asp.net and codefiles

2010-04-05 Thread Jimmy Schementi
No, currently the caching isn't customizable, but the caching is just the compiled code; the output of the HTML page is not cached at all by the DLR integration, so authentication should work just fine. From: Dody Gunawinata [mailto:empirebuil...@gmail.com] Sent: Wednesday, March 24, 2010 1:09 P

[IronPython] Python questions on DLR forums

2010-04-05 Thread Jimmy Schementi
Ironpython, os.system does not work correctly but does in regular Python http://social.msdn.microsoft.com/Forums/en-US/dlr/thread/e43322ce-a0b8-483e-a69d-416e73381666 IronPython using WCF client w config http://social.msdn.microsoft.com/Forums/en-US/dlr/thread/0c08afaa-252f-442e-b8d2-e1cdb9e0d522

Re: [IronPython] winforms and avalon samples

2010-04-05 Thread Michael Foord
On 05/04/2010 21:08, Jimmy Schementi wrote: avalon.py and winforms.py are still in the "Tutorial" directory of the IronPython binary zip, as well as in the installer ... Thanks Jimmy. Michael -Original Message- From: users-boun...@lists.ironpython.com [mailto:users-boun...@list

Re: [IronPython] winforms and avalon samples

2010-04-05 Thread Jimmy Schementi
avalon.py and winforms.py are still in the "Tutorial" directory of the IronPython binary zip, as well as in the installer ... -Original Message- From: users-boun...@lists.ironpython.com [mailto:users-boun...@lists.ironpython.com] On Behalf Of Michael Foord Sent: Sunday, April 04, 2010 1

[IronPython] WPF / ipy minimize weirdness?

2010-04-05 Thread Ken MacDonald
Hi, I have a WPF app and I'm trying to mess with WindowState. I have two windows, a modal selection dialog, and a main window. If I bring up the selection dialog with the main window in background, and minimize the selection dialog, it leaves the main window visible but you can't interact with it.

[IronPython] IronPython 2.6 CodePlex Source Update

2010-04-05 Thread merllab
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/65287. MODIFIED SOURCES $/IronPython/IronPython_2_6/Src/Runtime/Microsoft.Dynamic/ComI

[IronPython] IronPython 2.6 CodePlex Source Update

2010-04-05 Thread merllab
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/65283. ADDED SOURCES $/IronPython/IronPython_Main/Src/Hosts/SilverLight/Microsoft.Scri