Create a panel
Create a panel with a label that adjusts to the locale of a currently logged-in user.
- Create a folder for panels:This folder will be fetched by the client project.
- InProject view, right-clickUIand select .
- Hover-over the folder, select , and enterPanels.
- Create a panel (type):
- InProject view, right-clickPanelsand select .
- Right-clickPanel1 (type)and select .
- Hover-over the label, select , and enterHelloWorldLabel.
- InProperties, setTexttoHello World!.
- Add a panel loader:
- InProject view, right-clickMainWindow (type)and select .
- Hover-over the panel loader, select , and enterServerPanelLoader.
- InProperties, create a dynamic link betweenPaneland .For more information about dynamic links, see Create dynamic links.
Provide Feedback