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

2004-09-16 Thread Dirksen
Hi,

I want to open and edit a file (living on Zope) in Excel through WedDAV. But the 
problem
is whenever I open the file, it's always marked as read-only, even though I'm logging 
in
as the manager role (I use http://username:[EMAIL PROTECTED]/file as the open link). I
test this 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 start. We finish.
http://promotions.yahoo.com/new_mail 
___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] Folderish object's __call__ fails

2004-03-04 Thread Dirksen
Hi,

I'm developing a product, which extends ObjectManager. Meanwhile, I'd like it to behave
like a script object, similar to DTML method. So I define a __call__ method. But it 
never
gets run if called from the browser. If I change the base class to SimpleItem, it 
works.
How can I make __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/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


[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! Auctions - Buy the things you want at great prices! http://auctions.yahoo.com/

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



[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 Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices. 
http://auctions.yahoo.com/

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )




[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


__
Do You Yahoo!?
Yahoo! Photos - Share your holiday photos online!
http://photos.yahoo.com/

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )




[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



__
Do You Yahoo!?
Yahoo! Photos - Share your holiday photos online!
http://photos.yahoo.com/

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )