[IronPython] IronPython 2.6 CodePlex Source Update

2009-06-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/53528. MODIFIED SOURCES $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Pro

Re: [IronPython] Users Digest, Vol 59, Issue 1 /how to work with delegates in IronPython/

2009-06-01 Thread Vadim Khaskel
Michael, here is my scenario: I have a list - messageBuffer that captures messages. Once this list gets a new message, event generated and combobox ads a new item. based on your example my combobox will do: self._comboBoxA.Event += function Is this just "Event" or any specific event, I un