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).
I want to select 1 character left from cursor in textInput, how can I do that?
@Zubalama Try this:
inpuT.getText(inpuT.length-1,inpuT.length) ///inpuT = id of TextInput.
@Zubalama said:
select 1 character left from cursor in textInput
input.text=input.text-input.getText(input.length-1,input.length) why it returns "nan"? just nan?
@Zubalama Why are you subtracting text again from it ? Just inpuT.getText(inpuT.length-1,inpuT.length) should work.
inpuT.getText(inpuT.length-1,inpuT.length)
because I'm trying to make backspace button, and onClick won't work because I'm trying to do it for remote control
@Zubalama Then you need remove instead of getText.
getText
@p3c0 thank you I love you for that, respect and I mean you are the greatest man I've ever heard of =)) thank you again
1 more question how do I make topic "solved"?
@Zubalama There's a Topic Tools box at the bottom. Inside it contains Mark Solved option. If it doesn't work then edit the post title and prepend [Solved]. If you don't get it, let us know.