Re: [PyQt] QAxBase.dynamicCall overloaded with list as arguments

2012-11-20 Thread Phil Thompson
On Thu, 15 Nov 2012 21:36:46 +0100, Knacktus wrote: > Hello everyone, > > calling QAxBase.dynamicCall like this works: > > my_comp.dynamicCall("MyMethod(const QString&, int, bool)", "test", 2, > False) > > however, using the overloaded call > (http://qt-project.org/doc/qt-4.8/qaxbase.html#dyna

[PyQt] QAxBase.dynamicCall overloaded with list as arguments

2012-11-15 Thread Knacktus
Hello everyone, calling QAxBase.dynamicCall like this works: my_comp.dynamicCall("MyMethod(const QString&, int, bool)", "test", 2, False) however, using the overloaded call (http://qt-project.org/doc/qt-4.8/qaxbase.html#dynamicCall-2) doesn't: my_comp.dynamicCall("MyMethod(const QString&, in