Re: [IronPython] How to capture a 'Carriage Return' in a windows form ?

2009-07-01 Thread Brannon Jones
Set the AcceptsReturn property on the TextBox: http://msdn.microsoft.com/en-us/library/system.windows.forms.textbox.acceptsreturn.aspx You'll also need to set the AcceptButton property on the Form: http://msdn

[IronPython] IronPython 2.6 CodePlex Source Update

2009-07-01 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/55800. MODIFIED SOURCES $/IronPython/IronPython_Main/Src/Hosts/SilverLight/Chiron/Prop

Re: [IronPython] How to capture a 'Carriage Return' in a windows form ?

2009-07-01 Thread Brian Curtin
On Wed, Jul 1, 2009 at 09:31, Sivaguru Perambalam wrote: > Hello , > > I have a Windows form with a text box and a button. > What I want to implement it, when the user hits the 'Enter' key in the text > box, the function that's linked to the ButtonClick event has to be invoked. > Please give me li

[IronPython] How to capture a 'Carriage Return' in a windows form ?

2009-07-01 Thread Sivaguru Perambalam
Hello , I have a Windows form with a text box and a button. What I want to implement it, when the user hits the 'Enter' key in the text box, the function that's linked to the ButtonClick event has to be invoked. Please give me like a code example of how this could be done in a simpler way, since I

Re: [IronPython] Bazaar on IronPython

2009-07-01 Thread Seo Sanghyeon
2009/6/30 Martin (gzlist) : > For anyone who is interested, I have done a little work getting the > DVCS bazaar working on IronPython 2.0 and 2.6 - please see this > message and attached patch: > You seem to use xmllib to get Element