It's exactly what i've done and now it works!!!
Thanks anyway Robin.
···
On Thu, 23 Mar 2006 17:16:45 -0800 Robin Dunn <robin@alldunn.com> wrote:
Felix wrote:
> Hi everyone !!
>
> I get a python warning dialog when i open the form containing the textctrl with my own validator. it says:
>
> "Could not transfer data to window"
>
> The validator it's an easy modification of the validator in wxPython-demo:
>
> What does it's mean ??? How can i solve this ???
>You need to implement the TransferToWindow and TransferFromWindow
methods in your validator, even if they do nothing but return True.--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org