Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IWEdit caret position
#9
Hi all,

This question is no longer relevant for me. I have found a solution:

In the IWEdit's Scriptevent, in OnFocus, I put the following:

var val = this.value;
this.value = "";
this.value = val;

That is working just as well as the JS injection in the FormCreate event proposed by Alexandre previously.

Thanks to Alexandre for the help. Your proposal worked fine and in fact pushed me in the right direction.

Regards
Soren
Reply


Messages In This Thread
IWEdit caret position - by SorenJensen - 08-22-2019, 05:53 AM
RE: IWEdit caret position - by kudzu - 08-22-2019, 01:29 PM
RE: IWEdit caret position - by SorenJensen - 08-23-2019, 11:36 AM
RE: IWEdit caret position - by SorenJensen - 08-24-2019, 02:43 PM
RE: IWEdit caret position - by Alexandre Machado - 08-25-2019, 11:42 PM
RE: IWEdit caret position - by SorenJensen - 08-27-2019, 04:15 AM
RE: IWEdit caret position - by SorenJensen - 09-10-2019, 05:03 AM
IWEdit caret position, moew - by SorenJensen - 09-23-2019, 08:32 PM
RE: IWEdit caret position - by SorenJensen - 09-28-2019, 03:26 PM
RE: IWEdit caret position - by kudzu - 09-28-2019, 07:39 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)