On Sat, 20 Sep 2003, Randall Randall wrote:

> Well, layout building and umpteen incredibly specific validators and
> field types. These things didn't seem very useful for what I wanted
> to do, and made FFK's learning curve steeper, so I gave it up in
> favor of building forms by hand.  I had a deadline. :)

FWIW, I've built my forms without the "layout-building". Well, that is to
say, I only used the layout-building to generate the field itself, but I
placed the fields individually myself. That was actually more work in FFK
can letting FFK do the heavy lifting, but I guess that's obvious :)


> FormKit is, as you know, what I'm using now.  This is mostly because
> it takes less to set up, has less syntax (like colons and asterisks),
> and has fewer US-specific things like "PhoneNumber" fields that only
> accept phone numbers in North America, and "PostalCode" fields that
> only accept 5 or 9 digit postal codes...

This reminded me (and also distracted me :-) ) that I've got some various
hacks to FunFormKit pieces that I made for a conference registration app
that has an international audience. These are not "polished", and there
are doubtless lots of I18N corner cases I totally don't handle, but at
least I deal with a plus sign in phone numbers :-)

I've posted excerpts here:

        http://perspex.com/hacks/python/funformkit/

Please understand that much of this is "incomplete" code, and should serve
as something for you co "cut, paste, and curse" into your own code right
now. Not unlike mkmodel.el, this is something I've got in my "eventual"
queue to polish up and release formally :-)

(PS: Ian, since FunFormKit is LGPL, if you want me to, I'll publish the
tarball alongside these :-) ).




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to