Re: [Scilab-users] GUI programming

2018-01-24 Thread Tan Chin Luh

Hi,

You might want to look into the video tutorials:

https://www.youtube.com/watch?v=A6bMURCVfb0&list=PL1G9eUG4bZaJ7pvUOS568320w8GVHtGRs

Hope this helps.

Regards,
Chin Luh



On 25/1/2018 4:09 AM, Nikolay Strelkov wrote:

Dear Claus!

It seems that Scilab GUI programming is not fully described nowadays.

When I programmed my Mathieu Functions Toolbox version 4 with GUI 
 I gathered information 
from whole internet.
You can learn GUI programming by analyzing and breaking its main GUI 
file 
 
(see it's page on Forge 
 ; demo is 
available from Scilab: /? -> Scilab Demonstrations -> Mathieu 
functions -> GUI for Mathieu Function Toolbox/ ) :)


I have bookmarked some pages:

  * http://atoms.scilab.org/categories/GUI
 - you can download and
read source code of available ATOMS
  * https://wiki.scilab.org/howto/guicontrol

  * 
http://cgit.scilab.org/scilab/tree/scilab/modules/gui/demos/uicontrol.dem.sce


- uicontrols demo 1 (available from Scilab: /? -> Scilab
Demonstrations -> GUI -> Uicontrols 1/ ; locally as
/usr/share/scilab/modules/gui/demos/uicontrol.dem.sce)
  * 
http://cgit.scilab.org/scilab/tree/scilab/modules/gui/demos/cb_uicontrol_plot3d.dem.sci


- uicontrols demo 2 (available from Scilab: /? -> Scilab
Demonstrations -> GUI -> Uicontrols 2/ ; locally as
/usr/share/scilab/modules/gui/demos/cb_uicontrol_plot3d.dem.sci )
- *it's recommended starting point, I think*
  * 
http://cgit.scilab.org/scilab/tree/scilab/modules/signal_processing/macros/wfir_gui.sci


- wfir_gui() example (locally as
/usr/share/scilab/modules/signal_processing/macros/wfir_gui.sci )
  * http://www.openeering.com/sites/default/files/LHY_Tutorial_Gui.pdf

- you already know it
  * http://scilab.io/products/scilab/application-development/

  * http://scilab.ninja/scilab-recipe-4-gui-basics/
 - now offline,
but cached on Google


  * 
http://tritytech.com/courses/scilab-courses/32-creating-innovative-gui-using-scilab.html


- TrityTech present course "Creating Innovative GUI using Scilab"
you can try to contact them for materials


I have never seen comprehensive book 
 about 
programming GUI in Scilab (in any language).
So If I remember correctly I read some books about MATLAB's GUI 
(uicontrol) function and extrapolated this material to Scilab.



--
/With best regards,
Ph.D., //associate professor at MPEI 
,

IEEE member,
maintainer of Mathieu functions toolbox for Scilab 
,

Nikolay Strelkov./

2018-01-24 21:49 GMT+03:00 Claus Futtrup >:


Hi Scilabers

Is there a comprehensive manual or book (in English, or alt
German) about programming GUI in Scilab? (or a comprehensive web-page)

I've found the Openeering one (18 pages):
http://www.openeering.com/sites/default/files/LHY_Tutorial_Gui.pdf

... and I've looked at the help pages for uicontrol + run some of
the GUI demos in Scilab.

I have almost no background in GUI programming, nothing successful
anyway, but it could be nice if I could at least get some basic
GUI up running (e.g. a figure where one can manage some controls
on the left side + see the polar plot etc on the right side).

I think that what I need is not just examples. I need
explanations, and preferably something coherent that I can combine
and work with, into something that works.

I've installed GUI builder from ATOMS. In the past I've never been
happy with programming on a high level. I prefer to understand
what goes on under the hood... so GUI builder is a bit of a
desperate grasp on my part.

Best regards,
Claus

___
users mailing list
users@lists.scilab.org 

Re: [Scilab-users] GUI programming

2018-01-24 Thread Nikolay Strelkov
Dear Claus!

It seems that Scilab GUI programming is not fully described nowadays.

When I programmed my Mathieu Functions Toolbox version 4 with GUI
 I gathered information from
whole internet.
You can learn GUI programming by analyzing and breaking its main GUI file

