Re: [Scilab-users] Problems getting started with Xcos

2017-05-30 Thread arwooldridge
Well spoke too soon, on restart, and execute the script, cannot now reproduce havaeacompiler T now get: --> configure_msvc ans = T --> findmsvccompiler ans = msvc140express --> haveacompiler ans = F -- View this message in context: http://mailinglists.scilab.org/Problems-get

Re: [Scilab-users] Problems getting started with Xcos

2017-05-30 Thread arwooldridge
Found a workaround for the superblock save problem. Scilab previously reported haveacompiler() F when Visual Studio was in fact installed. Used the script in https://stackoverflow.com/questions/37685427/scilab-with-visual-studio-2015 Now haveacompiler() reports T Superblocks now appear to work an

Re: [Scilab-users] ?==?utf-8?q? Exporting graphic figure and its calcs

2017-05-30 Thread Antoine Monmayrant
Le Mardi, Mai 30, 2017 15:58 CEST, Alexis Cros a écrit: > Hello, > > I have created a graphic figure which contains several things : > > - uicontrol frames which contain axes (polarplot, plot2d...) > > - uicontrol texts > > gui_sumup = figure(55, 'Position', [0 0

Re: [Scilab-users] FORTRAN Block in XCOS

2017-05-30 Thread planetcooler
I still find it surprising that I cannot find a document that describes these calling / return parameters in a XCOS Fortran Block: subroutine evtdly(flag,nevprt,t,xd,x,nx,z,nz,tvec,ntvec, & rpar,nrpar,ipar,nipar,u,nu,y,ny) Is there some way to get this question to the SciLab people ?

Re: [Scilab-users] Problems getting started with Xcos

2017-05-30 Thread arwooldridge
Hi, Using English UK language and Locale/Region. Re paths was only thinking it may be looking for other paths to other files needed. On 30/05/2017 14:08, Perrichon Pierre [via Scilab / Xcos - Mailing Lists Archives] wrote: > Hello, > Confirmed > > > > > Before printing, think about ENVIRONMEN

[Scilab-users] Exporting graphic figure and its calcs

2017-05-30 Thread Alexis Cros
Hello, I have created a graphic figure which contains several things : - uicontrol frames which contain axes (polarplot, plot2d...) - uicontrol texts gui_sumup = figure(55,'Position', [0 0 my_screen_size(1)-H_BORDERS_THICK my_screen_size(2)-START_BAR_THICK],..

Re: [Scilab-users] Problems getting started with Xcos

2017-05-30 Thread Perrichon
Hello, Confirmed Before printing, think about ENVIRONMENTAL responsabity -Message d'origine- De : users [mailto:users-boun...@lists.scilab.org] De la part de Clément David Envoyé : mardi 30 mai 2017 14:28 À : users@lists.scilab.org Objet : Re: [Scilab-users] Problems getting started wi

Re: [Scilab-users] Problems getting started with Xcos

2017-05-30 Thread Clément David
Hello, Thanks for these information, as you wrote the save / load bug might be related to your system. Are you using a specific system locale / languages ? -- Clément Le mardi 30 mai 2017 à 03:52 -0700, arwooldridge a écrit : > Having similar problems with xcos on scilab 6.0.0 with windows 7 a

Re: [Scilab-users] Problems getting started with Xcos

2017-05-30 Thread arwooldridge
Having similar problems with xcos on scilab 6.0.0 with windows 7 and 10. 1/ On saving a model and subsequent reopen, some routes get jumbled like spagetti. ( workaround fix: highlight the route and optimise with SC "O" subsequent save and open then works) 2/ Some text blocks when saved do not reap

Re: [Scilab-users] ATOMS packages manager: missing packages in categories => FIXED!

2017-05-30 Thread Clément David
Thanks Samuel for the in-depth understanding of how ATOMS works and the patch. I merged it after a small edit on the test. -- Clément Le mardi 30 mai 2017 à 08:05 +0200, Samuel Gougeon a écrit : > I did something before posting that removed a step of the how-to . Here it is > restored: > > Le