PxPlus User Forum

Twitter Twitter Twitter

Author Topic: Mark/copy option  (Read 1493 times)

John_S

  • Silver Member
  • ***
  • Posts: 20
    • View Profile
Mark/copy option
« 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?

Mike King

  • Diamond Member
  • *****
  • Posts: 3811
  • Mike King
    • View Profile
    • BBSysco Consulting
Re: Mark/copy option
« Reply #1 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.
« Last Edit: February 10, 2020, 05:07:54 PM by Mike King »
Mike King
President - BBSysco Consulting
eMail: mike.king@bbsysco.com

John_S

  • Silver Member
  • ***
  • Posts: 20
    • View Profile
Re: Mark/copy option
« Reply #2 on: February 10, 2020, 05:17:12 PM »
Thanks Mike, that works great!  Our users will be very happy!