ANN: FormatValidator 2.0 released

Do you like to promote your wxWidgets based application or component!? Post it here and let's see what the critics have to say. Also, if you found that ONE wx component the world needs to know about, put it here for future reference.
Post Reply
Manolo
Can't get richer than this
Can't get richer than this
Posts: 828
Joined: Mon Apr 30, 2012 11:07 pm

ANN: FormatValidator 2.0 released

Post by Manolo »

Hi all

I'm proud to announce the release of wxFormatValidator 2.0
With it, formatting a number and validating it, is featured as never before.

Formatting:
- It works only with wxString, allowing a very very large number. No CPU limits.
- Format style can be from very simple to very complex, allowing not only thousands separator but also prefix,
suffix, padding, characters between digits, sign position, exponential, scientific and engineering notation, etc.
- Different format-styles for positive, negative and zero values.
- Rounding off is an option.
- Formatted strings can be unformatted. You can read formatted strings from a file and transform them into their
C-locale representation.

Validating:
- Tolerant/Strict modes allow dismiss "typos" or complain about them.
- Range check. Several types of range definition.
- Not only "numbers" are valid entries. You can set other strings to be accepted as valid.
- You decide what to do with an empty entry: allow, reject, replace
- You decide "when" validation will be done: while typing, when "Enter/Tab-key", when focus is lost or combinations of them.
- You can decide if focus should be retained when validation fails.
- Coloring the control depending on validation succeed/fail.
- This validator can be attached to a wxTextCtrl or a wxComboBox. Special wxGridCellEditor are also featured.
- Transfer the control's string to your var unformatted or keeping it formatted.

Download sources, documentation and a sample for this component at http://wxcode.sourceforge.net/
wxWidgets 2.9 is required.

Regards,
Manolo
Post Reply