[Zope] Problems with uplevel icon
Dieter Maurer
dieter@handshake.de
Wed, 12 Jun 2002 20:45:16 +0200
Nico de Boer writes:
>
> I have got some problems with my uplevel icon. The product I use has
> an icon, but besides that I want to use a UpLevel icon. This icon has
> to be in the www folder of my product.
>
> I've tried this with the following code:
>
> def __init__(self):
> """I use only the necessary code"""
> self.id = id
> self.title = title
> self.uplevelicon = 'www/UpFolder_icon.gif'
Use "App.ImageFile" to create an image object...
Dieter