Hi Mike,
As a CW5 user, I found it best to use the debugger and stop at such events
and see the messaging going on. If you do a little digging you can see the
XY coordinates usually. Since I have not done this for a while, I can't
recall the event, but have a go. Sorry if your not using CW5.
Andrew.
> -----Original Message-----
> From: Mike Bitz [SMTP:[EMAIL PROTECTED]]
> Sent: Sunday, March 21, 1999 7:48 AM
> To: [EMAIL PROTECTED]
> Subject: Getting coordinates of LstPopupList dismissal tap
>
> 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
>
>
>