With r67 I've added basic support for TextInput.
It simply starts an Edit-Field without any format checks.
The Edit-Field has to be served with the standard keyboard (hardware or virtual - depending on the device you are working on). There is no special "CoDeSys" Keyboard displayed.
The Edit-Field has to be finished either with ENTER to save the new value or ESC to discard it.
Also hidden text is not supported right now.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
--- old+++ new@@ -1,3 +1,5 @@Hi
No numbers can be entered into the input fields.
I also do not get an input focus.
++For further work on this issue see Ticket #17.
status: open --> closed
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
With r67 I've added basic support for TextInput.
It simply starts an Edit-Field without any format checks.
The Edit-Field has to be served with the standard keyboard (hardware or virtual - depending on the device you are working on). There is no special "CoDeSys" Keyboard displayed.
The Edit-Field has to be finished either with ENTER to save the new value or ESC to discard it.
Also hidden text is not supported right now.
Diff:
Hi
Thanks. It work ;-)