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
_______________________________________________
Zope-Dev maillist - [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope )