$7F dans NSTextView
tablier
Membre
Je reçois des caractères d'une machine externe. Notamment le Delete ($7F). Dans ce cas je dois effacer le dernier caractère entré et je ne sais pas faire cela. Pour info, je remplis le NSTextView (o_Text) ainsi:
Autre méthode?
A part vider totalement le TextView et le re-remplir avec le texte diminué d'un caractère, je ne vois pas comment faire ![ [o_Text textStorage] appendAttributedString: [[[NSAttributedString alloc] initWithString:aVoir] autorelease] ] ;
[o_Text scrollRangeToVisible:NSMakeRange([[o_Text string] length], 0)] ;
Autre méthode?
Connectez-vous ou Inscrivez-vous pour répondre.
Réponses