Re: [Scilab-users] GUI programming

2019-03-31 Thread farimani
Hello everyone, First of all Thanks to Nikolay Strelkov for pointing me to this thread from this post I left

Re: [Scilab-users] GUI programming

2018-02-01 Thread Claus Futtrup
Hi Philippe Thank you for poiting out that your book actually include this. I thought "Fundamental" meant that it would be a bit too fundamental for me, but maybe not. :-) ... I wish to also buy the other books in this series of books, when made available in English. Best regards, Claus On Wed,

Re: [Scilab-users] GUI programming

2018-01-31 Thread philippe
Hi Le 24/01/2018 à 19:49, Claus Futtrup a écrit : > Hi Scilabers > > Is there a comprehensive manual or book (in English, or alt German) > about programming GUI in Scilab? (or a comprehensive web-page) programming GUI in scilab relies on a good comprehension of graphics handles. The 4th chapter

Re: [Scilab-users] GUI programming

2018-01-26 Thread amonmayr
Hello, Last time I built GUI with Scilab, I did not find a comprehensive website or book on the subject and resorted to a bunch of separate sources (see Nikokay's answer). Here are a bunch of issues/tricks I learned by trial & error: - as for now, you cannot export uicontrols using the

Re: [Scilab-users] GUI programming

2018-01-25 Thread Claus Futtrup
Hi Nikolay and Tan Thank you for your help. Tan, I tried to load guibuilder. My first thought was to pull the white area to the grid ... and it crashed, but then again, Scilab 6 seems to crash a lot on me. Good tip to view some YouTube videos. I'll try that, to see if I can get some overview of

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=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

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