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
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!
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 . No, seriously I am not technical enough to do this kind of coding.
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 . 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!
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 . 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.