Hi SF Support,
We have a Listview where each item has an image and a row with some description and a second row with some more data and a button.
Currently if they tap on an item in the listview, it goes into the TakeAPicture routine and displays the picture in the location in the item set aside for it.
And, if they tap the Button, it does the OnClick processing for that button and item.
Now, what I need to do, is when they tap the button, first it displays a small popup where they can enter a name and address and select a date from a datePicker. On close, it uses the data it collected and finally does the processing that would normally have happened for the Button OnClick.
It sounds simple enough, but how to do it escapes me.
Thanks for looking at this.