Hi, I need a text box where only some characters are written, for example if the character "m" is forbidden, when I push the 'm' button there should be no effect. I tried with the event EVENT_KEYPRESS, but I didn't find any function to avoid the writing of the character in the text box.