filebrowsebutton - validator support

Just found filebrowsebutton in the demo, but see that it does not provide validator support for the underlaying textctrl and/or combobox.

I like to use the FileBrowseButton class (and probably also the DirBrowseButton class in another case) to allow the user to select an image file, need to store that information in the database and obviously retrive it when necessary. Would be nice if I could use the validator.TransferFromWindow and validator.TransferToWindow functions

Any chance of getting this enhanced?

See you
Werner

Werner F. Bruhin wrote:

Just found filebrowsebutton in the demo, but see that it does not provide validator support for the underlaying textctrl and/or combobox.

I like to use the FileBrowseButton class (and probably also the DirBrowseButton class in another case) to allow the user to select an image file, need to store that information in the database and obviously retrive it when necessary. Would be nice if I could use the validator.TransferFromWindow and validator.TransferToWindow functions

Any chance of getting this enhanced?

Sure. Make the changes needed and send me a patch.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!

Robin Dunn wrote:

Werner F. Bruhin wrote:

Just found filebrowsebutton in the demo, but see that it does not provide validator support for the underlaying textctrl and/or combobox.

I like to use the FileBrowseButton class (and probably also the DirBrowseButton class in another case) to allow the user to select an image file, need to store that information in the database and obviously retrive it when necessary. Would be nice if I could use the validator.TransferFromWindow and validator.TransferToWindow functions

Any chance of getting this enhanced?

Sure. Make the changes needed and send me a patch.

Pretty sure that I am NOT at the point were I would want to send a patch to you - still like to live for a bit :slight_smile: . No, seriously I am not technical enough to do this kind of coding.

See you
Werner

Werner F. Bruhin wrote:

Robin Dunn wrote:

Werner F. Bruhin wrote:

Just found filebrowsebutton in the demo, but see that it does not provide validator support for the underlaying textctrl and/or combobox.

I like to use the FileBrowseButton class (and probably also the DirBrowseButton class in another case) to allow the user to select an image file, need to store that information in the database and obviously retrive it when necessary. Would be nice if I could use the validator.TransferFromWindow and validator.TransferToWindow functions

Any chance of getting this enhanced?

Sure. Make the changes needed and send me a patch.

Pretty sure that I am NOT at the point were I would want to send a patch to you - still like to live for a bit :slight_smile: . No, seriously I am not technical enough to do this kind of coding.

I expect that if you are able to do things such as use validators and virtual listctrls then you could do something as simple as this.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!

Robin Dunn wrote:

Werner F. Bruhin wrote:

Robin Dunn wrote:

Werner F. Bruhin wrote:

Just found filebrowsebutton in the demo, but see that it does not provide validator support for the underlaying textctrl and/or combobox.

I like to use the FileBrowseButton class (and probably also the DirBrowseButton class in another case) to allow the user to select an image file, need to store that information in the database and obviously retrive it when necessary. Would be nice if I could use the validator.TransferFromWindow and validator.TransferToWindow functions

Any chance of getting this enhanced?

Sure. Make the changes needed and send me a patch.

Pretty sure that I am NOT at the point were I would want to send a patch to you - still like to live for a bit :slight_smile: . No, seriously I am not technical enough to do this kind of coding.

I expect that if you are able to do things such as use validators and virtual listctrls then you could do something as simple as this.

I see Will saved by bud!

Robin, anyhow thanks for the roses.

See you
Werner