Skip to content

Commit 31ee95e

Browse files
committed
Hide deprecated property.
1 parent c361c75 commit 31ee95e

1 file changed

Lines changed: 7 additions & 21 deletions

File tree

extensions/reviewed/TwoChoicesDialogBoxes.json

Lines changed: 7 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1074,7 +1074,7 @@
10741074
"value": "SetReturnNumber"
10751075
},
10761076
"parameters": [
1077-
"ActiveButtonById"
1077+
"HighlightedButtonIndex"
10781078
]
10791079
}
10801080
]
@@ -1110,7 +1110,7 @@
11101110
"value": "SetNumberVariable"
11111111
},
11121112
"parameters": [
1113-
"ActiveButtonById",
1113+
"HighlightedButtonIndex",
11141114
"=",
11151115
"mod(Value, SceneInstancesCount(Buttons))"
11161116
]
@@ -1128,7 +1128,7 @@
11281128
"Buttons",
11291129
"ID",
11301130
"=",
1131-
"ActiveButtonById"
1131+
"HighlightedButtonIndex"
11321132
]
11331133
}
11341134
],
@@ -1157,7 +1157,7 @@
11571157
"Buttons",
11581158
"ID",
11591159
"!=",
1160-
"ActiveButtonById"
1160+
"HighlightedButtonIndex"
11611161
]
11621162
}
11631163
],
@@ -1275,55 +1275,41 @@
12751275
"value": "Default message. Continue?",
12761276
"type": "String",
12771277
"label": "Message",
1278-
"description": "",
1279-
"group": "",
1280-
"extraInformation": [],
12811278
"name": "TextMessage"
12821279
},
12831280
{
12841281
"value": "0",
12851282
"type": "Number",
12861283
"unit": "Dimensionless",
1287-
"label": "Default highlighted button identifier",
1288-
"description": "Default highlighted button identifier.",
1289-
"group": "",
1290-
"extraInformation": [],
1291-
"deprecated": true,
1292-
"name": "ActiveButtonById"
1284+
"label": "",
1285+
"hidden": true,
1286+
"name": "HighlightedButtonIndex"
12931287
},
12941288
{
12951289
"value": "true",
12961290
"type": "Boolean",
12971291
"label": "Cancel with Escape key",
12981292
"description": "Enable or disable the escape key to close the dialog.",
1299-
"group": "",
1300-
"extraInformation": [],
13011293
"name": "EnableEscape"
13021294
},
13031295
{
13041296
"value": "Yes",
13051297
"type": "String",
13061298
"label": "Label for the \"Yes\" button",
13071299
"description": "This is the button with identifier 0.",
1308-
"group": "",
1309-
"extraInformation": [],
13101300
"name": "LabelButtonID0"
13111301
},
13121302
{
13131303
"value": "No",
13141304
"type": "String",
13151305
"label": "Label for the \"No\" button",
13161306
"description": "This is the button with identifier 1.",
1317-
"group": "",
1318-
"extraInformation": [],
13191307
"name": "LabelButtonID1"
13201308
},
13211309
{
13221310
"value": "",
13231311
"type": "Choice",
13241312
"label": "",
1325-
"description": "",
1326-
"group": "",
13271313
"extraInformation": [
13281314
"YesButton.LabelText=LabelButtonID0",
13291315
"NoButton.LabelText=LabelButtonID1",

0 commit comments

Comments
 (0)