|
The MaskEditField is a REALbasic plugin class which inherits from EditField, to do masked text input. The plugin is supported on PPC, Carbon and Win32 target platforms.
- Masked text input.
- Operates on REALbasic MacOS IDE 4.0 or later. (Not REALbasic 4.5.0 though because of bug in 4.5.0, use 4.5.1fc3 or later if using REALbasic 4.5)
- Operates on REALbasic Windows IDE 5.2 or later.
- Operates on PPC, Carbon and Win32 targets.
- Supports custom masks with $, #, ? and \ meta characters.
|
|
|
|
- The MaskEditField plugin comes fully documented in 3 ways:
- HTML Documentation
- On-Line Documentation
- We document our plugins with RB Plugin Plunger, which means that the documentation is built into the plugin. To read the documentation users need to download RB Plugin Plunger which is a free utility which was created by some Plugin authors to provide a standardized documentation for plugins.
- The plugin comes with sample projects which demonstrates usage of masks.
- MaskEditField is written in C, its native code for each target platform, no platform emulation is done.
|