<div dir="ltr"><div>From wikilazarus:</div>
<div><br>TWinControl.PopupMenu showing <br><br>Showing the popup menu of a windowed control is implemented using the native behavior of the Windows CE platform for touch screens. The user holds the pointer in a given control for a certain amount of time and the popup shows. This is implemented on the WM_LBUTTONDOWN message handler by calling SHRecognizeGesture. <br>
<br>For more details see: <br><br>    * <a href="http://svn.freepascal.org/cgi-bin/viewvc.cgi?view=rev&root=lazarus&revision=13728">http://svn.freepascal.org/cgi-bin/viewvc.cgi?view=rev&root=lazarus&revision=13728</a> </div>

<div> </div>
<div>I download the patch (wincecallback.inc) from Paul Michell, which implements showing popup menus from mouse gestures on wince, but I do not know how to use it. <br><br>Best regards.</div></div>