[Zope-dev] Information on ZpdfDocument and Zpdf

2003-12-02 Thread Asad Habib
Hello. I am looking for extensive documentation on both ZpdfDocument and Zpdf. I checked out www.zope.org but did not find anything substantial on these products. Your help would be greatly appreciated. Thanks. -Asad __ Do you Yahoo!? Free Pop-Up Blocker - Get it n

[Zope-dev] Changing the Appearance of a Local File System Object

2003-12-11 Thread Asad Habib
Hello. I have a folder that I have created at the root level and inside this folder I have placed one Local File System object. The Local File System object contains two File objects. When I view the Local File System object by clicking on the 'View' option provided by the management interface, I c

[Zope-dev] Changing the Appearance of the Contents of a Local File System Object

2003-12-12 Thread Asad Habib
Hello. I have a folder that I have created at the root level and inside this folder I have placed one Local File System object. The Local File System object contains two File objects. When I view the Local File System object by clicking on the 'View' option provided by the management interface, I c

[Zope-dev] Environment for Python Development

2003-12-12 Thread Asad Habib
Hello. Do any of you know of an IDE(preferably open source) that I can use to develop/debug/test python code in? Thanks. - Asad ___ Zope-Dev maillist - [EMAIL PROTECTED] http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encodi

[Zope-dev] Creating a Zope Product

2003-12-12 Thread Asad Habib
Does anyone know how to create a Zope Product? One example would be the Local File System Object that I am using. If you could point me to some resources that would be great. Thanks. - Asad ___ Zope-Dev maillist - [EMAIL PROTECTED] http://mail.zope.o

[Zope-dev] Adding Properties to Folder Objects via a Zope Python Script

2003-01-30 Thread Asad Habib
Hi. I was wondering whether any of you know if it is possible to create properties for Folder objects using a Zope Python script that can then be invoked from a DTML method. I know that this is possible using Zope's management interface, but this procedure is not scalable. Any input would be apprec

[Zope-dev] Running Python Scripts via the Management Interface

2003-02-03 Thread Asad Habib
Hello. Does anyone know why the following script stalls when I run it in Zope's Management Interface using the 'Test' command? context.manage_addProperty(propertyId, propertyValue, propertyType) All it does is add a property to a folder. The script does function properly and doesn't stall when I

[Zope-dev] Testing a value returned from a Zope Python Script

2003-02-04 Thread Asad Habib
Hello. I am trying to test a value returned from a Python script using the following syntax: == 0"> checkRowLength is the name of the script. Apparently Zope flags me with an error saying that this is an invalid attribute tag for a dtml-if. Is there any other way of achieving this? Any help

[Zope-dev] Creating a variable in a DTML method that may be modified

2003-02-04 Thread Asad Habib
Hello. Does anyone know how to create a variable in a DTML method which may be updated by a Python script? I am currently using the set method of the REQUEST object to create a variable. However, creating a variable in this fashion renders it permanent. Any help would be appreciated. Thanks. -Asad