Button "Tag Display Settings"

I am in the process of migrating a project from 10.3.1 to 12.3.1

On the toolbar in the Operator interface in version 12.3.1 I see a button "Toggle Display Tag", which when clicked opens a small form titled 'Tag Display Settings'. This form has a name starting with frsz, so no way to look into the script to see what function it has. In the Books Online I did not find any information on this item.

Was someone else successfull in getting the functionality of this form?

2 Replies

  • Maarten,

    I also can't look at the code, but it appears that all the form does is change the "frsVariables.ShowTag.CurrentValue" it's values range from 1-4 from the top to bottom of the form.

    e.g.
    Module Tag = 1
    Description = 2
    Friendly Name = 3
    No Tag = 4

    Good Luck!
  • The button changes the text that is displayed by the dynamos in the frsModules_Theme dynamo set. As Tyler mentioned, the form sets frsVariables.ShowTag.CurrentValue.