ProLinga Tutorial |
---|
Open the Screen Dialog Editor in the ProLinga Developer. Press the "New Dialog" button and save the screen as "DeviceSearch". Now open this screen in the painter.
Set the Title to "Search Device".
Set the width of the screen to 400 and the height to 300.
Place a "Vertical Box" in the main area of the screen.
Place a "Scrolled Window" object in the first section and within that a "List or Tree View" object.
In the second section place a "Horizontal Box" with 3 columns.
In the first column place a "Label" object with the text "Filter:", in the second column place a "Text Entry" object and the last column place a "Button" object with using the stock icon "Index".
Now we make some cosmetic changes. The horizontal box should not expand, Border Width set to 5 and Spacing set to 5. Also we set the Border Width of the Scrolled Window to 5.
The painting of the Search Screen is now completed and we can populate it.
<< Variable Group Search | List Store Device >> |