[Zope-dev] Interesting namespace observation

2002-05-27 Thread Roché Compaan
I have a method in the root of my application called getProxies that queries a catalog for a given metatype. I have a folder in the root called Platforms with a method called selectInstance that renders a series of checkbox tags. I call selectInstance method from an adjacent folder with

[Zope-dev] Sequencing question

2002-05-27 Thread David Williams
Ooops, sorry, sent this by mistake before I had finished try again Hi all First-time posting from a Zope newbie ... hopefully someone can help I have defined a number of ClientProjects within Zope and I am trying to display these in a number of ways, filtered by object property values.

Re: [Zope] Re: [Zope-dev] Interesting namespace observation

2002-05-27 Thread Roché Compaan
On Mon, 2002-05-27 at 18:31, Leonardo Rochael Almeida wrote: On Mon, 2002-05-27 at 11:45, Roché Compaan wrote: [...] dtml-in getProxies('Platform') sort=Name prefix=platform This is not a valid syntax, you should have:: dtml-in getProxies('Platform') sort=Name prefix=platform

[Zope-dev] Re: ExternalEditor for Windows setup

2002-05-27 Thread Gabriel Genellina
At 09:17 a.m. 23/5/2002 +0200, Joachim Schmitz wrote: Bill, I try to run it on my win98 system with python 2.2.1, both with mozilla 1.0 and opera 5.0. But I can't get it to start. the file dialog-download dialog shows, but than nothing happens configured /path_to_python/python

[Zope-dev] [OPINIONS SOLICITED] Adding Batch Factory to ZMI Add menu OK?

2002-05-27 Thread Craeg K Strong
Hello: I am about to release a new version of the ExternalFile and CVSFile products http://www.zope.org/Members/arielpartners/ExternalFile They are Zope objects that behave like standard Zope objects but retrieve their content from files anywhere in the file system. (kind of like a windows

Re: [Zope-dev] [OPINIONS SOLICITED] Adding Batch Factory to ZMIAdd menu OK?

2002-05-27 Thread Leonardo Rochael Almeida
Hello Craeg I particularly prefer the factory aproach. Zope users are already used to that approach because of the Z Search Interface. I think you shouldn't need a dummy class just to be able to create such a factory, but right now I don't know how you'd go about creating a factory without a