I do void Screen1View::updateAsciiInView(char* CwChar){ // add to txtbuffer Unicode::strncpy(textAreaAsciiBuffer, CwChar, 1); textAreaAscii.invalidate();}and that works fine ...my char i s displayed in the first position.But i need to add it to the e...