Hi, i have a question: In my program i use a TextView and a TextBuffer. When = i add text to the TextBuffer (which is already connected to the TextView), then= the TextView will not redraw and show the text (but when i move the mouse ove= r the=20 textview, it will show the text). How can i redraw the TextView (like in = Java with repaint()) ? Enrico