Scilab Function

Last update : 13/04/2007

SciGui - Scilab GUI designer tool

Calling Sequence

SciGui()

Description

SciGui is a simple tool for graphic user interface design. It allows to setup GUI figure and to add, modify and delete graphic objects (push buttons, textfields, labels, etc.) and their main properties. Load and save functions are provided, to manage a Scilab .sci file realizing the GUI. Produced .sci file must not be modified by hand but wel defined entry points, provided for supporting pre-post init calls, callbacks bodies, and auxiliary functions, in order to let it readable by SciGui for further modifications. It is suggested to use external functions if complex processing is required in callbacks.

Installation hints: extract zipped files into your Scilab folder, keeping their relative path (i.e. ./SciGui folder), and then to exec the main SciGui file SciGui.sci", (i.e. exec('<your_path>/SciGui/SciGui.sci);). From this moment you can run the utility simply calling main function "SciGui()".

Examples

 
   SciGui()
  

Authors

G. Casonato

Used Function

figure, x_choose, x_dialog, x_message, uicontrol