I am trying to make the cursor labels customizable so that what labels are shown in the cursor can be changed after preMain has been called, based upon a boolean value in the function parameters. Is this possible to do something in main?
I noticed you can say setCursorLabelName(null) and that removes all cursor labels that have been added. But that can only be called from preMain.
I noticed you can say setCursorLabelName(null) and that removes all cursor labels that have been added. But that can only be called from preMain.
Comment