

Nextrek
@ 1348
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 |
{ "uid": "100DB9771B021145632A8756785EE9396B24", "isLoaded": true, "lastModificationTime": 0, "items": { "name": "Toggle Log", "type": "data_record", "order": 8, "category": "commonEvents", "id": "100DB9771B021145632A8756785EE9396B24", "isFolder": false, "parentId": "665F7EFC4091674CD6383D3829AD031A9CCC", "data": { "name": "Toggle Log", "startCondition": 0, "conditionEnabled": false, "parallel": false, "autoPreload": true, "singleInstance": true, "inline": false, "parameters": [], "commands": [ { "id": "gs.Comment", "params": { "text": "We call this common event whenever the user clicks on the \"Log\" link in our message box. In that case, we check if the backlog is currently open by checking the global \"Backlog Opened\" switch. If so, we hide the backlog and set the switch to OFF to indicate that the backlog is not visible anymore. Otherwise we open the backlog and set the switch to ON to indicate that the backlog is currently visible.\n\nThat means that whenever we call this common event, it will toggle the visibility of the backlog: If the backlog is currently opened, this common event will close it. If the backlog is currently closed, this common event will open it." }, "indent": 0, "uid": "C84D5AFC2ADC414C44794526B9EE1A6BAA71", "expanded": true }, { "id": "gs.Condition", "params": { "variable": { "name": "Backlog Opened", "index": 1, "scope": 1, "changed": true, "domain": "com.degica.vnm.default" }, "numberValue": 0, "textValue": { "scope": 1, "index": 0, "domain": "com.degica.vnm.default" }, "switchValue": 1, "valueType": 1, "operation": 0, "previewBackground": { "name": "$live_preview_snapshot" } }, "indent": 0, "uid": "CA2A152C83B3C746A85810C8C2C33BA3A875" }, { "id": "vn.BacklogVisibility", "params": { "visible": 0, "backgroundVisible": 1 }, "indent": 1, "uid": "6229216D75AF734BE989F14860AF37E37F6A" }, { "id": "gs.ChangeBooleanVariables", "params": { "target": 0, "targetReference": { "scope": 1, "index": 0, "domain": "com.degica.vnm.default" }, "targetVariable": { "name": "Backlog Opened", "index": 1, "scope": 1, "changed": true, "domain": "com.degica.vnm.default" }, "targetRangeScope": 0, "rangeStart": 0, "rangeEnd": 0, "value": 0, "previewBackground": { "name": "$live_preview_snapshot" }, "targetReferenceDomain": "com.degica.vnm.default" }, "indent": 1, "uid": "3FFBF89168C761405C897531CA3FD17C192B" }, { "id": "gs.ConditionElse", "params": {}, "indent": 0, "uid": "11F77F31184675437F89C37580CAF83E9F08" }, { "id": "vn.BacklogVisibility", "params": { "visible": 1, "backgroundVisible": 1 }, "indent": 1, "uid": "749278DE5D7B6842F279F4B7C1643C651214" }, { "id": "gs.ChangeBooleanVariables", "params": { "target": 0, "targetReference": { "scope": 1, "index": 0, "domain": "com.degica.vnm.default" }, "targetVariable": { "name": "Backlog Opened", "index": 1, "scope": 1, "changed": true, "domain": "com.degica.vnm.default" }, "targetRangeScope": 0, "rangeStart": 0, "rangeEnd": 0, "value": 1, "previewBackground": { "name": "$live_preview_snapshot" }, "targetReferenceDomain": "com.degica.vnm.default" }, "indent": 1, "uid": "488B6CC3194C8248931983C272748E7E3878" } ], "index": "100DB9771B021145632A8756785EE9396B24", "booleanVariables": [ { "name": "Log Opened", "index": 0, "scope": 0 } ], "numberVariables": [ { "name": "", "index": 0, "scope": 0 } ], "stringVariables": [ { "name": "", "index": 0, "scope": 0 } ], "defaultExpressionId": "BF7CB12110894142C299D341A545C910AA86" }, "localizableStrings": {} }, "summary": [ "name", "type", "order" ] } |