I've figured out by now that IronPython classes are not the same as .NET types. However, I'm wondering if there is any way to have a Python implemented class/type that can be added to the UI in Silverlight. I think I tried to inherit from Control and then add an instance of that to the visual tree, but it didn't work. Is there any way to do this?
Thanks, -Dan _______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
