12 Jun
2002
12 Jun
'02
6:45 p.m.
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