[Zope] Can't find some products on www.zope.org

2000-06-06 Thread Petr Knapek
Hi Zopists, today I tried to download 2 products for zope from www.zope.org (namely 'Photo' and 'A Simple Photo Album Product' and the server respond me that the pages don't exist. This is not problem of these 2 products but also other pages. I am in time stress and I need very urgent the above no

Re: [Zope] manage primitives documentation

2000-06-07 Thread Petr Knapek
I think you are looking for Zope Quick Reference http://www.zope.org/Members/ZQR Look at Full version of that. > On Wed, 07 Jun 2000 15:59:26 +0200, Pierre Rougier <[EMAIL PROTECTED]> said: PR> Hi all! I just have a problem of documentation does anyone PR> know where I can fi

Re: [Zope] stupid question I guess

2000-06-07 Thread Petr Knapek
Look at dtml-let tag. It is what are you looking for. Any other way is REQUEST.set (name, value). > On Wed, 7 Jun 2000 14:48:37 +0100, "josh on" <[EMAIL PROTECTED]> said: jo> but I can't find the answer... can I set a local variable in jo> zope on a dtml page eg jo> jo>

[Zope] ZClass

2000-08-10 Thread Petr Knapek
Hi Zopists, I have created a ZClass (TestClass) with an external python function 'foo'. Now I would like to create an instance (myTest) of my TestClass in a dtml template and call its method foo. When I put the code below I can see this error: Error Type: AttributeError Error Value: __call_

[Zope] FTP and container type products

2000-08-14 Thread Petr Knapek
Hi Zopists, I have created new container product 'ISNG Folder' by modification of classical Folder object. Only some attributes are added to every instance of ISNG Folder and in future a more functionality. But when I try to put any object over ftp, an error occurs. I can't create any object insi

[Zope] Icons in a product

2000-09-08 Thread Petr Knapek
Hi Zopists, I would like to know if there is any possibility how to publish an icon on the web which is in www folder of my own created product. That is I want to put some icons into the www folder of my product and to have possibility to show them on the web. The problem with my own stylesheet of

Re: [Zope] Icons in a product

2000-09-08 Thread Petr Knapek
roduct is not registered by the old way (not my case) because I tried to put it on different places of my __init__.py and wasn't succesfull. Please, can anybody help me or give me a URL where the problems noted below are solved. Thanks, Petr AKM> +---[ Petr Knapek ]---

[Zope] Python product - inherittance

2000-10-25 Thread Petr Knapek
Hi Zopists, I have a problem with inherittance of my publishable python classes. I created in python classA and classB(classA) classA has functionA and classB has functionB. In __init__.py of my product I register only classB. My problem is that it is not possible to call functionA of an insta

[Zope] Folderish object -API

2000-11-06 Thread Petr Knapek
Hi Zopists, I try to create ISNGFolder class which is subclassed from Zope Folder class. During instantiation of this ISNGFolder class I also try to set permissions ['View', 'Access contents information'] for role 'Content' by calling manage_role('Content', ['View', 'Access contents information'])