RE: [IronPython] RE: Problems in Automating IE with IronPython

2005-09-23 Thread Martin Maly
thon.com > Subject: [IronPython] RE: Problems in Automating IE with IronPython > > Please ignore my earlier post about this, I kinda know what > caused the problem now. It seems that when I say > this: > > doc = ieApp.Document > > IP goes and searches for the type of th

[IronPython] RE: Problems in Automating IE with IronPython

2005-09-23 Thread Ray Djajadinata
Please ignore my earlier post about this, I kinda know what caused the problem now. It seems that when I say this: doc = ieApp.Document IP goes and searches for the type of this thing in the type library--so it didn't really hang, it just took a long time for it to find it and return, seemingly.