Question
Make EditText only allow numbers?
Hi there,
I am trying to make an EditText only allow to input numbers, how can I create this on the following EditText field?
var w, layout;
layout = "dialog { \
text_field: EditText { \
size: [100,20] \
} \
}";
w = new Window(layout);
w.show();
Thanks ![]()
