Icon View Thread

The following is the text of the current message along with any replies.
Messages 11 to 14 of 14 total
Thread Pasting Into a TMemo.
Mon, Sep 19 2016 10:56 AMPermanent Link

Raul

Team Elevate Team Elevate

On 9/19/2016 8:11 AM, Tim Young [Elevate Software] wrote:
> http://caniuse.com/#feat=clipboard
> and as you can see in the note, you can still only deal with clipboard data in response to user events.  So, no arbitrary access to the clipboard.

I personally don't see a way around this one - associated security risk
is too high to allow especially paste from javascript code without user
initiating the operation.

Raul
Mon, Sep 19 2016 11:56 AMPermanent Link

Trinione

Raul wrote:
<< I personally don't see a way around this one - associated security risk
is too high to allow especially paste from javascript code without user
initiating the operation. >>

Solution: Users shall be taught the power of - Ctrl+X/C/V. Smile
Wed, Sep 21 2016 6:22 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Raul,

<< I personally don't see a way around this one - associated security risk is too high to allow especially paste from javascript code without user initiating the operation. >>

Absolutely, it's "lights-out" otherwise... Smile

Tim Young
Elevate Software
www.elevatesoft.com
Wed, Sep 21 2016 9:41 AMPermanent Link

Trinione

Had an easy solution thought as I ironed my 'Sunday best'... Store the text in a string list (slMyClipboard) and activating a 'Paste' button if slMyClipboard has content.

The only thing I need to consider is if I can insert (paste) the text into the exact location of the cursor in the MultiLineEdit, or if I need to just have it appended.

This is in addition to letting the users know to use Ctrl X/C/V/A.
« Previous PagePage 2 of 2
Jump to Page:  1 2
Image