Hey guys i have follow problem.
i want to assign an edit from preferences to an label. my code is follow:
Sub CreatePreferenceScreen
screen.Initialize("Einstellungen", "")
Dim cat1, cat2, cat3 As AHPreferenceCategory
Dim intentScreen As AHPreferenceScreen
cat1.AddEditText("edit1", "EditText1", "This is TestEdit", "", "check1")
End sub
The user can input an text in the editbox and then it should show in an label.
i have tried follow
manager.GetString("edit1") = Label1.text
but no success
anyone can help.
i want to assign an edit from preferences to an label. my code is follow:
Sub CreatePreferenceScreen
screen.Initialize("Einstellungen", "")
Dim cat1, cat2, cat3 As AHPreferenceCategory
Dim intentScreen As AHPreferenceScreen
cat1.AddEditText("edit1", "EditText1", "This is TestEdit", "", "check1")
End sub
The user can input an text in the editbox and then it should show in an label.
i have tried follow
manager.GetString("edit1") = Label1.text
but no success
anyone can help.