Closed KeyWorksRW closed 9 months ago
wxRuby3 validators are supported, since they use the wxWidgets validators. wxPython doesn't directly support wxWidgets validators, instead requiring the user to create their own sub-class of wx.Validator. Note that neither TextValidator nor GenericValidator are implemented in wxPython.
At this point, it's beyond the scope of wxUiEditor to create custom validators that mimic the wide range of validators that wxWidgets supports. As such, I'm closing this issue.
Description:
Both wxPython and wxRuby3 supports validators which means wxUiEditor needs to generate the code to enable them since we already have validator properties.