1 | sbool dm_sendClipboardTo_verbose(S computerID) { |
2 | if (computerID == null) false; |
3 | S text = getClipboardText(); |
4 | if (text != null) { |
5 | infoBox("Sending clipboard text to " + computerID); |
6 | dm_sendClipboardTextTo(computerID, text); |
7 | true; |
8 | } else |
9 | ret false with infoBox("Unknown clipboard contents type"); |
10 | } |
download show line numbers debug dex old transpilations
Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1020659 |
Snippet name: | dm_sendClipboardTo_verbose |
Eternal ID of this version: | #1020659/4 |
Text MD5: | 65e45d375d0c2d98fa7dfd7e7311c83f |
Author: | stefan |
Category: | javax / stefan's os |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-12-30 14:55:43 |
Source code size: | 329 bytes / 10 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 318 / 358 |
Version history: | 3 change(s) |
Referenced in: | [show references] |