Re: Zope Digest, Vol 8, Issue 16
--- zope-request@zope.org wrote: > Send Zope mailing list submissions to
zope@zope.org
To subscribe or unsubscribe via the World Wide Web, visit http://mail.zope.org/mailman/listinfo/zope or, via email, send a message with subject or body 'help' to zope-request@zope.org
You can reach the person managing the list at zope-owner@zope.org
When replying, please edit your Subject line so it is more specific than "Re: Contents of Zope digest..."
Today's Topics:
1. Re: Acquiring A subfoldere'd item (Chris Beaven) 2. Re: ZClass syntax question... (Andreas Jung) 3. Re: Question about possible Data.fs corruption (Troy Farrell) 4. Automated reply, your mail regarding "hello" (Jonas) 5. RE: Zope html progress result generate (FLORAC Thierry) 6. Zope products and DTML (Stephen Rudd) 7. How to implement system.multicall in zope (xml-rpc) (Geir Arne Evjen) 8. Re: Howto test if macro evaluates to nothing (Lennart Regebro) 9. Re: Multiple Zope instances (John Poltorak) 10. Re: Zope products and DTML (Peter Bengtsson) 11. Re: Moving objects via ZMI (John Poltorak) 12. Re: Zope startup msgs (Chris Withers) 13. Re: Acquisition from a DTML method in a subdirectory (Chris Withers) 14. Re: problem calling a Python external method in a folder from a DTML method (Chris Withers) 15. Re: Zope html progress result generate (Chris Withers) 16. Re: Multiple Zope instances (Chris Withers) 17. Re: Wrong roles returned? (Christoph Landwehr) 18. Re: Re: Folder permissions (Chris Withers) 19. Re: Moving objects via ZMI (Chris Withers) 20. Re: context bound to PythonScript even when not specified ?? (Chris Withers) 21. Re: ZClass syntax question... (Chris Withers) 22. Re: Plone Macro Madness (Chris Withers) 23. Re: .HTC (dhtml "behavior") files in Zope - problem and solution (Chris Withers) 24. Re: How do you start and stop zope in windows (Chris Withers) 25. Re: Zope startup msgs (John Poltorak) 26. Re: Zope products and DTML (Chris Withers) 27. Re: Multiple Zope instances (John Poltorak) 28. [ANN] mxmDynamicPage 2.0, Plone content type for dynamic lists released (Max M) 29. Re: Howto test if macro evaluates to nothing (Paul Winkler) 30. Re: Howto test if macro evaluates to nothing (Paul Winkler) 31. Re: problem calling a Python external method in a folder from a DTML method (Jim Anderson) 32. Re: Howto test if macro evaluates to nothing (Florian Schulze)
----------------------------------------------------------------------
Message: 1 Date: Thu, 11 Mar 2004 18:25:23 +1300 From: Chris Beaven <chris@d-designz.co.nz> Subject: Re: [Zope] Acquiring A subfoldere'd item To: Roy Rapoport <r.rapoport@fi.com> Cc: zope@zope.org Message-ID: <404FF843.2060104@d-designz.co.nz> Content-Type: text/plain; format=flowed; charset=us-ascii
Small Business Services wrote:
From: "Roy Rapoport" <r.rapoport@fi.com>
Unfortunately, context['foo/bar.pt'] doesn't quite seem to do it.
how about: restrictedTraverse('/foo/bar.pt') ?
Or: context['foo']['bar.pt']
------------------------------
Message: 2 Date: Thu, 11 Mar 2004 07:03:22 +0100 From: Andreas Jung <andreas@andreas-jung.com> Subject: Re: [Zope] ZClass syntax question... To: Russell Fine <MisterFine@fineline-services.com>, Zope@zope.org Message-ID: <2147483647.1078988602@[192.168.0.102]> Content-Type: text/plain; charset=iso-8859-1; format=flowed
ZClasses are obsolete and bad by-implementation. DON'T USE THEM.
-aj
--On Mittwoch, 10. März 2004 16:48 Uhr -0600 Russell Fine <MisterFine@fineline-services.com> wrote:
I'm new to developing Zope products and I'm trying to understand how I can add funcitonality to a ZClass. Specifically, What is the syntax to :
1. During intialization add an additional member to the ZClass (not a property, a member). For example, I'd like: instance.mymember=1
2. If the ZClass is an Object Manager, how would I create instance objects during construction (I'd like there to be default objects) ?
Thanks
Russell Fine
------------------------------
Message: 3 Date: Thu, 11 Mar 2004 00:18:29 -0600 From: Troy Farrell <troy@entheossoft.com> Subject: Re: [Zope] Question about possible Data.fs corruption To: Ira Sher <ira@angel.net> Cc: zope@zope.org Message-ID: <405004B5.9000707@entheossoft.com> Content-Type: text/plain; charset=us-ascii; format=flowed
You weren't around to hear everyone rejoicing at the arrival of the Python script. It was a beautiful day.
Troy
Ira Sher wrote:
...Didn't know there was such a strong feeling about using dtml request (having worked with zope/python for all of a month). regards, ira
------------------------------
Message: 4 Date: Thu, 11 Mar 2004 03:27:06 -0500 (EST) From: Jonas <jonas@boyfestival.com> Subject: [Zope] Automated reply, your mail regarding "hello" To: zope@zope.org Message-ID:
<200403110827.i2B8R6Y29380@cyber2.madhatterhosting.com>
Content-Type: text/plain; charset=iso-8859-1
Hi, Thanks for your email. We will answer you as fast as possible. We try to do this within 48 hours. Best regards, Bart and Jonas, webmasters
Hi, Merci de votre email. Nous essayerons de le répondre le plus vite possible. Donnez-nous maximum 48 heures le temps Bien à vous, Bart et Jonas, Webmasters
Hi, Bedankt voor je email. We proberen deze zo snel mogelijk te beantwoorden. Normaal lukt dat binnen de 48 uur. Beste groeten, Bart en Jonas, webmasters
------------------------------
Message: 5 Date: Thu, 11 Mar 2004 10:08:15 +0100 From: "FLORAC Thierry" <thierry.florac@onf.fr> Subject: RE: [Zope] Zope html progress result generate To: zope@netchan.cotse.net Cc: gal.laszlo@peto.hu, zope@zope.org Message-ID: <1078996095.3663.2.camel@m22241.6220.onf.fr> Content-Type: text/plain; charset="us-ascii"
On Wed, 2004-03-10 at 16:18, zope@netchan.cotse.net wrote:
RESPONSE.write(text) RESPONSE.flush()
I use Zope behind Apache with mod_rewrite and mod_proxy. This method doesn't seems to work in this configuration... It only works when you have a direct access to Zope.
Thierry
-----Original Message----- From: zope-bounces@zope.org [mailto:zope-bounces@zope.org] On Behalf Of fowlertrainer@anonym.hu Sent: Wednesday, March 10, 2004 1:56 AM To: zope@zope.org Cc: gal.laszlo@peto.hu Subject: [Zope] Zope html progress result generate
Hello !
In mod_python I can send the result to the browser with o.write(Msg) command immediately (o is the object of the connection).
So I can show the progress of the long operation like this:
o.content_type="html" o.write("Long process with progress") for i in range(1,101): o.write(str(i)+"% processed"); sleep(100) o.write("Finished...")
So I can see the whole progress in the browser.
I want to create same function in zope. Can I do it ?
Thanx for every help !
-- Best regards, fowlertrainer mailto:fowlertrainer@anonym.hu
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists -
http://mail.zope.org/mailman/listinfo/zope-announce
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists -
http://mail.zope.org/mailman/listinfo/zope-announce
participants (1)
-
Tim Couper