Files
wxWidgets/wxPython
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:29:02 +00:00
2007-05-01 05:55:19 +00:00
2007-03-20 22:34:20 +00:00
2007-02-05 21:57:59 +00:00
2007-04-27 18:24:08 +00:00
2007-04-24 20:50:36 +00:00
2007-01-24 00:01:53 +00:00
2007-03-22 18:48:36 +00:00
2005-02-18 19:33:00 +00:00
2006-07-05 00:37:11 +00:00
2004-07-06 21:12:52 +00:00
2007-04-24 20:28:01 +00:00
2007-01-06 19:44:28 +00:00