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