Re: [Zope3-Users] PT, i18n and dynamic attributes...how to?

2007-02-01 Thread Sascha Ottolski
On Thursday 01 February 2007 23:35:54 you wrote: > Are you new to Zope? not quite. > If I understand correctly, yes it is possible > and Zope does an excellent job with this. would you mind sharing a working example? > Both Zope books are particularly good in explaining this. Have you ref

Re: [Zope3-Users] newbie database adapter questions

2007-02-01 Thread TAHARA Yusei
Hi. You can use z3c.zalchemy or sqlos(sqlobject wrapper) for OR mapping. zalchemy http://svn.zope.org/z3c.zalchemy/trunk/src/z3c/zalchemy/ sqlos http://codespeak.net/z3/sqlos/ Thanks. -- Yusei TAHARA ___ Zope3-users mailing list Zope3-users@zope.org

[Zope3-Users] newbie database adapter questions

2007-02-01 Thread tyson
Hi, I just started looking into Zope3 and I am unsure on how to create forms that interact with my database. I have the psycopg adapter installed and working. I just want to create a simple html form that will load some values into a couple text fields from my postgreSQL database and displa

Re: [Zope3-Users] PT, i18n and dynamic attributes...how to?

2007-02-01 Thread David Johnson
Are you new to Zope? If I understand correctly, yes it is possible and Zope does an excellent job with this. Both Zope books are particularly good in explaining this. Have you referred to either? On Feb 1, 2007, at 5:51 PM, Sascha Ottolski wrote: Hi, I'm wondering if there is a proper s

[Zope3-Users] PT, i18n and dynamic attributes...how to?

2007-02-01 Thread Sascha Ottolski
Hi, I'm wondering if there is a proper solution to a common problem: translating a page template with dynamic attributes. If I put something like Hi, please click here! in a page template, this wouldn't be translated properly, cause it ends in a msgid like msgid="Hi, plea

Re: [Zope3-Users] objectwidget help

2007-02-01 Thread Ivan Horvath
thank you Tom, thus the link wan not what i expected, but i created another one for objectsofobjects2 package and it is working fine. but how can i create a view only, where there is no any widget on the page, just the values are displayed because in my example the problem is also, that i rec

Re: [Zope3-Users] Audio vedio Device Managementquery

2007-02-01 Thread Vijaykumar B
Ok thanks On 2/1/07, Andreas Jung <[EMAIL PROTECTED]> wrote: --On 1. Februar 2007 18:16:19 +0530 Vijaykumar B <[EMAIL PROTECTED]> wrote: > Hi All, > Can some one please help to know how can a audio and vedio device attched > to > the client system be detected. > I mean to say when ever a use

Re: [Zope3-Users] Audio vedio Device Managementquery

2007-02-01 Thread Andreas Jung
--On 1. Februar 2007 18:16:19 +0530 Vijaykumar B <[EMAIL PROTECTED]> wrote: Hi All, Can some one please help to know how can a audio and vedio device attched to the client system be detected. I mean to say when ever a user(client ) open the page how can i know which audio abd vedio device is

[Zope3-Users] Audio vedio Device Managementquery

2007-02-01 Thread Vijaykumar B
Hi All, Can some one please help to know how can a audio and vedio device attched to the client system be detected. I mean to say when ever a user(client ) open the page how can i know which audio abd vedio device is he using. Please reply ASAp. -- With Thanks Vijay Kumar Bang ---

[Zope3-Users] zope.scheduler and triggering actions on local objects

2007-02-01 Thread Alek Kowalczyk
Hi, I need to trigger periodically activities on various local components (i.e stored in ZoDB). I found zope.scheduler package which seem to be nice cron-like tool for Zope. But I did not find a clue how to use it with local components - in examples it is registered as global utility. I think abou

[Zope3-Users] zope.app.cache

2007-02-01 Thread Martin Aspeli
Hi guys, I'm trying to determine if zope.app.cache is potentially useable in a Five/Zope 2.10 environment, and if so how it actually works and what I need to do to use it. Unfortunately, there are no doctests or other documentation in this package that I can see. The interfaces and code give som

Re: [Zope3-Users] objectwidget help

2007-02-01 Thread Tom Gross
Hi Ivan, the demos are all together quite outdated. In your case there's a wrong url provided in the index-template it should be: href="/@@contents.html?type_name=BrowserAdd__zope3demos.otherdemos.formlib2.demo.Order">Create Formlib2 Demo Object instead of href="/@@contents.html?type_na

Re: [Zope3-Users] Pluggable authentication, a newbie's question

2007-02-01 Thread Alexei Ustyuzhaninov
Stephan Richter пишет: On Sunday 28 January 2007 11:44, Alexei Ustyuzhaninov wrote: This code is contained in the file mypackage/__init__.py, mypackage in turn is loaded via ZCML. This is bad form. You should have that code in another module. Both plugins and PAU are registered successfully