Uses 911K of libraries. Click here for Pure Java version (11518L/58K).
1 | !7 |
2 | |
3 | concept Assumption { |
4 | S text, status; |
5 | sS _fieldOrder = "text status"; |
6 | } |
7 | |
8 | set flag NoMainConcepts. // Save code |
9 | cmodule DialogPlusAssumptions > DynConvo { |
10 | new Concepts concepts; |
11 | transient CRUD<Assumption> assumptionsCRUD; |
12 | |
13 | start { |
14 | dm_initNestedConcepts(concepts); |
15 | assumptionsCRUD = new CRUD<>(concepts, Assumption); |
16 | } |
17 | |
18 | visual jhsplit(super, jCenteredSection("Assumptions", assumptionsCRUD.visualize())); |
19 | } |
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
Snippet ID: | #1028437 |
Snippet name: | Dialog + Assumptions |
Eternal ID of this version: | #1028437/10 |
Text MD5: | 555b3c986e96da90b158ed21c29c2a9a |
Transpilation MD5: | e14b0f3fb6fad3dd6ee9310b4ba1ecc3 |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX source code (Dynamic Module) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-06-20 17:34:07 |
Source code size: | 451 bytes / 19 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 237 / 2323 |
Version history: | 9 change(s) |
Referenced in: | [show references] |