[PyQt] QAxBase.dynamicCall - calling convention

Phil Thompson phil at riverbankcomputing.com
Tue Feb 5 16:02:13 GMT 2013


On Tue, 05 Feb 2013 16:23:43 +0100, "Frank Hempel" <red_socks at gmx.de>
wrote:
> Hello,
> 
> I'm wondering how to call a function of an activex control with more the
8
> parameters. Regarding the Qt doc the QAxBase->dynamicCall() can be
called
> in two ways, with at max 8 separate parameters or with a list of
variable
> length.
> 
> Using dynamicCall from python only seems to work when specifying all
> parameters separately, only usefull for less or equal 8 parameters. Can
> someone confirm that using the "parameters-as-list calling convention"
is
> not wrapped into python? Or is there some special indication needed to
> have it that way?
> 
> Thanks for any hints...

The list version was broken but should be Ok in the current snapshot.

Phil


More information about the PyQt mailing list