On Tue, 05 Feb 2013 16:23:43 +0100, "Frank Hempel" <red_so...@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
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to