Origin C - Programmable Dialog Box
Use simple Origin C commands to create custom dialog boxes for
your graphing and analysis routines. This Origin C programmable
dialog box is a dynamically generated, easy-to-use, and powerful
graphical user interface device.

Although Origin offers many different features, it might not perform
an operation you need for your particular research. Origin C allows
you to add your own, custom routines to Origin. In addition, to
create a GUI for these routines, Origin includes a programmable
Origin C dialog.
This dialog box supports user input from a variety of types of
user specified interface controls:
- check box
- numeric combo box
- string edit box
- numeric edit box
- string list
- color list
It also validates numeric input, and then directly stores entered
values in a user-defined tree structure. The dialog box includes
OK and Cancel buttons and optionally includes a Try (Apply) button.
Event handling on user entry is also supported. Furthermore, since
the dialog is based on a collapsible tree structure, it is very
user-friendly.
|