[Zope] Folderish Properties

2000-09-07 Thread Tim Cook
'])" dtml-call "REQUEST.set('created_time', REQUEST['created_time'])" dtml-with "manage_addProduct['FreePMProduct']" dtml-call "ProviderClass_add(_.None, _, NoRedir=1)" /dtml-with center H2dtml-var login_id was added./H2 p a href="providers" Back to Provid

Re: [Zope] DTML Question on lines

2000-09-07 Thread Tim Cook
="dtml-var valid_codes"dtml-var valid_codesnbsp;/option /dtml-in Try this Bryan, SELECT name="mySelection" dtml-in valid_codes option value="dtml-var sequence-item" dtml-var sequence-item nbsp; /option /dtml-in /SELECT -- Tim Cook -- FreePM Project Coo

Re: [Zope] ZClass for PDFs

2000-09-07 Thread Tim Cook
specifically for PDF files. I suspect that this question may be of general interest, so I'm asking for comments about the pros and cons of either approach. Does this not do what you want? http://www.zope.org/Members/gaaros/ZpdfDocument -- Tim Cook -- FreePM Project Coordinator http://www.freepm.org

Re: [Zope] ZClass for PDFs

2000-09-07 Thread Tim Cook
to make a PDF ZClass? Would it make things easier? I can't think of one. But if you need it then someone else probably does too. g -- Tim Cook -- FreePM Project Coordinator http://www.freepm.org OS Health Care Alliance Supporter http://www.oshca.org

[Zope] Whitespace in lines property

2000-09-06 Thread Tim Cook
ot;50" dtml-in alt_names dtml-let cur_item=sequence-item dtml-var "_.string.strip(cur_item)" /dtml-let /dtml-in /textarea ... Thanks, -- Tim Cook -- FreePM Project Coordinator http://www.freepm.org OS Health Care Alliance Supporter http://www.oshca.org _

Re: [Zope] Whitespace in lines property

2000-09-06 Thread Tim Cook
Tino Wildenhain wrote: Hi Tim, Tim Cook wrote: Can anyone tell me why when I edit a lines property I get leading whitespace inserted? The first line gets seven each one after that gets 10 spaces. I tried stripping it out but this didn't seem to have any effect

[Zope] Designing with Zope

2000-09-01 Thread Tim Cook
a sub-part of a ZODB application. Say, a sales management app in ZODB uses an accounting app that stores its data in an RDBMS through the same Zope server? Thanks, -- Tim Cook -- FreePM Project Coordinator http://www.freepm.org OS Health Care Alliance Supporter http://www

[Zope] Re: ZPatterns Stability

2000-09-01 Thread Tim Cook
Chris Withers wrote: Tim Cook wrote: If you're brave you could try ZPatterns and then realyl not care at all ;-) Don't you mean; 'If you're insane...' ? No, I really don't! ZPatterns is very cool, but still not documented. It's alpha but seems stable enough for production

Re: [Zope] The Challenge: Zealots vs. Skeptics

2000-08-31 Thread Tim Cook
aseStudies -- Tim Cook -- FreePM Project Coordinator http://www.freepm.org OS Health Care Alliance Supporter http://www.oshca.org ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! *

[Zope] Calling list.remove() bug

2000-08-27 Thread Tim Cook
e-item'] in day_list" dtml-call "day_list.remove(_['sequence-item'])" /dtml-if /dtml-in .... more code here that uses day_list in a SELECT/SELECT and takes more form input. ... Is this a bug or should I clean up my code??? s -- Tim Cook -- FreePM Project Coordinator http://www

Re: [Zope] Calling list.remove() bug

2000-08-27 Thread Tim Cook
Kapil Thangavelu wrote: Tim Cook wrote: - Notice in add_weekly the dtml-call day_list. It does nothing but with out it I get this traceback: Zope Error Zope has

Re: [Zope] Calling list.remove() bug

2000-08-27 Thread Tim Cook
hon method (function) call? (Which I guess is REALLY just a Python namespace anyway?) Maybe I should study the Python source where this occurs. It's still VERY foggy! g -- Tim Cook -- FreePM Project Coordinator http://www.freepm.org OS Health Care Alliance Supporter http://www

Re: [Zope] OT: Website design / spec / development resources

2000-08-26 Thread Tim Cook
anda FYI, They've changed the URL on you: http://www.arsdigita.com/books/panda/ -- Tim Cook -- FreePM Project Coordinator http://www.freepm.org OS Health Care Alliance Supporter http://www.oshca.org ___ Zope maillist - [EMAIL PROTECTED] http://list

[Zope] Simple(?) Syntax Question (dtml-in)

2000-08-25 Thread Tim Cook
provide the first item of each list in this SELECT: ... dtml-in valid_prj OPTION value="dtml-var sequence-item"dtml-var sequence-item/OPTION /dtml-in ... But darn if I can get the right combination for the correct syntax to get only that first item of valid_prj. Thanks, -- Tim Cook

Re: [Zope] How to implement a round through the whole web site

2000-08-25 Thread Tim Cook
renumbering the other pages. Or you could just as easily use your 'seq' property. Create and append to a list each of the pages sorted by id. Then your NEXT PREVIOUS links will be to; sequence-index +1 and sequence-index - 1. HTH, -- Tim Cook -- FreePM Project Coordinator http://www.freepm.org OS

