On Android if I pass the address of a panel and then use it to add a view, the click event for that view occurs in the activity where the panel was loaded.
On iPhone, it appears to occurs in the module where the call to Addview was made.
I am attempting to use common logic to create these controls in a scrollview, but have the event happen back outside my common logic. Any suggestions on how to make this work?
On iPhone, it appears to occurs in the module where the call to Addview was made.
I am attempting to use common logic to create these controls in a scrollview, but have the event happen back outside my common logic. Any suggestions on how to make this work?