Hello Dimitris,Why do you use TextMorph and not RubScrolledTextModel or RubTextFieldMorph ?CheersAlainOn 11 Nov 2015, at 16:28, Dimitris Chloupis <kilon.alios@gmail.com> wrote:And now I can create a specialized input field only for time�� that automatically formats to HH:MM:SSand to answer my own question the answer isTextMorph editor pointIndex.On Wed, Nov 11, 2015 at 3:21 PM Dimitris Chloupis <kilon.alios@gmail.com> wrote:At first I thought that TextMorph>>cursor would return me the position of the cursor relative to its text so if I have a text like "hello" and cursor (that blinking thing) was at "o" it would return 6 but no, whatever position I try it returns always 1 . With rubric I found no way to do this either.Anyone has a clue, or to I need some kind of pharo dark magic ? Is this a bug , a feature or something in between ?