Search found 2 matches

by AMunsell
Sat Apr 08, 2017 4:23 am
Forum: Questions & Answers
Topic: Getting Cursor Coordinates of Highlighted Text
Replies: 2
Views: 3609

Re: Getting Cursor Coordinates of Highlighted Text

I got something like this working using a widget
that's stuffed inside of a web page
that's stuffed inside of the activeX Browser control
that's stuffed inside of a form.
(LANSA inception :shock: )

Using JS, you can easily accomplish this with ranges and selects.
http://stackoverflow.com ...
by AMunsell
Wed Mar 15, 2017 5:37 am
Forum: Questions & Answers
Topic: Getting Cursor Coordinates of Highlighted Text
Replies: 2
Views: 3609

Getting Cursor Coordinates of Highlighted Text

I'm working with a multi-line edit box in a reusable part that is a command handler for a framework.

The multi-line edit box allows users to input a large blob of text that is then pushed to a Word Document.

In order to allow users to circumvent having to use Word when they are finished, I would ...