PxPlus User Forum

Main Board => Discussions => Thin Client/WindX => Topic started by: John_S on February 10, 2020, 04:49:47 PM

Title: Mark/copy option
Post by: John_S on February 10, 2020, 04:49:47 PM
In WindX there is an option to mark/copy text by right clicking the icon, selecting edit, mark/copy, and then highlighting some text on the screen. It then pops up an option to copy the highlighted text to the clipboard.  This is very handy for our users, but they have to go through this procedure every time they want to highlight something and copy it.  Is there an option that will keep this enabled so they don't have to repeat this procedure each time?
Title: Re: Mark/copy option
Post by: Mike King on February 10, 2020, 05:00:25 PM
Have you tried enabling the Right mouse click copy logic?

Try issuing

  SETDEV (0) SET "RMouseCopy" TO "1"
-or-
  PRINT 'OPTION'("RMouseCopy","1"),

Then use the Right Mouse button to select the section of the text on the screen to copy.
Title: Re: Mark/copy option
Post by: John_S on February 10, 2020, 05:17:12 PM
Thanks Mike, that works great!  Our users will be very happy!