Previous topic

5. Overview Menus

Next topic

7. Overview DDE

This Page

6. Overview DialogboxesΒΆ

  Functions
CreateListBoxText CreateListBoxText creates the iniatialize string for list boxes and combo boxes.
DialogBox 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 |F @ xxx_callback|).
FontDialog FontDialog displays a font dialog box.
Get3DConfigDialog Get3DConfigDialog
Get3DViewDialog Get3DViewDialog
GetColorDialog GetColorDialog displays a color dialog box.
GetColorGradientDialog GetColorGradientDialog displays a color gradient dialog box.
GetDirectoryDialog GetDirectoryDialog displays a directory selection dialog.
GetDropFileNames GetDropFileNames displays a list box which can be used to drop files from the File Manager or Explorer.
GetListBoxText 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 GetOpenFileName opens a Open File dialog box.
GetOpenFileName_Data GetOpenFileName opens a Open File dialog box.
GetSaveFileName GetSaveFileName opens a dialog box to select a file name.
MarkerDialog Displays a dialog box to configure a marker object.
MessageBox MessageBox displays a message box. The message box contains a message, a title, and predefined icons and push buttons.
MessageBoxError MessageBoxError displays an error message box.
MessageBoxInfo MessageBoxInfo displays a message box.
MessageBoxQuestionYesNo MessageBoxQuestionYesNo displays a message box.
MessageBoxQuestionYesNoCancel MessageBoxQuestionYesNoCancel displays a message box.
MessageBoxWarning MessageBoxWarning displays a error message box.
PenDialog PenDialog displays a dialog box to configure a pen object.
RadioControl_Group RadioControl_Group clears all radio buttons in the group each time the user selects a button.
ReportControl_GetColorNames ReportControl_GetColorNames returns a string vector with color values and names.
ReportControl_GetColorRGB ReportControl_GetColorRGB returns the color values of a marker control in a report control.
ReportControl_GetInit 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 ReportControl_GetLineStyle returns the line style value of a marker combo box of a report control.
ReportControl_GetLineStyleNames 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 ReportControl_GetMarkerStyle returns the marker index of the marker selected in the report control in the dialog box.
ReportControl_GetMarkerStyleNames 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 ReportControl_GetMatrix converts the DialogBox return value for the report control into a matrix.
ReportControl_GetStyleNames 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 ReportControl_GetStyles returns the style names of the selected styles in the report control of a dialog box.
ReportControl_RemoveSelection 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 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.
ReportControl_Sort 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 XYConfigDlg displays a dialog box for the given dataset.
XYZConfigDlg XYConfigDlg displays a dialog box for the given 3D dataset.
auto_GetFileNameDialog 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 auto_ReplaceTextDialog can be used within an automation script to show a text dialog box.

id-846670