PreferenceScreen Refresh

pesquera

Active Member
Licensed User
Longtime User
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
 

pesquera

Active Member
Licensed User
Longtime User
yes, I want to update the summary
If I left the preference screen and then load it again, I can see de summary ok
but, I want to see the update of the text field while editing prefence fields (when I pesss Ok on the text field and return to the preference screen)
sorry if I'm not clear.. my english is not so good :)
 
Upvote 0
Top