From hindy.ilan at gmail.com Sun Oct 2 06:02:17 2016 From: hindy.ilan at gmail.com (=?UTF-8?B?15DXmdec158g15TXmdeg15PXmQ==?=) Date: Sun, 2 Oct 2016 13:02:17 +0300 Subject: [Ironpython-users] Binding forground to method Message-ID: I am trying to bind the foreground of list box item to a method My XAML is And in the class I have a method named SetForeground that returns a Brush I get an exception (but it does not say what king of exception) Can you tell me what wrong Ilan Hindy e-mail : Hindy.Ilan at gmail.com celular : +972-54-4292112 home : +972-9-9570521 -------------- next part -------------- An HTML attachment was scrubbed... URL: From hindy.ilan at gmail.com Mon Oct 3 05:38:59 2016 From: hindy.ilan at gmail.com (=?UTF-8?B?15DXmdec158g15TXmdeg15PXmQ==?=) Date: Mon, 3 Oct 2016 12:38:59 +0300 Subject: [Ironpython-users] Binding property to method in IronPython Message-ID: I am working in IronPython I am trying to bind the foreground of list box item to a method In order to see what is the right way I created a simple c# application In which the XAML looks like this I also created a class named SetForeground which looks like this public sealed class SetForeground : IValueConverter { public object Convert(object value, Type targetType, object parameter, CultureInfo culture) { return Brushes.Brown; throw new NotImplementedException(); } public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture) { throw new NotImplementedException(); } } I activated the project and it worked Now I wanted to do the same solution in IronPython but I encountered with the problem of what namespace to write in the following XAML statement (In the window header) xmlns:local="clr-namespace:WpfTest" can you help ? are there any other adjustments that have to be made in transforming the solution to IronPython? Ilan Hindy e-mail : Hindy.Ilan at gmail.com celular : +972-54-4292112 home : +972-9-9570521 -------------- next part -------------- An HTML attachment was scrubbed... URL: From flebber.crue at gmail.com Fri Oct 7 22:13:19 2016 From: flebber.crue at gmail.com (Sayth Renshaw) Date: Sat, 08 Oct 2016 02:13:19 +0000 Subject: [Ironpython-users] Xmlslurper & linq Message-ID: Is it possible to use xmlslurper and linq to parse xml from ironpython? Would like the extra facility in these over lxml. Cheers Sayth -------------- next part -------------- An HTML attachment was scrubbed... URL: From mark.rivet at yahoo.com Sat Oct 8 08:32:41 2016 From: mark.rivet at yahoo.com (Mark Rivet) Date: Sat, 8 Oct 2016 12:32:41 +0000 (UTC) Subject: [Ironpython-users] Where is the latest info References: <953799329.479503.1475929961381.ref@mail.yahoo.com> Message-ID: <953799329.479503.1475929961381@mail.yahoo.com> blockquote, div.yahoo_quoted { margin-left: 0 !important; border-left:1px #715FFA solid !important; padding-left:1ex !important; background-color:white !important; } Hello everyone. I am new to python and ironpython. I was looking for a book but all I found was something written in 2009 and 2010. Where do I start? Confused.? Sent from Yahoo Mail for iPhone -------------- next part -------------- An HTML attachment was scrubbed... URL: From slide.o.mix at gmail.com Sun Oct 16 11:48:54 2016 From: slide.o.mix at gmail.com (Slide) Date: Sun, 16 Oct 2016 15:48:54 +0000 Subject: [Ironpython-users] IronPython 2.7.7 RC0 Released Message-ID: On behalf of the IronPython Community, I am happy to announce the release of RC0 for IronPython 2.7.7. This release includes the following issue fixes: https://github.com/IronLanguages/main/issues?q=is%3Aissue+label%3A2.7.7+is%3Aclosed Thanks to all of those who contributed to this release. You can download the binaries here: https://github.com/IronLanguages/main/releases/tag/ipy-2.7.7-rc0 -------------- next part -------------- An HTML attachment was scrubbed... URL: From mark.rivet at yahoo.com Sun Oct 16 21:20:57 2016 From: mark.rivet at yahoo.com (Mark Rivet) Date: Mon, 17 Oct 2016 01:20:57 +0000 (UTC) Subject: [Ironpython-users] Latest info References: <127726979.867592.1476667257092.ref@mail.yahoo.com> Message-ID: <127726979.867592.1476667257092@mail.yahoo.com> blockquote, div.yahoo_quoted { margin-left: 0 !important; border-left:1px #715FFA solid !important; padding-left:1ex !important; background-color:white !important; } I'm am new to ironpython and python. Can anyone direct me to the latest information about ironpython, tutorials, etc. I would be using visual studio community edition.? Sent from Yahoo Mail for iPhone -------------- next part -------------- An HTML attachment was scrubbed... URL: From mark.rivet at yahoo.com Wed Oct 26 15:36:06 2016 From: mark.rivet at yahoo.com (Mark Rivet) Date: Wed, 26 Oct 2016 19:36:06 +0000 (UTC) Subject: [Ironpython-users] Test message References: <29121867.1562259.1477510566143.ref@mail.yahoo.com> Message-ID: <29121867.1562259.1477510566143@mail.yahoo.com> blockquote, div.yahoo_quoted { margin-left: 0 !important; border-left:1px #715FFA solid !important; padding-left:1ex !important; background-color:white !important; } Hello everyone, just checking in to make sure the email is working. NewIronpython user.? Sent from Yahoo Mail for iPhone -------------- next part -------------- An HTML attachment was scrubbed... URL: From slide.o.mix at gmail.com Wed Oct 26 16:12:53 2016 From: slide.o.mix at gmail.com (Slide) Date: Wed, 26 Oct 2016 20:12:53 +0000 Subject: [Ironpython-users] Test message In-Reply-To: <29121867.1562259.1477510566143@mail.yahoo.com> References: <29121867.1562259.1477510566143.ref@mail.yahoo.com> <29121867.1562259.1477510566143@mail.yahoo.com> Message-ID: Test passed! Welcome to IronPython! We also hang out on https://gitter.im/IronLanguages/main if you want a more live action experience. On Wed, Oct 26, 2016 at 12:57 PM Mark Rivet via Ironpython-users < ironpython-users at python.org> wrote: > Hello everyone, just checking in to make sure the email is working. New > Ironpython user. > > > Sent from Yahoo Mail for iPhone > _______________________________________________ > Ironpython-users mailing list > Ironpython-users at python.org > https://mail.python.org/mailman/listinfo/ironpython-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: From m.schaber at codesys.com Thu Oct 27 02:07:10 2016 From: m.schaber at codesys.com (Markus Schaber) Date: Thu, 27 Oct 2016 06:07:10 +0000 Subject: [Ironpython-users] PyCon.de this weekend Message-ID: <727D8E16AE957149B447FE368139F2B5A8B73A56@SERVER10> Hi, Who else is going to attend PyCon.de in Munich this weekend? Maybe we can have some informal IronPython meeting during lunch break or Friday Evening. ? Best regards Markus Schaber CODESYS? a trademark of 3S-Smart Software Solutions GmbH Inspiring Automation Solutions ________________________________ 3S-Smart Software Solutions GmbH Dipl.-Inf. Markus Schaber | Product Development Core Technology Memminger Str. 151 | 87439 Kempten | Germany Tel. +49-831-54031-979 | Fax +49-831-54031-50 E-Mail: m.schaber at codesys.com | Web: codesys.com | CODESYS store: store.codesys.com CODESYS forum: forum.codesys.com Managing Directors: Dipl.Inf. Dieter Hess, Dipl.Inf. Manfred Werner | Trade register: Kempten HRB 6186 | Tax ID No.: DE 167014915 ________________________________ This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorised copying, disclosure or distribution of the material in this e-mail is strictly forbidden. -------------- next part -------------- An HTML attachment was scrubbed... URL: