At 04:30 PM 10/22/2001 +0200, [EMAIL PROTECTED] wrote: >Questions: >a) has Webware community such Class ?
Not directly in Webware. I cooked up something like this for a project, but there are so many choices involved, I wasn't sure about putting it directly in WebKit. I'm sure there is general interest in this. Please don't call them "components" as we already use that name for the Webware packages. I call mine "Panels". I was also thinking of an abstract class called "Pane" which is a Panel without the decorative border, eg, a rectangular area and no more. I have uploaded some of these utility classes AS IS to: http://www.chuckesterbrook.com/python/webware/utils-0.0.1.tar.gz They probably won't work outside the context of the project, but you can take a look at them and see what you think. I gave them an arbitrary version number in case I end up uploading new versions. Note that I assign the write() method of the panel to its owner (eg, the Page). This is fairly efficient. SitePanel is just an example of how you will probably want a customized panel for your project, similar to SitePage. -Chuck _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
