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

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: a href=/@@contents.html?type_name=BrowserAdd__zope3demos.otherdemos.formlib2.demo.OrderCreate Formlib2 Demo Object/a instead of a

[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

[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

[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

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

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 user(client

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

[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

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