Files
wxWidgets/wxPython/wx/lib
Robin Dunn e75f43c577 Updates to MaskedEdit controls from Will Sadkin:
maskededit.py:
    Added parameter option stopFieldChangeIfInvalid, which can be used to
    relax the validation rules for a control, but make best efforts to stop
    navigation out of that field should its current value be invalid.  Note:
    this does not prevent the value from remaining invalid if focus for the
    control is lost, via mousing etc.

  numctrl.py, demo / MaskedNumCtrl.py:
    In response to user request, added limitOnFieldChange feature, so that
    out-of-bounds values can be temporarily added to the control, but should
    navigation be attempted out of an invalid field, it will not navigate,
    and if focus is lost on a control so limited with an invalid value, it
    will change the value to the nearest bound.

  combobox.py:
    Added handler for EVT_COMBOBOX to address apparently inconsistent behavior
    of control when the dropdown control is used to do a selection.

  textctrl.py
    Added support for ChangeValue() function, similar to that of the base
    control, added in wxPython 2.7.1.1.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@45743 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-05-02 01:00:30 +00:00
..
2007-04-24 20:50:36 +00:00
2005-05-12 22:46:53 +00:00
2007-03-26 18:52:55 +00:00
2005-05-12 22:46:53 +00:00
2006-10-09 02:32:08 +00:00
2007-03-05 19:18:51 +00:00
2007-03-20 21:22:41 +00:00
2006-06-11 00:13:05 +00:00
2006-06-11 00:13:05 +00:00
2006-10-06 23:21:07 +00:00
2006-06-27 22:30:12 +00:00
2006-12-08 23:46:22 +00:00
2006-08-20 04:49:34 +00:00
2006-06-11 00:13:05 +00:00
2006-06-11 00:13:05 +00:00
2006-09-08 20:09:27 +00:00
2006-09-08 20:09:27 +00:00
2007-02-09 23:43:24 +00:00