(see it's page on Forge
 ; demo is
available from Scilab: *? -> Scilab Demonstrations -> Mathieu functions ->
GUI for Mathieu Function Toolbox* ) :)

I have bookmarked some pages:

   - http://atoms.scilab.org/categories/GUI - you can download and read
   source code of available ATOMS
   - https://wiki.scilab.org/howto/guicontrol
   - http://cgit.scilab.org/scilab/tree/scilab/modules/gui/demos/
   uicontrol.dem.sce - uicontrols demo 1 (available from Scilab: *? ->
   Scilab Demonstrations -> GUI -> Uicontrols 1* ; locally as
   /usr/share/scilab/modules/gui/demos/uicontrol.dem.sce)
   - http://cgit.scilab.org/scilab/tree/scilab/modules/gui/demos/
   cb_uicontrol_plot3d.dem.sci - uicontrols demo 2 (available from Scilab: *?
   -> Scilab Demonstrations -> GUI -> Uicontrols 2* ; locally as
   /usr/share/scilab/modules/gui/demos/cb_uicontrol_plot3d.dem.sci ) - *it's
   recommended starting point, I think*
   - http://cgit.scilab.org/scilab/tree/scilab/modules/signal_
   processing/macros/wfir_gui.sci - wfir_gui() example (locally as
   /usr/share/scilab/modules/signal_processing/macros/wfir_gui.sci )
   - http://www.openeering.com/sites/default/files/LHY_Tutorial_Gui.pdf -
   you already know it
   - http://scilab.io/products/scilab/application-development/
   - http://scilab.ninja/scilab-recipe-4-gui-basics/ - now offline, but
   cached on Google
   

   - http://tritytech.com/courses/scilab-courses/32-creating-
   innovative-gui-using-scilab.html
   

   - TrityTech present course "Creating Innovative GUI using Scilab" you can
   try to contact them for materials


I have never seen comprehensive book
 about programming
GUI in Scilab (in any language).
So If I remember correctly I read some books about MATLAB's GUI (uicontrol)
function and extrapolated this material to Scilab.


--

*With best regards,Ph.D., *


*associate professor at MPEI
,IEEE member,maintainer of
Mathieu functions toolbox for Scilab
,Nikolay Strelkov.*

2018-01-24 21:49 GMT+03:00 Claus Futtrup :

> Hi Scilabers
>
> Is there a comprehensive manual or book (in English, or alt German) about
> programming GUI in Scilab? (or a comprehensive web-page)
>
> I've found the Openeering one (18 pages):
> http://www.openeering.com/sites/default/files/LHY_Tutorial_Gui.pdf
> ... and I've looked at the help pages for uicontrol + run some of the GUI
> demos in Scilab.
>
> I have almost no background in GUI programming, nothing successful anyway,
> but it could be nice if I could at least get some basic GUI up running
> (e.g. a figure where one can manage some controls on the left side + see
> the polar plot etc on the right side).
>
> I think that what I need is not just examples. I need explanations, and
> preferably something coherent that I can combine and work with, into
> something that works.
>
> I've installed GUI builder from ATOMS. In the past I've never been happy
> with programming on a high level. I prefer to understand what goes on under
> the hood... so GUI builder is a bit of a desperate grasp on my part.
>
> Best regards,
> Claus
>
> ___
> users mailing list
> users@lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users
>
>
___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users


[Scilab-users] GUI programming

2018-01-24 Thread Claus Futtrup
Hi Scilabers

Is there a comprehensive manual or book (in English, or alt German) about
programming GUI in Scilab? (or a comprehensive web-page)

I've found the Openeering one (18 pages):
http://www.openeering.com/sites/default/files/LHY_Tutorial_Gui.pdf
... and I've looked at the help pages for uicontrol + run some of the GUI
demos in Scilab.

I have almost no background in GUI programming, nothing successful anyway,
but it could be nice if I could at least get some basic GUI up running
(e.g. a figure where one can manage some controls on the left side + see
the polar plot etc on the right side).

I think that what I need is not just examples. I need explanations, and
preferably something coherent that I can combine and work with, into
something that works.

I've installed GUI builder from ATOMS. In the past I've never been happy
with programming on a high level. I prefer to understand what goes on under
the hood... so GUI builder is a bit of a desperate grasp on my part.

Best regards,
Claus
___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users