in the activex.py file:
changed these lines:
x = pos.x --- x = pos[0]
y = pos.y --- y = pos[1]
and change these:
w = size.width --- w = size[0]
h = size.height --- h = size[1]
in the activex.py file:
changed these lines:
x = pos.x --- x = pos[0]
y = pos.y --- y = pos[1]
and change these:
w = size.width --- w = size[0]
h = size.height --- h = size[1]