Re: [pygtkhelpers] Getting values of a FormView
- From:
- chaouche yacine
- Date:
- 2010-08-16 @ 13:38
Oops !
Here's the API documentation example code found here
http://packages.python.org/pygtkhelpers/api_forms.html and modifed a bit
(added an ok button and a handler for it).
The problem is that if no field is "touched", the values are None instead
of the default starting values of the widget (for example, 18 should be
the value returned by formview.form.fields["age"].element.value).
Thanks for your help.
Y.Chaouche