Steve Alexander wrote:
> for name,object in container.objectItems():
> if string.strip(name) == image:
> image_width = int(object.getProperty("width"))
> image_height = int(object.getProperty("height"))
Thanks again :-), I passed too much time with Javascript and not enough
with Python, but that will changed soon :-)
Cyril