Hello, I have a prooject that I have been working on for a short while and bugging people about. I have a problem with the zcatalog/zcalasses. I have tried to outline in on my zope page. http://www.zope.org/Members/joshon there are some files there with the zlass, and the methods that make use of it. The problem revolves around the system not seeing some instances of the class until the catalog is refreshed. It is a regular and repeatable problem. It doesn't see the first child of each line. Thanks for your time josh on
Have you called <dtml-call reindex_object> after adding an instance? Regards, Ingo. On Tue, 16 May 2000, josh on wrote:
Hello,
I have a prooject that I have been working on for a short while and bugging people about.
I have a problem with the zcatalog/zcalasses.
I have tried to outline in on my zope page.
http://www.zope.org/Members/joshon
there are some files there with the zlass, and the methods that make use of it.
The problem revolves around the system not seeing some instances of the class until the catalog is refreshed.
It is a regular and repeatable problem. It doesn't see the first child of each line.
Thanks for your time
josh on
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
josh on writes:
Hello,
I have a prooject that I have been working on for a short while and bugging people about.
I have a problem with the zcatalog/zcalasses.
I have tried to outline in on my zope page.
http://www.zope.org/Members/joshon
there are some files there with the zlass, and the methods that make use of it.
The problem revolves around the system not seeing some instances of the class until the catalog is refreshed.
It is a regular and repeatable problem. It doesn't see the first child of each line.
Thanks for your time
josh on
A while back I submitted to the Collector a bug that involved <dtml-if> tag on a page that <dtml-call reindex_object>. Do you have a these two in the creation method for the first child? All my best, Jason Spisak CIO HireTechs.com 6151 West Century Boulevard Suite 900 Los Angeles, CA 90045 P. 310.665.3444 F. 310.665.3544 Under US Code Title 47, Sec.227(b)(1)(C), Sec.227(a)(2)(B) This email address may not be added to any commercial mail list with out my permission. Violation of my privacy with advertising or SPAM will result in a suit for a MINIMUM of $500 damages/incident, $1500 for repeats.
A while back I submitted to the Collector a bug that involved <dtml-if> tag on a page that <dtml-call reindex_object>. Do you have a these two in the creation method for the first child?
Yes I do, actually I think all the instances are created inside an if tag... but perhaps that is it, sounds promising. Where can I read your work arounds? BTW I have the whole thing working in sql now. Bummer, though cos after reading the grokking zen piece I was really wanting it to be easier to do it in zclasses! Still now I am curious again. I keep telling myself I enjoy all this, but I am not so sure! I think I am a designer at heart, too dense for this programming lark. I'll send a url of the prototype when I have it up. I may use some flash in it, can you unix people see that at all? It is just for some avatars, flash will be perfect for them with zope. MAke one flash file of a person and have all the parameters controlled by zope. yeah! josh
josh on writes:
A while back I submitted to the Collector a bug that involved <dtml-if> tag on a page that <dtml-call reindex_object>. Do you have a these two in the creation method for the first child?
Yes I do,
actually I think all the instances are created inside an if tag... but perhaps that is it, sounds promising.
Get rid of them and see what happens.
Where can I read your work arounds?
I haven't posted them because I think they are fixed in the CVS and alpha release. Not sure. Be a good thing to check.
BTW I have the whole thing working in sql now. Bummer, though cos after reading the grokking zen piece I was really wanting it to be easier to do it in zclasses!
I orginginally strated with SQL, and did my whole first project in ZClasses and am very satisfied. Some scalability issues remain though. They might be solved by ZPatterns.
Still now I am curious again.
I keep telling myself I enjoy all this, but I am not so sure! I think I am a designer at heart, too dense for this programming lark.
I was really a designer too. But this definately has it's great moments. Zope is really a combination of the two.
I'll send a url of the prototype when I have it up.
I may use some flash in it, can you unix people see that at all?
Yes. At least it works on my Linux box.
It is just for some avatars, flash will be perfect for them with zope. MAke one flash file of a person and have all the parameters controlled by zope.
yeah!
josh
All my best, Jason Spisak CIO HireTechs.com 6151 West Century Boulevard Suite 900 Los Angeles, CA 90045 P. 310.665.3444 F. 310.665.3544 Under US Code Title 47, Sec.227(b)(1)(C), Sec.227(a)(2)(B) This email address may not be added to any commercial mail list with out my permission. Violation of my privacy with advertising or SPAM will result in a suit for a MINIMUM of $500 damages/incident, $1500 for repeats.
participants (3)
-
Ingo Assenmacher -
Jason Spisak -
josh on