#I just want to manipulate server forms' title

1 messages · Page 1 of 1 (latest)

median berry
#

I want to change the title of my form with equations but I can only use either #title_text or a hardcoded string like "Main Menu." I want to use equations and stuff to remove letters from the title like a prefix

#
{
  "pageA@common_dialogs.pageA_panel_no_buttons": {
    "$title_panel": "common_dialogs.page_A_standard_title_label",
    "$title_size": [ "100% - 14px", 10 ],
    "size": [275, 300],
    "$text_name": "#title_text",
    "$title_text_binding_type": "view",
    "$child_control": "server_form.long_form_panel",
    "layer": 2,
    "bindings": [
      {
        "binding_name": "#title_text"
      },
      {
        "binding_type": "view",
        "source_property_name": "(not (('%.5s' * #title_text) - 'PageA' = ('%.5s' * #title_text)))",
        "target_property_name": "#visible"
      }
    ]
    }
},