Re: [Zope-dev] no reload of image in management interface of python product

2001-06-29 Thread Dieter Maurer
[EMAIL PROTECTED] writes: > > > ... modified image not displayed by browser ... > Dieter Maurer replied: > >The browser has the image happily in its cache. > >You need a "SHIFT" + "RELOAD" > thanks - but isn't there another method - so that the user doesn't have > to reload the page man

Re: [Zope-dev] no reload of image in management interface of python product

2001-06-28 Thread [EMAIL PROTECTED]
Dieter Maurer wrote: >[EMAIL PROTECTED] writes: > > i have a python product with an image as a property > > now i display the image in the management screen, but when i change the > > image via the management interface the browser does no refresh of the image > > > > is set the mod time like th

Re: [Zope-dev] no reload of image in management interface of python product

2001-06-28 Thread Dieter Maurer
[EMAIL PROTECTED] writes: > i have a python product with an image as a property > now i display the image in the management screen, but when i change the > image via the management interface the browser does no refresh of the image > > is set the mod time like this: > > self.doc_icon.lmt

[Zope-dev] no reload of image in management interface of python product

2001-06-28 Thread [EMAIL PROTECTED]
hello all i have a python product with an image as a property now i display the image in the management screen, but when i change the image via the management interface the browser does no refresh of the image is set the mod time like this: self.doc_icon.lmt=time.time() self.doc_icon.lmh=rfc11