Hi all,
I have a problem.
I am adding panels with labels inside. These panels are all inside a ScrollView and when the user reaches the final of the "list", it catches more items on the database and adds more panels...
Now I want to click on one of these labels to read the details of this item. But how can I "index" each panel, so that I can retrieve the right item?
The "Panel_Touch" sub doesn't help me much, because he has no ID or something to identify which panel it is.
It has only "Action", "X" and "Y".
Thanks in advance
I have a problem.
I am adding panels with labels inside. These panels are all inside a ScrollView and when the user reaches the final of the "list", it catches more items on the database and adds more panels...
Now I want to click on one of these labels to read the details of this item. But how can I "index" each panel, so that I can retrieve the right item?
The "Panel_Touch" sub doesn't help me much, because he has no ID or something to identify which panel it is.
It has only "Action", "X" and "Y".
Thanks in advance