Note | ||
---|---|---|
| ||
As of July 25th, 2023, there is a content freeze on this page. |
In Genie, when the Detect Subfile setting is set to True and the Detect Subfile Patterns setting is set to False, Genie will search for subfile options, such as 2=Change and 5=Display, and create a right-click subfile menu for these options. This function allows you to programmatically override the options on this menu.
...
Code Block | ||||
---|---|---|---|---|
| ||||
pui.rebuildSubfileMenu( ["Select", "Change", "Display"], ["1", "2", "5"] );
|
...