Integrating a Python GUI into a PowerBuilder App

John Urberg jurberg at my-deja.com
Mon Jun 18 12:49:20 EDT 2001


Alex Martelli wrote:

> Yes, but I don't think it directly implements ActiveX controls
> with a visual interface (just good ol' plain COM servers).  No
> problem, of course, since that's exactly what HTML Scriptlets
> are for -- letting you make an ActiveX control out of *ANY*
> language supporting the ActiveScripting protocol (as Python
> does, with the win32all extensions or in the ActivePython
> build).  People who dislike Internet Explorer just don't really
> understand what an INCREDIBLE wealth of reusable COM and
> ActiveX stuff it's composed of... more even than Mozilla, and
> that *IS* saying something:-).

A couple of questions about this approach:
- Are all windows controls available for use?
- Are there any examples out there of how to do this?

Thanks,
John Urberg



More information about the Python-list mailing list