Re: [Zope-dev] Store values thread-wide ?

2000-11-06 Thread Chris Withers
Look into one of the many session products. There's a proposal about bringing this into the Zope core too. Have a look on dev.zope.org. cheers, Chris Martin Grönemeyer wrote: Hello everyone, I'm playing around with Zope-Objects and find out, that the SecurityManager holds it's

[Zope-dev] It's been a while

2000-11-06 Thread Roch'e Compaan
It's been a while since i've had time to explore ZPatterns - and now the time has come that I am considering to base development for a new project on ZPatterns. I think I'm better prepared now - I read Coad's Object Models, and implemented a data management layer in Delphi. The project envolves

Re: [Zope-dev] Debugging ConflictErrors

2000-11-06 Thread Steve Spicklemire
Hi John, This is one of the problems with SkinScript, and I've not found any great way to sort through it. Here are my two (three?) cents worth 1) Break the SkinScript triggers down to the simplest possible event, and test them individually. If this is not possible, then debug the

Re: [Zope-dev] It's been a while

2000-11-06 Thread Steve Spicklemire
Hi Roche, PJE produced some great comments about this in reaction to my lame attempt at an example. There also some good discussion about other questions on the list. Here are a few choice posts: http://lists.zope.org/pipermail/zope-dev/2000-October/007232.html

[Zope-dev] RFC: Fishbowl proposal, CorbaClientIntegration

2000-11-06 Thread Tres Seaver
At the request of a Zopista who found my earlier work toward Zope-CORBA integration, I have created a fishbowl proposal at: http://dev.zope.org/Wikis/DevSite/Proposals/CorbaClientIntegration Tres. ___ Zope-Dev maillist - [EMAIL PROTECTED]

Re: [Zope-dev] Fw: 2gb file size

2000-11-06 Thread Andy McKay
Thank you everyone for your help. I truncated the file and restarted Zope successfully. I had a brief period of problems when I forgot use binary mode for truncating the file - duh. Anyway, I am running 2.2.1 and it doesnt work with a 2gb file. I didnt analyse where the problem lies, however I do

Re: [Zope-dev] ZClasses not copyable - why?

2000-11-06 Thread Michel Pelletier
Philipp Auersperg wrote: It is not posible to copy ZClasses, when I try to copy a ZClass in the Management Interface I get the error:'The Item 'blorf' does not support that operation' I digged into that and found that in the ZClass.py there exists a method def cb_isCopyable:

[Zope-dev] calling dtml method with same name up the hierarchy.

2000-11-06 Thread Neil K
I'd like to be able to nest footers and headers. The thing I would expect is to have a standard_html_footer DTML method in the root, then be able to have standard_html_footers in subfolders which add their stuff, then call the root one. like: /standard_html_footer: (c) 2000 Warner Brothers

RE: [Zope-dev] calling dtml method with same name up the hierarchy.

2000-11-06 Thread Casey Duncan
The following should work in your nested standard_html_footer to call the higher level one without infinite recursion: dtml-with "PARENTS[1]" dtml-var standard_html_footer /dtml-with hth, Casey D. ___ Zope-Dev maillist - [EMAIL PROTECTED]

Re: [Zope-dev] Fw: 2gb file size

2000-11-06 Thread Andy McKay
I did do a How-to as well http://www.zope.org/Members/andym/2gig -- Andy McKay, Developer. ActiveState. - Original Message - From: "Andy McKay" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, November 06, 2000 9:26 AM Subject: Re: [Zope-dev] Fw: 2gb file size Thank you

Re: [Zope-dev] Fw: 2gb file size

2000-11-06 Thread Shane Hathaway
Andy McKay wrote: I did do a How-to as well http://www.zope.org/Members/andym/2gig Not long ago I created a wrapper around File objects which automatically splits the file before it reached a predefined limit. It could handle any number of partitioned file segements. I tried it with

Re: [Zope-dev] ZCatalog index error

2000-11-06 Thread Chris McDonough
Andy, This is a known issue with the catalog (searching the collector for "key error" will show you how common it has been). Chris Petrilli should be checking in some changes to the CVS 2.2 branch (and the trunk?) tomorrow that resolves it. The problem is evidently related to the way

Re: [Zope-dev] ZCatalog index error

2000-11-06 Thread Andy McKay
Thanks, will look forward to 2.2.3! I deleted an index and metadata, re created them and recatalogued the affected objects. That seem to solve it in my initial tests... keeping my fingers crossed. -- Andy McKay, Developer. ActiveState. - Original Message - From: "Chris McDonough"

[Zope-dev] DataSkins containing DataSkins

2000-11-06 Thread John Eikenberry
I have an idea for getting around my ConflictError problem without a major redesign. But it involves DataSkins containing DataSkins. I have a few questions about this... The base DataSkin will be in a Rack. Would there be any issues in making the embedded DataSkins (contained on the base