[wxpython-users] Stuck in a problem with validators
Werner F. Bruhin
werner.bruhin at free.fr
Thu May 1 08:45:21 PDT 2008
David,
David Anderson wrote:
> >From window put stuff in the box, I dont want to put, I want to get
Your validator only shows TransferFromWindow and it gets values from a
textctrl, so I think that TransferDataFromWindow is what you want it
will call the validators of all controls and gets data to put it into
e.g. into a database (which I do all the time in my app) or any other
data storage you define.
So, if it doesn't do what you want then I would suggest to provide a
small running example.
Werner
More information about the wxpython-users
mailing list