Re: [python-win32] Have IHTMLWindow2 objectneed correspondingIHTMLWindow3 object and flash box

2007-08-02 Thread niki
Tim Roberts wrote: > niki wrote: >>> As I understand it, win32gui exposes the raw GDI APIs and deals with raw >>> GDI handles as plain integers. win32ui is an attempt to wrap the raw >>> GDI interfaces with Pythonic wrapper objects. >> IIRC win32ui is MFC based and better avoided. > > Why? Just

Re: [python-win32] Fwd: pywin32 bugs feedback from learner

2007-08-02 Thread Huang Guan
Dear Richard, Thank you very much for your quick response. As brief view of PAMIE source code, PAMIE realization is a very special ideas. But it can only be used by Dispatch approaches, it does not use the method DispatchWithEvents; I can't load "Loading HTML content from a Stream" function.

[python-win32] Fwd: pywin32 bugs feedback from learner

2007-08-02 Thread Roger Upole
Huang Guan wrote: > Thank you very much for your quick response. > As brief view of PAMIE source code, PAMIE realization is a very special ideas. > But it can only be used by Dispatch approaches, it does not use the > method DispatchWithEvents; > I can't load "Loading HTML content from a Stream" fu

[python-win32] Problem with Rhapsody automation: It is Impossible?

2007-08-02 Thread sccs cscs
Hello, Our team uses Visual Basic for Rhapsody Automation, but we now would like to use Python. But it seems to be IMPOSSIBLE. Indeed, it seems that there is no Polymorphism in Python so that when i get back a daughter instance Class, it does not not work, i continue to have the corresponding Mo

Re: [python-win32] Problem with Rhapsody automation: It is Impossible?

2007-08-02 Thread Michael L Torrie
sccs cscs wrote: > Hello, Our team uses Visual Basic for Rhapsody Automation, > but we now would like to use Python. But it seems to be IMPOSSIBLE. > Indeed, it seems that there is no Polymorphism in Python so that when i get > back > a daughter instance Class, it does not not work, i continue to

Re: [python-win32] Problem with Rhapsody automation: It is Impossible?

2007-08-02 Thread Tim Roberts
sccs cscs wrote: > Hello, Our team uses Visual Basic for Rhapsody Automation, > but we now would like to use Python. But it seems to be IMPOSSIBLE. > Indeed, it seems that there is no Polymorphism in Python so that when > i get back > a daughter instance Class, it does not not work, i continue to h

Re: [python-win32] Problem with Rhapsody automation: It is Impossible?

2007-08-02 Thread Jerry Hill
On 8/2/07, sccs cscs <[EMAIL PROTECTED]> wrote: > # HERE IS THE ERROR: The theIRPModelElement is a "IRPType" which is > # a specialization of a IRPModelElement, but Python continue to see > it like an IRPModelElement Take a look at the win32com.client.CastTo() function. You probab