Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi,
I have @TextInput { id: textBrowser text: "http://ddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd" }@
But I see only the last letters. I wish, when i want, move text to see the characters.
Thx
I am not exactly sure what you want to accomplish.
What platform are you using. Try setting width of TextInput.
more doc on TextInput:
http://doc.qt.nokia.com/latest/qml-textinput.html
Try:
@ TextInput { id: textBrowser autoScroll: false ... } @
or maybe you can use @ textBrowser.cursorPosition = 0; @ whenever you set your long text.
Is exactly what I want.
Thx mlong.