The Service Manager status widget has four interface elements: a TextInput component, a ComboBox component, a ListBox component, and a Button component. When you have finished this tutorial, your interface will look like Figure 1, below.
Figure 1. The finished Service Manager status widget interface
First, add the UI Components.
In the Components panel under UI Components, drag a TextInput component instance onto the Stage. With the TextInput component instance selected, type the properties shown in Figure 2, into the Property inspector. Use the instance name license_txt for this component. (You can use the Transform tool to scale the component to the desired size, however, in this case, enter the exact width, height, and x and y coordinates.)
Figure 2. Property inspector settings for the license_txt TextInput component instance
Add the ComboBox, List, and Button components to the Stage and set the following and instance name and properties in the Property inspector, just as you did for the TextInput component.
Figure 3. Property inspector settings for the remaining three UI components
Examine the final appearance, as shown in Figure 4. Note: It seems that the list box is larger than necessary, however, when this component is live this will not be the case. The margin is actually the second line.
Figure 4. The Service Orders status widget interface.
label property to Service Manager.