Hi,
I am doing this:
Dim phone1 As Phone
Dim edphone As EditText
...
Sub Activity_Create(FirstTime As Boolean)
Activity.LoadLayout("Main")
If FirstTime Then edphone.Text=phone1.GetLine1Number
End Sub
Getline1number creates an error. In the documentation it is under the header "Members". I probably do not understand those. Please help.
Thank you!
Peter
I am doing this:
Dim phone1 As Phone
Dim edphone As EditText
...
Sub Activity_Create(FirstTime As Boolean)
Activity.LoadLayout("Main")
If FirstTime Then edphone.Text=phone1.GetLine1Number
End Sub
Getline1number creates an error. In the documentation it is under the header "Members". I probably do not understand those. Please help.
Thank you!
Peter