Title: Input question Post by: Snorri B. on February 25, 2010, 07:38:31 pm Hi.
I have a input by name with one field as a part of a dialog unbuffered. What I want to achieve is this: When I enter the Input statement the field (leita) has a certain value. I want to position the cursor at the end of the field, and I want the value of the field NOT to be highlighted (selected). Something like: Code
Can this be achieved? In the code above, the cursor is never positioned at the end and using length+1 doesn't work either. If the field only has one character the character gets selected. Best regards, -Snorri Title: Re: Input question Post by: Snorri B. on February 26, 2010, 04:33:36 pm OK, I found out how this can be done. fgl_dialog_setcursor(length(leita)+1) works only if the field is textedit.
Best regs, -Snorri |