Thank you very much. Works great. --Nick
-----Original Message----- From: Steven Drucker [mailto:[EMAIL PROTECTED] Sent: Friday, December 09, 2005 8:31 PM To: Discussion of IronPython Subject: Re: [IronPython] Follow Up: Avalon/WinFX and StartUp error again... This is because the 'StartingUp' event changed to 'Startup' in the more recent WPF release. You can simply edit the avalon.py file and change app.StartingUp to app.Startup. --Steven _______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
