[IronPython] Problem loading IronPython Silverlight app

Dan Eloff dan.eloff at gmail.com
Wed Jan 14 16:28:07 CET 2009


On Tue, Jan 13, 2009 at 2:19 AM, Kristian Jaksch
<kristian.jaksch at gmail.com> wrote:
> Thanks for the reply!
>
> It seems like the problem was that the SL2 application tried to
> connect to the DOM during startup. I can find an alternative solution
> to that so it won't be a problem. I haven't been able to reproduce the
> problem so I think it's fixed.
>
> Thanks very much!
>

Remember to first check if HtmlPage.IsEnabled is True, otherwise your
DOM manipulations will likely fail.

-Dan



More information about the Ironpython-users mailing list