Create GUI dialog functions/commands
Framework for numerical computations, data analysis and visualisation
Brought to you by:
numere
Create a command to start a GUI dialog, e.g. for selecting a file. A possible command would be
STRING = dialog "DEFAULTLOCATION/SELECTIONS" -set type=filedialog/listdialog/messagebox message=MESSAGE title=TITLE buttons=okcancel/ok
This functionality requires some in-depth changes in the kernel to introduce a window manager, which will handle the creation of windows and their return values. This window manager can be extended to handle graph windows as well.
This functionality was tested manually. The occured deviation was fixed in [r617]
Anonymous
Diff:
Diff:
Diff:
Related
Commit: [r517]
Diff:
Related
Commit: [r617]