Search the Community
Showing results for tags 'DblClick'.
-
I tried to use a Selection but I would rather fetch the DblClicked Line of Data (selected or not) instead - please advise. MyScript:= 'dblclick=function dblclick(sender, eOpts) { '+ ' var el = document.getElementById("'+memText.JSName+'_id-inputEl"); '+ ' val = el.value; ' + ' start = el.selectionStart; '+ ' len = el.selectionEnd; '+ ' txt = val.slice(start, len); '+ ' ajaxRequest(MainForm.memText, ''_DblClick_'', ["start="+start, "len="+len, "txt="+txt]); '+ '} '; memText.ClientEvents.ExtEvents.Add(MyScript); Thanks in advance
-
I have a Windows Surface 2 H/W (Edge or Chrome S/W) Desktop DblClick Issue (fails) on my Desktop WebApp that works on all other Windows PC's except Surface. Please advise. Further research shows that if the WebApp is on LAN/WAN and executed in a browser that is not the server PC we have the same problem ? In summary, Browser CtrlKey, DblClick etc. works only on PC running WebApp, therefore we need Javascript Code to see the KeyBoard and Mouse events (TextEdit/NumEdit etc.) when WebApp is not running on Browser PC.
