6. Overview DialogboxesΒΆ
Functions |
|
---|---|
ColorScale_dialog displays a dialog box to select a color scale. |
|
CreateListBoxText creates the iniatialize string for list boxes and combo boxes. |
|
DialogBox creates a dialog box with static text, edit fields, list boxes, combo boxes, check boxes, a report list (list with multiple columns), a property list box, a group box, tree control and buttons.The dialog box can be configured to be resizeable (see Dialog control |
|
FontDialog displays a font dialog box. |
|
GetBrushDialog displays a color dialog box to select a color and a transparency value. |
|
GetColorDialog displays a color dialog box. |
|
GetColorGradientDialog displays a color gradient dialog box. |
|
GetDirectoryDialog displays a directory selection dialog. |
|
GetDropFileNames displays a list box which can be used to drop files from the File Manager or Explorer. |
|
GetListBoxText splits the return value of a combo box or list box into a string vector. The value is returned from the DialogBox function. |
|
GetOpenFileName opens a Open File dialog box. |
|
GetOpenFileName opens a Open File dialog box. |
|
GetSaveFileName opens a dialog box to select a file name. |
|
Displays a dialog box to configure a marker object. |
|
MessageBox displays a message box. The message box contains a message, a title, and predefined icons and push buttons. |
|
MessageBoxError displays an error message box. |
|
MessageBoxInfo displays a message box. |
|
MessageBoxQuestionYesNo displays a message box. |
|
MessageBoxQuestionYesNoCancel displays a message box. |
|
MessageBoxWarning displays a error message box. |
|
PenDialog displays a dialog box to configure a pen object. |
|
RadioControl_Group clears all radio buttons in the group each time the user selects a button. |
|
ReportControl_GetColorNames returns a string vector with color values and names. |
|
ReportControl_GetColorRGB returns the color values of a marker control in a report control. |
|
ReportControl_GetInit converts a string matrix into a scalar string which can be used to initialize the report control in a dialog box. |
|
ReportControl_GetLineStyle returns the line style value of a marker combo box of a report control. |
|
ReportControl_GetLineStyleNames returns a string vector with line style names which can be used to initialize the marker combo box in a report control. |
|
ReportControl_GetMarkerStyle returns the marker index of the marker selected in the report control in the dialog box. |
|
ReportControl_GetMarkerStyleNames returns a string vector with marker names which can be used to initialize the marker combo box in a report control. |
|
ReportControl_GetMatrix converts the DialogBox return value for the report control into a matrix. |
|
ReportControl_GetStyleNames returns a string vector with style names of the specified style file which can be used to initialize the marker combo box in a report control. |
|
ReportControl_GetStyles returns the style names of the selected styles in the report control of a dialog box. |
|
ReportControl_RemoveSelection is a helper function to remove the selected records from a report control. Add a button to the control and call this function in the button callback function. |
|
ReportControl_SelUpOrDown is a helper function to modify the record order in a report control. Add a button to the control and call this function in the button callback function. |
|
The ReportControl_Sort callback function can be set in the dialog box template string of a report control to enable sorting of records. The function is invoked by UniPlot when the user clicks the buttons in the header of a report control. |
|
XYConfigDlg displays a dialog box for the given dataset. |
|
XYConfigDlg displays a dialog box for the given 3D dataset. |
|
auto_GetFileNameDialog displays a dialog box which can be used to select up to 16 file names. The function can be used within an automation script. |
|
auto_ReplaceTextDialog can be used within an automation script to show a text dialog box. |
See also
id-846670