Re: [Zope] Newbie question on page counters

2000-07-27 Thread Phil Harris
gt;; <[EMAIL PROTECTED]> Sent: Thursday, July 27, 2000 11:44 PM Subject: Re: [Zope] Newbie question on page counters > Chris Withers wrote: > > > > Chris Withers wrote: > > > To do what you want, you probably want something like: > > > > > > > >

Re: [Zope] Newbie question on page counters

2000-07-27 Thread Chris Withers
"Richard P. Muller" wrote: > > >"manage_changeProperties(counter_value=getProperty('counter_value',getProperty(counter_starting_value,0)-1)+1)"> > Words simply cannot express my gratitude. Wow, guess it worked then... that was a bit of luck (I didn't actually test it ;-) > Can you clue me in a

Re: [Zope] Newbie question on page counters

2000-07-27 Thread Richard P. Muller
Chris Withers wrote: > > Chris Withers wrote: > > To do what you want, you probably want something like: > > > > > >"manage_changeProperties(counter_value=getProperty(counter_value,counter_starting_value-1)+1)"> > > Erk, maybe this: > > >"manage_changeProperties(counter_value=getProperty('

Re: [Zope] Newbie question on page counters

2000-07-27 Thread Chris Withers
Chris Withers wrote: > To do what you want, you probably want something like: > > >"manage_changeProperties(counter_value=getProperty(counter_value,counter_starting_value-1)+1)"> Erk, maybe this: Chris ___ Zope maillist - [EMAIL PROTECTED] http

Re: [Zope] Newbie question on page counters

2000-07-27 Thread Chris Withers
"Richard P. Muller" wrote: > I'm in the process of learning Zope hacking, and I'm having a really > hard time getting a page counter to work. It isn't even that page > counters are all that important to me, it's that I feel that if I can't > even do something this simple, what hope do I have doing

[Zope] Newbie question on page counters

2000-07-27 Thread Richard P. Muller
I'm in the process of learning Zope hacking, and I'm having a really hard time getting a page counter to work. It isn't even that page counters are all that important to me, it's that I feel that if I can't even do something this simple, what hope do I have doing something really hard? Here's wha