Download Jar. Uses 3874K of libraries. Click here for Pure Java version (8004L/56K).
1 | !7 |
2 | |
3 | p-experiment {
|
4 | watchQuotedLog_future(mechListAppendLogFile("User actions"), 100, voidfunc(S s) {
|
5 | S text = getString(unstructMap(afterSpace(s)), 'text); |
6 | print("Have text: " + text);
|
7 | new Matches m; |
8 | for (S line : lines(text)) |
9 | if (swic(afterSquareBracketStuff(line), "User clicked on actionless button ", m)) {
|
10 | TextImageAction tia = unstruct_autoCast(m.rest()); |
11 | if (isSnippetID(tia.toolTip)) |
12 | showSnippet(tia.toolTip); |
13 | } |
14 | }); |
15 | noMainDone(); |
16 | } |
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1015175 |
| Snippet name: | Handle unknown button clicks |
| Eternal ID of this version: | #1015175/12 |
| Text MD5: | 40353b7e99f5181006cf1bf61ad4139d |
| Transpilation MD5: | 8a28d1854f4a52f5ae2936b7c0a81e90 |
| Author: | stefan |
| Category: | javax / a.i. / gui |
| Type: | JavaX source code (desktop) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-05-10 15:31:37 |
| Source code size: | 514 bytes / 16 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 696 / 1595 |
| Version history: | 11 change(s) |
| Referenced in: | [show references] |