[scilab-Users] GUI

Mike Page Mike at Page-One.Waitrose.com
Mon Oct 11 18:56:47 CEST 2010


Hi Paul,

I have used guimaker and found it perfect for simple applications.  The GUI is created as a list of lists, corresponding to rows of GUI controls.  This does restrict the layout somewhat, although an empty element can be placed in the list to space the GUI out.

The code I wrote belongs to a client, so I can't let you have it all, but I have copied a few extracts and attached them to get you started.  I also have some code that conveniently allows you to get access to the GUI variables via their widgets.  Let me know if that would be of interest.

One issue I found is that callbacks (from buttons typically) may not always work.  I found this was a problem with complicated scripts.  My solution was to use a global variable that is set in a callback function and is then available to any function in any scope.

HTH.

Mike.


-----Original Message-----
From: paul.carrico at free.fr [mailto:paul.carrico at free.fr]
Sent: 11 October 2010 13:22
To: users
Subject: [scilab-Users] GUI


All,

In addition to may previous emails, how can I create a GUI under windows release ?

I had a look on the website and I found many libraries ... however what is the most convinient (i want to activate some options / to add name files and add path to input files for example) ?

Cheers

Paul
No virus found in this incoming message.
Checked by AVG - www.avg.com 
Version: 9.0.862 / Virus Database: 271.1.1/3189 - Release Date: 10/10/10 19:34:00

-------------- next part --------------
A non-text attachment was scrubbed...
Name: example_gui.sci
Type: application/octet-stream
Size: 2679 bytes
Desc: not available
URL: <https://lists.scilab.org/pipermail/users/attachments/20101011/2ad9bf5d/attachment.obj>


More information about the users mailing list