I am new to B4A, and rusty on VB6. I am trying build an app that needs some directory configuration on multiple settings.
I set up a Config activity whose layout includes 6 EditText views, each one containing a different data path. Long clicking on one of these brings up a Listview listing the folders that could be chosen to extend the specific path.
Clicking on one of these folders, though the Item_Click event, returns the name of the folder, in fact it can return the complete new path. I now want to add it to the EditText.text property of the EditText view that called the Sub to display the ListView - but I have found no way to identify which of my six EditText view called the Sub.
Am I approaching this the wrong way? In VB6 I would have used indirect addressing, but have been unable to find a way to do that with B4A
How can I do this?
I set up a Config activity whose layout includes 6 EditText views, each one containing a different data path. Long clicking on one of these brings up a Listview listing the folders that could be chosen to extend the specific path.
Clicking on one of these folders, though the Item_Click event, returns the name of the folder, in fact it can return the complete new path. I now want to add it to the EditText.text property of the EditText view that called the Sub to display the ListView - but I have found no way to identify which of my six EditText view called the Sub.
Am I approaching this the wrong way? In VB6 I would have used indirect addressing, but have been unable to find a way to do that with B4A
How can I do this?