Re: [qooxdoo-devel] Setting the caret to the end of the text in QXTextField

2006-06-15 Thread Sebastian Werner
Great that it helped you. You can try luck with the many select functions of QxTextField. Maybe it is possible to move the cursor with these methods, too. Sebastian Thi Nguyen schrieb: > Hi Sebastion, > > Thank you so much for the work around. I used suggestion #1 and it works. > > >> you

[qooxdoo-devel] Setting the caret to the end of the text in QXTextField

2006-06-15 Thread Thi Nguyen
Hi Sebastion,   Thank you so much for the work around. I used suggestion #1 and it works.   >> yourTextField.forceValue(null);>>yourTextField.setValue(fixedValue);   Another problem is though it works, the cursor get reset to the beginning of the string. How can I set it to end of the new st