Create a panel

Create a panel with a label that adjusts to the locale of a currently logged-in user.

  1. Create a folder for panels:

    This folder will be fetched by the client project.

    1. In Project view, right-click UI and select New > Folder.
    2. Hover-over the folder, select Edit, and enter Panels.
  2. Create a panel (type):
    1. In Project view, right-click Panels and select New > Containers > Panel.
    2. Right-click Panel1 (type) and select New > Base controls > Label.
    3. Hover-over the label, select Edit, and enter HelloWorldLabel.
    4. In Properties, set Text to Hello World!.
  3. Add a panel loader:
    1. In Project view, right-click MainWindow (type) and select New > Containers > Panel loader.
    2. Hover-over the panel loader, select Edit, and enter ServerPanelLoader.
    3. In Properties, create a dynamic link between Panel and ProjectName > UI > Panels > Panel1 (type).

      For more information about dynamic links, see Create dynamic links.