Re: [Zope] Flat-style

2001-01-17 Thread Geir Bækholt
in your css : input {border : 1px solid #00} Netscape4 will cringe, of course, as it usually does from css good luck :-) -- Geir Bækholt web-developer/designer [EMAIL PROTECTED] http://www.funcom.com on Wednesday, January 17, 2001 Tom Deprez wrote : TD> Not really zope specific, bu

Re: [Zope] "PrincipiaSearchSource()" dtml-method and Catalog

2001-01-14 Thread Geir Bækholt
PrincipiaSearchSource will have to be a PythonMethod or an External Method. dtml won't be called by Catalog... Anything Python will work. so instead of : , you have to use : return var1 + var2 + var3 -- Geir Bækholt web-developer/designer [EMAIL PROTECTED] http://www.funcom.com on S

[Zope] ZCatalog-weirdness again ??

2000-11-23 Thread Geir Bækholt
y, instances created before the update show up only once, but new instances (created after the update) still show up twice..(but still only if i pass 'sort_on=priority'). Any ideas ? Anyone experienced anything like it ? -- Geir Bækholt web-developer/designer [EMAIL PR

Re: [Zope] Search and replace

2000-11-19 Thread Geir Bækholt
You'd have to write a method, looping over the documents you want changed an doing a and a manage_edit_whatever-holds-your-content... This ought be a method of folders by default, i think, accessible by manager from the management interface.. (Regexps would be neat here..) -- Geir Bækhol

Re: [Zope] chapter 5 Zope book - problems with the examples

2000-11-16 Thread Geir Bækholt
(untested) good luck -- Geir Bækholt web-developer/designer [EMAIL PROTECTED] http://www.funcom.com on Thursday, November 16, 2000 Lee Reilly CS1997 wrote : LRC> Hi, LRC> I'm going through the examples in Chapter 5 of the Zope book and am LRC> having some problems. For those of you fa

Re: [Zope] Referecing items in subfolders

2000-11-14 Thread Geir Bækholt
try : -- Geir Bækholt web-developer/designer [EMAIL PROTECTED] http://www.funcom.com on Tuesday, November 14, 2000 Pieter Claerhout wrote : PC> Hello all, PC> have a small question. Imagine you have the following folder structure in Zope: PC> http://testserver.pclaerhout.com/inde

Re: [Zope] Populating a :list variable from the results of a ZSQL method

2000-11-10 Thread Geir Bækholt
don't know about inside zope, but in plain python you could just do: new_options = list(options) perhaps an external method would cut it: return list(inputstring) -- Geir Bækholt web-developer/designer [EMAIL PROTECTED] http://www.funcom.com on Friday, November 10, 2000 Tony McD

Re: [Zope] newbie question

2000-11-09 Thread Geir Bækholt
possibly not the cleanest way of doing it, but this ought to do what you want.. 1000 5000 .. etc.. and This is not much! This is ok! -- Geir Bækholt web-developer/designer [EMAIL PROTECTED] http://www.funcom.com on Thursday, November 09, 2000 Stephan Goeldi wrote : SG> I want

Re: [Zope] list of users tied to database

2000-09-13 Thread Geir Bækholt
ts> ts> ')"> ts> any ideas anyone? Don't nest DTML inside DTML try something like : -- Geir Bækholt web-developer/designer [EMAIL PROTECTED] http://www.funcom.com ___ Zope maillist - [EMAIL PROTECTED] http

Re: [Zope] Mail problem ([Zope] how to change the 'Zope' realm/resource?? (fwd))

2000-09-13 Thread Geir Bækholt
on Wednesday, September 13, 2000 Oleg Broytmann wrote : OB> Hi! OB>Is it only me? I am getting most (but not all) message twice. OB> Oleg. me too ! -- Geir Bækholt web-developer/designer [EMAIL PROTECTED] http://www.funcom.com ___

[Zope] Re[2]: [Zope] and PARENTS[0]

2000-08-31 Thread Geir Bækholt
those other properties, the ones from the header would be used.. Seems rather strange that id from standard_html_header is used if it is a method.. puzzling.. cannot think of a reason.. -- Geir Bækholt web-developer/designer [EMAIL PROTECTED] http://www.func

Re: [Zope] and PARENTS[0]

2000-08-31 Thread Geir Bækholt
the id of TH> the zclass. Could anyone point out how I can get hold of the zclass TH> id? first of all : make sure your standard_html_header is a method, not a document.... -- Geir Bækholt web-developer/designer [EMAIL PROTECTED] http://www.funcom.com __

Re: [Zope] Run a java applet in Zope

2000-08-25 Thread Geir Bækholt
at seems to be the problem ? Does it work in a pure HTML-page ? Check the differences between the working HTML and the output of your DTML.. -- Geir Bækholt web-developer/designer [EMAIL PROTECTED] http://www.funcom.com ___ Zope maillist - [EMAI

Re: [Zope] Managing with Opera

2000-08-22 Thread Geir Bækholt
nagement (athough i use Opera for everything else) , because opera has some slight problems with frames and the history/back-button.. -- Geir Bækholt web-developer/designer [EMAIL PROTECTED] http://www.funcom.com ___ Zope maillist - [EMAIL PROTECTE

Re: [Zope] Simple acquisition (?) question

2000-08-16 Thread Geir Bækholt
or_id is called on them .. see also : http://www.zope.org/Members/michel/HowTos/DTMLMethodsandDocsHowTo -- Geir Bækholt web-developer/designer [EMAIL PROTECTED] http://www.funcom.com ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/

Re: [Zope] zcatalog -- returning context of hits on fulltext

2000-08-14 Thread Geir Bækholt
ncing this pythonmethod.. -- Should give you what you want.. :-) -- Geir Bækholt web-developer/designer [EMAIL PROTECTED] http://www.funcom.com ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts

Re: [Zope] Newbie: String work

2000-06-27 Thread Geir Bækholt
t; newbie!) I'm stuck on the syntax. Help! try something like : this is documented at http://www.zope.org/Documentation/Guides/DTML-HTML/DTML.4.4.2.3.html - but not very newbie-friendly took me a long time to figure out how to use :-) -- Geir Bækholt web-developer/designer [EMAIL PROTE

Re: [Zope] how do you iterate over tiny tables?

2000-05-22 Thread Geir Bækholt
on Monday, May 22, 2000 Graham Chiu wrote : [snip] GC> I have a folder full of Tiny Tables. I would like to go over each GC> table, and iterate thru their contents. GC> GC> GC> GC> GC> GC> doesn't do anything. Clues? [snip] perhaps (untested) wo