Insert Controls /text/sbasic/shared/02/20000000.xhp
controls; in dialog editor push button control in dialog editor icon control buttons; controls image control check box control radio button control option button control fixed text control label field control editing; controls text boxes; controls list boxes; controls combo box control scroll bar control horizontal scrollbar control vertical scrollbar control group box control progress bar control fixed line control horizontal line control line control vertical line control date field control time field control numerical field control currency field control formatted field control pattern field control masked field control file selection control selection options for controls test mode control MW made "selections; controls" a one level entry Insert Controls Opens the Toolbox bar.UFI: removed all help ids (shared/02 has them too, and as shared is now part of sbasic module, this would lead to build errors
Icon Insert Controls
In edit mode, double-click a control to open the properties dialog. In edit mode, you can also right-click a control and choose the cut, copy, and paste command. UFI: inserted all Help-IDs in this file again Button Icon Adds a command button. You can use a command button to execute a command for a defined event, such as a mouse click. If you want, you can add text or a graphic to the button.
Image Control Icon Adds a control that displays a graphic.
Check Box Icon Adds a check box that you can use to turn a function on or off.
Option Button Icon Adds a button that allows a user to select from a number of options. Grouped option buttons must have consecutive tab indices. They are commonly encircled by a group box. If you have two groups of option buttons, you must insert a tab index between the tab indices of the two groups on the group frame.
Label Field Icon Adds a field for displaying text labels. These labels are only for displaying predefined text, and not for entering text.
Text Box Icon Adds an input box where you can enter and edit text.
List Box Icon Adds a box where you can click an entry on a list.
Combo Box Icon Adds a combo box. A combo box is a one line list box that a user can click, and then choose an entry from the list. If you want, you can make the entries in the combo box "read only".
Horizontal Scrollbar Icon Adds a horizontal scrollbar to the dialog.
Vertical Scrollbar Icon Adds a vertical scrollbar to the dialog.
Group Box Icon Adds a frame that you can use to visually group similar controls, such as option buttons.
To define two different groups of option buttons, ensure that the tab index of the group frame is between the tab indices of the two groups. Progress Bar Icon Adds a progress bar to the dialog.
Horizontal Line Icon Adds a horizontal line to the dialog.
Vertical Line Icon Adds a vertical line to the dialog.
Date Field Icon Adds a date field.
If you assign the "dropdown" property to the date field, a user can drop down a calendar to select a date. Time Field Icon Adds a time field.
Numeric Field Icon Adds a numeric field.
Currency Field Icon Adds a currency field.
Formatted Field Icon Adds a text box where you can define the formatting for text that is inputted or outputted as well as any limiting values.
Pattern Field Icon Adds a masked field. A masked field consists of an input mask and a literal mask. The input mask determines which user data can be entered. The literal mask determines the state of the masked field when the form is loaded.
File Selection Icon Adds a button that opens a file selection dialog.
Select Icon Activates or deactivates the Selection mode. In this mode, you can select the controls in a dialog so that you can edit them.
Properties Icon Opens a dialog where you can edit the properties of the selected control.
Activate Test Mode Icon Starts test mode. Click the dialog closer icon to end test mode.
Manage Language Manage Language icon Opens a dialog to enable or manage multiple sets of dialog resources for multiple languages.
Tree Control Manage Language icon Adds a tree control that can show a hierarchical list. You can populate the list by your program, using API calls (XtreeControl).