[IronPython] Shell.Application.Windows

2010-07-28 Thread Lacko Roman
Hi, I have problem with following code, where call to [doc.title] failes: # GET ALL INTERNET EXPLORER WINDOWS app = System.Activator.CreateInstance(System.Type.GetTypeFromProgID("Shell.Application")) for w in app.Windows(): try: print w.Type() # CHECK IF THIS WINDOW HOLDS HTM

Re: [IronPython] Building IronPython from sources

2010-07-28 Thread Michael Foord
On 28/07/2010 16:04, Dave Fugate wrote: Hi Lukas, while IronPython 2.6.x itself won't be able to take advantage of Silverlight 4 features as it's built against Silverlight 3, I'd guess your Python scripts might be able to utilize these features. The differences between Silverlight 3 and 4 ar

[IronPython] IronPython 2.6 CodePlex Source Update

2010-07-28 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/74242. ADDED SOURCES $/IronPython/IronPython_Main/Hosts/MerlinWeb/examples/albums/La F

Re: [IronPython] Building IronPython from sources

2010-07-28 Thread Dave Fugate
Hi Lukas, while IronPython 2.6.x itself won't be able to take advantage of Silverlight 4 features as it's built against Silverlight 3, I'd guess your Python scripts might be able to utilize these features. The differences between Silverlight 3 and 4 are documented at http://www.silverlight.net