[Zope-dev] [Zope] WebDAV/Excel readonly problem

2004-09-16 Thread Dirksen
his in the OpenOffice Spreadsheet as well, and the result is the same: it opens it as read-only through WebDAV. My zope is Zope 2.6.4. Anyone has an idea how to solve this problem? Thanks Dirksen __ Do you Yahoo!? Yahoo! Mail Address AutoComplete - You

[Zope-dev] Folderish object's __call__ fails

2004-03-04 Thread Dirksen
e __call__ works for folderish object? cheers Dirksen __ Do you Yahoo!? Yahoo! Search - Find what you’re looking for faster http://search.yahoo.com ___ Zope-Dev maillist - [EMAIL PROTECTED] http://mail.zope.org/mailma

[Zope-dev] How to build indexes in the MemberCatalog of Membership Component?

2001-02-23 Thread Dirksen
Hi Bill, When I open the 'find objects' tab in MemberCatalog, I can't see 'PortalMember' in 'find object in type' selection field. How to build indexes then? Thanks in advance! Cheers Dirksen __ Do You Yahoo!

[Zope-dev] What's the use of defining permissions for ZClass definition

2001-02-22 Thread Dirksen
Hi, ZClass definition has a 'Define Permissions' tab. Yet any modification there doesn't seem to affect the ZClass instance's security profile at all. What's the use of that? Cheers Dirksen __ Do You Yahoo!? Yahoo! Auct

[Zope-dev] Bugs in Zope Membership Component 0.8.0b1

2001-02-22 Thread Dirksen
s definition, but that doesn't seem to protect its instance, which is a puzzle to me: what's the use to define permissions in ZClass definition or products? Cheers, Dirksen __ Do You Yahoo!? Yahoo! Auctions - Buy the things you want at

[Zope-dev] Unable to clear proxy roles in Zope 2.3.0

2001-01-28 Thread Dirksen
In Zope 2.2.x, one can clear the proxy roles for one method by unseleting all proxy roles. In Zope 2.3.0, this lets to this error: You must select one or more proxy roles. Is it a bug, or is it done in a different fashion? cheers Dirksen __ Do You

[Zope-dev] How to call 'inheritedAttribute' in ZClass dtml method

2001-01-12 Thread Dirksen
em complains not knowing 'testb'. How to refer to its zclass name? Any other ways for a zclass to call its base class's method? Please help! Dirksen __ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://persona

[Zope-dev] How does a subclass call its ancestor's method in zope?

2001-01-11 Thread Dirksen
Here is a ZClass testa, with a dtml method 'do'. Its subclass testb overrides do. How does testb call its ancestor's 'do'? In python, it can be done as 'testa.do()', but what's the equivallent in zope? Dirksen ___

[Zope-dev] How does a subclass call its ancestor's method in zope?

2001-01-10 Thread Dirksen
Here is a ZClass testa, with a dtml method 'do'. Its subclass testb overrides do. How does testb call its ancestor's 'do'? In python, it can be done as 'testa.do()', but what's the equivallent in zope? Dirksen ___