MaskedTextCtrl version 0.0.7 - Release Candi date 4

Werner F. Bruhin wrote:

Jeff,

Is 0.7 the latest version of this control? It is just the
type of thing I am looking for to do money and date stuff.

I am getting a few errors here and there in the demo - if it is the
latest I will document them and let you know, otherwise let me know
where I could get the latest version from.

Browsing the code, I noticed that where you define the inits for
wxTextCtrl and wxComboBox there is no "Validator" option. I
need to be able to define my validator to do data transfer from/to
Window and database, i.e. for wxTextCtrl I have a validator which
overrides wxPyValidators __init__, Clone, DataToWindow and
DataFromWindow - in the first two I define things like table and
column name to be passed and obviously the second two get the stuff
from the database to the window and the same in reverse.

Hi Werner,

I've been working with Jeff on this control, and 0.7 is now a
very old version of this code; unfortunately, the latest version
hasn't made its way into the wxPython CVS source control quite yet
because of some bugs under GTK. However, given the issue with
wxIntCtrl, I've already updated the code to deal with validators
to allow data transfer accordingly. If you're working under MSW,
I can send you a version that functions properly and has a great
deal more capability and flexibility than version 0.7. However,
if you can wait a bit, I will hopefully work out the GTK problems
soon, and you can then get it from CVS...

Regards,
/Will Sadkin
Parlance Corporation
www.nameconnector.com

Hi Will,

I am working on Windows XP.

It would be great if you could send me a copy, so I can get my feet wet.

See you
Werner

Will Sadkin wrote:

ยทยทยท

Werner F. Bruhin wrote:

Jeff,

Is 0.7 the latest version of this control? It is just the type of thing I am looking for to do money and date stuff.

I am getting a few errors here and there in the demo - if it is the latest I will document them and let you know, otherwise let me know where I could get the latest version from.

Browsing the code, I noticed that where you define the inits for wxTextCtrl and wxComboBox there is no "Validator" option. I need to be able to define my validator to do data transfer from/to Window and database, i.e. for wxTextCtrl I have a validator which overrides wxPyValidators __init__, Clone, DataToWindow and DataFromWindow - in the first two I define things like table and column name to be passed and obviously the second two get the stuff from the database to the window and the same in reverse.

Hi Werner,

I've been working with Jeff on this control, and 0.7 is now a
very old version of this code; unfortunately, the latest version
hasn't made its way into the wxPython CVS source control quite yet
because of some bugs under GTK. However, given the issue with
wxIntCtrl, I've already updated the code to deal with validators
to allow data transfer accordingly. If you're working under MSW,
I can send you a version that functions properly and has a great deal more capability and flexibility than version 0.7. However, if you can wait a bit, I will hopefully work out the GTK problems soon, and you can then get it from CVS...

Regards,
/Will Sadkin
Parlance Corporation
www.nameconnector.com

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwindows.org
For additional commands, e-mail: wxPython-users-help@lists.wxwindows.org