Re: [Zope] dtml-comment doesn't?

2000-08-20 Thread Tim Cook
comments? dtml-comment is a tag like all the other tags. It does not control the parser. One advantage is, you may nest comment-tags. Tino, That maybe an advantage (though I don't recall ever nesting comments). Then some of us need a dtml-disable tag. VBG -- Tim Cook -- FreePM Project Coordinator

[Zope] Sendmail Tag - No Buffer Space

2000-08-10 Thread Tim Cook
, line 182, in __init__ File /usr/local/zope/2-2/lib/python1.5/smtplib.py, line 216, in connect error: (see above) --- -- Tim Cook -- FreePM Project Coordinator - http://www.freepm.org OS Healthcare Alliance Supporter - http

Re: [Zope] Requested Zope feature

2000-08-09 Thread Tim Cook
new window with the object ( a target="top" href="object" ) so you could view the object without having to edit it. This would save about 2 steps for something that, personally, I do all the time. The link to the object would still be for editing it. I second that motion.

[Zope] Sendmail Connection

2000-08-08 Thread Tim Cook
I created a MailHost but when I attempt to send an email I get a '111 Connection Refused' error. Is this a sendmail permission problem? Thanks, -- Tim Cook -- FreePM Project Coordinator - http://www.freepm.org OS Healthcare Alliance Supporter - http://www.oshca.org

[Zope] dtml-sendmail Error

2000-08-02 Thread Tim Cook
Anyone tell me what this error indicates? Error Value: (105, 'No buffer space available') -- Tim Cook -- FreePM Project Coordinator - http://www.freepm.org OS Healthcare Alliance Supporter - http://www.oshca.org ___ Zope maillist - [EMAIL

Re: [Zope] Retrieving the week number with DateTime

2000-08-02 Thread Tim Cook
of the week that 'your' week starts on then you could use David's suggestion(s). Either you or your customer has to define those two things first. -- Tim Cook -- FreePM Project Coordinator - http://www.freepm.org OS Healthcare Alliance Supporter - http://www.oshca.org

Re: [Zope] dtml-in syntax

2000-07-29 Thread Tim Cook
t;REQUEST.set('current_id', _['sequence-item'])" dtml-if "current_id=='id_to_count'" dtml-call "REQUEST.set('this_count', this_count+1)" /dtml-if current_id /dtml-in wherever I counted dtml-var this_count items. (of course this is untested)g. -- Tim Cook -- FreePM Project

[Zope] Displaying Lines? was: form to a email in a correct presentation ?

2000-07-28 Thread Tim Cook
d by commas enclosed in single-quotes and contained in the list brackets. YEAH RIGHT! VBG That'll never fly. -- Tim Cook -- FreePM Project Coordinator - http://www.freepm.org OS Healthcare Alliance Supporter - http://www.oshca.org ___ Zope maillist - [E

Re: [Zope] Your feedback: what should DateTime strftime() behavior be?

2000-07-25 Thread Tim Cook
+1 -- Tim Cook -- FreePM Project Coordinator - http://www.freepm.org OS Healthcare Alliance Supporter - http://www.oshca.org ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding

[Zope] Python/Tkinter Zope

2000-07-25 Thread Tim Cook
Has anyone used this combination for GUI inside a Zope app? -- Tim Cook -- FreePM Project Coordinator - http://www.freepm.org OS Healthcare Alliance Supporter - http://www.oshca.org ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman

Re: [Zope] Powered by Oasis?

2000-07-20 Thread Tim Cook
-topic. Sorry. -- Tim Cook -- FreePM Project Coordinator - http://www.freepm.org OS Healthcare Alliance Supporter - http://www.oshca.org ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML

Re: [Zope] Powered by Oasis?

2000-07-19 Thread Tim Cook
re. Looks like they're trying to take full credit for the infrastructure. Without actually saying it. -- Tim Cook -- FreePM Project Coordinator - http://www.freepm.org OS Healthcare Alliance Supporter - http://www.oshca.org ___ Zope maillist - [EMAIL

[Zope] Tim's Gripe Of The Week -- was: [Zope] (no subject)

2000-07-17 Thread Tim Cook
subject)". How sad that you would value you efforts at such a low mark. I'd like to thank you all in advance for taking that extra 45 seconds to add or change to the appropriate subject line. It makes the archives that much more useful. BTW: Thanks for all the help everyone. -- Tim Cook

[Zope] For Newbies Only!

2000-07-13 Thread Tim Cook
Ok folks if you are like me and not only can't see the light but can't even find the path to the light try these things: 1. Do the Python tutorial. 2. Read every message from the list archives for the past two months. 3. Even if you don't want to develop on a beta platform. Install 2.2b4 on

Re: [Zope] BTreeFolder

2000-07-13 Thread Tim Cook
Robert Wohlfahrt wrote: Hi, I want to try out the BTreeFolder product. I unpacked it an restarted Zope, but int the Products-management screen it shows up as a broken product. I use Zope-2.1.4 ... any ideas? Been there, done that s. It requires 2.2+. But boy am I looking forward to

[Zope] Version Changes

2000-07-13 Thread Tim Cook
When Saving changes from a version are the notes entered in the text box logged anywhere? I can't seem to find them or any information about them. It would be handy to use them for a regular CHANGES file. -- Tim -- ___ Zope maillist - [EMAIL

<    1   2