I'm trying to overlay a spinner over a component that is dynamically placed so I don't have the x/y coords. Any idea how I can get the x/y values?
m.spinner.translation = [m.buttongroup.BoundingRect().x,m.buttongroup.BoundingRect().y]
This is what I get for the BoundingRect object, which is horribly incorrect:
{
height: 0
width: 0
x: 2.14748e+09
y: 2.14748e+09
}