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
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
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
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