Hello, I am using the following line of code to display a popup list in my form: itemhit = LstPopupList (popupList); If the user taps on an item inside the list, LstPopupList returns the item number and I process it accordingly. If the user taps outside the list's boundaries, 0xFFFF is returned and the list is dismissed. The problem: I would like to know the XY coordinates at which the user tapped to dismiss the list. Is this possible? Thanks, -Mike
- Re: Getting coordinates of LstPopupList dismissal ta... Mike Bitz
- Re: Getting coordinates of LstPopupList dismiss... Chris Antos
- Re: Getting coordinates of LstPopupList dismiss... Mike Bitz
- RE: Getting coordinates of LstPopupList dismiss... Davidson, Andrew A.V.
