Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hallo, wie mache ich in der Textbox einen Zeilenumbruch (multiline und auto vscroll sind aktiv) m_text = "Text\n neue zeile"; geht nicht..
mfg burnner
evtl so:
m_text = "Text\r\nneue zeile";
ah mit r^^