Questions tagged [ime]

IME stands for "Input Method Editor", and refers to systems that allow users to input characters and symbols not found on their keyboard. They are commonly used to input Chinese, Japanese, and Korean (CJK) characters.

500 questions
-1
votes
1 answer

EditText cursor moving to end

Currently developing a keyboard. Whenever I press an EditText, the typing cursor moves to the end of all the words in the EditText automatically. It won't let me start editing within the middle of a sentence. Scenerio: User presses an EditText and…
Faris
  • 81
  • 1
  • 6
-1
votes
1 answer

VB.NET Input method editor

I think it's a difficult question but how to make a custom IME like Google IME that edits the input method while typing in any software? I need a starting way to do this... Please help. Thanks
Shahbaz Singh
  • 191
  • 1
  • 9
-2
votes
1 answer

How to get Time in twig?

enter image description here Good Morning .. I want t add a condition like {% if time > 18 H and time < 22 H %} Payer {%endif%} I don't know how can i get the time in twig ??
-2
votes
1 answer

Implementation of Emoticons through library

I have found this library for emoticons in android:- https://github.com/ankushsachdeva/emojicon In this, I am having a problem how to combine this code with my android soft keyboard or how do I deploy the emojicons tab on button click. Note that I…
Anirudh Sohil
  • 43
  • 1
  • 7
-3
votes
1 answer

EditText inside the IME itself (soft keyboard)

I developed a soft keyboard for Android, and I want to enter text into my own EditText on the keyboard's main screen. If I add an EditText to the keyboard Layout it is not receiving input from the keyboard (Neither if I put it in a Dialog or a…
Alon Shmiel
  • 6,753
  • 23
  • 90
  • 138
1 2 3
33
34