I need to create a custom NSFormatter for some fields but in case of a not valid value i don’t want to use an alert sheet to show error message… i prefer use only a NSBeep(). Is this possible or i have to present the error with the standard sheet proposed by NSFormatter ?
Share
In your
NSFormattersubclass implementation you should be able to do something like: