23 Feb
2001
23 Feb
'01
3:18 p.m.
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