The application uses a custom class "ClassAddress".
This class is used in several Activities.
I made a test example with two Activities, which I am attaching.
When receiving the EditText focus, as well as when the EnterPressed event occurs, the results in these Activities are different. I racked my brains, but I did not find a solution.
If you have a chance to see it, please correct my example.
B4X:
Type ClassAddress(addr,city,state,postcode,country,phon,email,fax,www As String)
I made a test example with two Activities, which I am attaching.
When receiving the EditText focus, as well as when the EnterPressed event occurs, the results in these Activities are different. I racked my brains, but I did not find a solution.
If you have a chance to see it, please correct my example.