<span style="font-family:arial,helvetica,sans-serif">‌Hello<br>
<br>
I am trying to get with a python script the following property objects (launch in the script console):</span><br>
<br>
import scribus<br>
scribus.getProperty("Image1", "imageXOffset")<br>
scribus.getProperty("Image2", "imageYOffset")<br>
<br>
scribus.getProperty("Image", "imageXScale")<br>
<br>
By comparing with the values in the property tab I get the right value for imageXScale but not for imageXOffset and imageXOffset<br>
<br>
Anybody has any suggestions on what am I doing wrong??