Entrada del usuario en gráficos de bajo nivel Java ME
Frecuentes
Visto 154 veces
1
I'm currently developing a mobile application with j2me, and I need to get user input from Canvas.
I know a few ways to create custom input in low level graphics but what I basically want is to paint a textbox on the screen and when people click on it they are redirected to the phone's default input, like if you selected a Campo de texto en un parche de Forma. ¿Hay alguna forma de hacer esto?
1 Respuestas
1
There is a good approach at this other question: Cuadro de texto sobre lienzo en j2me
You can draw a basic textbox and display a string, and when it receives focus, you can switch the view to that particular TextBox.
contestado el 23 de mayo de 17 a las 12:05
No es la respuesta que estás buscando? Examinar otras preguntas etiquetadas java-me midp lcdui or haz tu propia pregunta.