Hi,
I want to show a text preference field, like this:
cat1.AddEditText("edit1", "EditText1", "This is EditText1 " & manager.GetAll.Get("edit1"), "")
It's Ok.. but, it doesn't refresh after change it, while boolean field (checkbox) does (it shows the change inmediately)
How should I do with text fields?
Also, how can I format a text field? for example, to validate the entry of a time
Thanks in advance
I want to show a text preference field, like this:
cat1.AddEditText("edit1", "EditText1", "This is EditText1 " & manager.GetAll.Get("edit1"), "")
It's Ok.. but, it doesn't refresh after change it, while boolean field (checkbox) does (it shows the change inmediately)
How should I do with text fields?
Also, how can I format a text field? for example, to validate the entry of a time
Thanks in advance