Re: [Zope3-Users] Problem with z3c.form / z3c.formui packages

2008-03-19 Thread garz
hey, i am trying similar things, but with more basic problems. one thing ahead: i am very beginner, but i put very much effort in learning zope. please be a little bit patient with me. i have defined a layer: class ICustomLayer(IFormLayer, Rotterdam) using Rotterdam here, because i want to use

Re: AW: [Zope3-Users] {Spam?} Re: Problem with z3c.form / z3c.formui packages

2008-03-30 Thread garz
hey, Seems defently a missing widget if other widget adapter will be found for the same form. yes you are right, its a missing widget :D its the one for the schema.Object field. i read the subform.txt and i dont like the solution presented there. there i define my schema.fields and then i

[Zope3-Users] different traversing for different users

2008-04-09 Thread garz
what i need is a different traversing for different users. the reason is, i have some complex object hierarchy that i want to hide from the ordinary user, so that he gets some nice urls. but the administrator should be able to traverse through every single object to do adjustments. i startet

Re: [Zope3-Users] different traversing for different users

2008-04-10 Thread garz
i looked through the sources of zope and found out, the desired option should be implemented by zopepublication but it isnt. if im right with this, my solution should be an extended zopepublication with overwritten beforeTraversal-method. there the user is authenticated and right after that i

[Zope3-Users] cant register object via zmi

2008-04-16 Thread garz
hi, i cant register the following class through the zmi. there is not tab for supporting that action. class IServus(Interface) class Servus(Persistent, Location): implements(IServus) i can register every container or contained item. so checked the difference between them, but i cant

[Zope3-Users] subform support for z3c.form

2008-07-13 Thread garz
hi, after i didnt like the way z3c.formdemo-package solved the subform problem by using sessions, i decided to write a package that supports subforms that are able to extract the needed information from the request. since all the needed information is in the request, a session is not needed. if

Re: AW: [Zope3-Users] subform support for z3c.form

2008-07-14 Thread garz
Roger Ineichen wrote: Hi garz, Stephan, Paul Betreff: [Zope3-Users] subform support for z3c.form hi, after i didnt like the way z3c.formdemo-package solved the subform problem by using sessions, i decided to write a package that supports subforms that are able to extract

Re: AW: AW: [Zope3-Users] subform support for z3c.form

2008-07-17 Thread garz
Roger Ineichen wrote: Hi garz, Stephan, Paul Betreff: Re: AW: [Zope3-Users] subform support for z3c.form [...] ok, i created a new repository now, because i'm not able to create a new branch at svn.zope.org respective im too dumb, even after i read all those svn related documents

[Zope3-Users] z3c.formjs - global js-variables and form-content in scripts

2008-09-17 Thread garz
hi, i'm working with z3c.formjs and there are three questions that arose. 1.) defining global variables i'd like to define some global variables that i can refer to in the functions that i want to define with the jsfunction-package. for example a global counter that counts something. is there

Re: [Zope3-Users] thoughts about z3c.form-package

2008-10-08 Thread garz
/z3c.form.pdf.html greets garz -- View this message in context: http://www.nabble.com/thoughts-about-z3c.form-package-tp19869292p19891158.html Sent from the Zope3 - users mailing list archive at Nabble.com. ___ Zope3-users mailing list Zope3-users@zope.org

Re: [Zope3-Users] thoughts about z3c.form-package

2008-10-14 Thread garz
? hm... when i think about it, this shouldnt even work? why is this a hook? i dont get it. regards garz -- View this message in context: http://www.nabble.com/thoughts-about-z3c.form-package-tp19869292p19980863.html Sent from the Zope3 - users mailing list archive at Nabble.com

Re: [Zope3-Users] thoughts about z3c.form-package

2008-10-15 Thread garz
hey roger, thank you for your answers. really appreciated. :) @hook: i understand now, the applyChanges-method isnt a hook, its just a function so that the apply-thing can be used alone too. a hook is, as far as i understood this concept, a point of extensibility or variation. both isnt

Re: [Zope3-Users] thoughts about z3c.form-package

2008-10-16 Thread garz
hi roger, thanks again. :) sry for writing so much nonsense and dont getting my point clearly described. didnt want to waste your time and i try to improve on that. Roger Ineichen wrote: Fields are a fundamental part of our concept and are the component which allows you to define things at