ULC UX Copy to Clipboard message

Discussions about product bugs & problems!
Note: This is no replacement for the Official ETM Support!
3 posts • Page 1 of 1
moto3101
Posts:37
Joined: Tue Aug 22, 2017 2:04 pm

ULC UX Copy to Clipboard message

Post by moto3101 »

Hello,

in the ULC UX client, when you copy something to clipboard, you are asked whether you want to also copy this to your local clipboard. Is it possible to deactivate this message?

Thanks and with best regards,
moTo
Attachments
clipboard.png
clipboard.png (8.31 KiB) Viewed 2919 times
clipboard.png
clipboard.png (8.31 KiB) Viewed 2919 times

leoknipp
Posts:2928
Joined: Tue Aug 24, 2010 7:28 pm

Re: ULC UX Copy to Clipboard message

Post by leoknipp »

No, in WinCC OA it is not possible to deactivate this message.
As far as I know this messages is part of the browser.

Best Regards
Leopold Knipp
Senior Support Specialist

adaneau
Posts:310
Joined: Tue Feb 21, 2012 9:49 am

Re: ULC UX Copy to Clipboard message

Post by adaneau »

Hi

Actually this is absolutely not browser related but javascript. And especially inside the script C:\Siemens\Automation\WinCC_OA\3.16\data\ulc\etm.js

Inside function ETM.csw there is a switch case called switch(obj.cmd) and a case for "clipboard". So I think that commenting it may do the trick. As it is inside data folder, I guess you should be able to have local version of the file with modification.

Let me know if this work as I havent test it.

BR
Alexandre Daneau

3 posts • Page 1 of 1