Re: [Zope3-Users] Blog naming proposals

2007-05-29 Thread Vinny
loud. Grog Grog See? Sounds cool. ;-) Vinny ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] Dict Widget

2007-02-27 Thread Vinny
://zope.palaceofretention.ca:8080/hey/++preferences++/@@index.html), InterfaceClass zope.app.form.interfaces.IInputWidget, u'') It seems the more complex field types might need a custom widget. I simply broke the tuple down into its parts and avoided the lack of a tuple input widget. Vinny

Re: [Zope3-Users] Zope Book: Internationalizing still up to date?

2007-02-22 Thread Vinny
/ZPTInternationalizationExamples I also think that these are useful and up-to-date as far as I can tell: http://wiki.zope.org/ZPT/MetalSpecification11 http://wiki.zope.org/ZPT/TALSpecification14 I've just been learning i18n as well so feel free to post more questions! Answers are even better. ;-) Vinny

Re: [Zope3-Users] User preferences for languages- possible?

2007-02-22 Thread Vinny
to be avoided (since we've made sure we have a principal). The language does seem to be set to the preference for page displays, so what Philipp said about being able to ignore uninteresting things until we've traversed far enough was a good hint. Vinny ___ Zope3

Re: [Zope3-Users] Re: Applying permissions to users from LDAP

2007-02-16 Thread Vinny
a bit crude, but it gets the job done. I'm talking to my employer about open sourcing it, would anyone here be interested in it? Alec +1 I, for one, would probably learn something useful from the code, if you decide to release it. Thanks in advance if that is the case. Vinny

Re: [Zope3-Users] Re: How do I get the schema/field list from an instance?

2007-02-14 Thread Vinny
On Wed, 14 Feb 2007 19:22:53 +0100 Philipp von Weitershausen wrote: Vinny wrote: In a ZPT I would do something like: for field in fieldsInObject(row) # which has (ordered?) fields th cell: field.name for row in rowView for field in fieldsInObject(row) # which has (ordered

[Zope3-Users] How do I get the schema/field list from an instance?

2007-02-13 Thread Vinny
an interface value that can be fed to form.Fields(). iface = zope.interface.providedBy(obj) doesn't seem to work. Anyone done this already or know of some (comprehensible, for a noob) documentation/source code for this? Thanks in advance. Vinny some code = class

Re: [Zope3-Users] Can't find MessageIDFactory

2007-02-09 Thread Vinny
a great help in what has been an extremely steep learning curve. Any free upgrades to the second ed. if I show my receipt? ;-) Vinny ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

[Zope3-Users] broken formlib - form.txt example

2007-02-06 Thread Vinny
Does anyone know what's going wrong? Do I need to upgrade anything? Thanks in advance. Vinny ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] Logging level for transcript.log

2007-02-04 Thread Vinny
Hi Jim, Thanks for answering. I appreciate you're a busy man. Further discussion follows below inline. Vinny On Sat, 03 Feb 2007 11:15:58 -0500 Jim Fulton [EMAIL PROTECTED] wrote: Vinny wrote: Hi, Where can I find the configuration setting for the logging level used