[Scilab-Dev] Adding new palettes to xcos

Clément David clement.david at scilab-enterprises.com
Mon Oct 1 13:20:44 CEST 2012


Hello,

xcos_toolbox_skeleton builders and start file use function wrappers to
ease maintenance but you can easily use a scs_m as a palette just use:
 pal=xcosPal(scs_m);
 xcosPalAdd(pal);

See help xcosPal for more information.

Le lundi 01 octobre 2012 à 03:24 -0700, manasdas17 a écrit :
> Hello,
>        I am having a problem with adding new palettes to xcos.
>        I have 3 folders for my xcos toolbox:
>     i)one having the graphical structure of palettes in .sci files.
>     ii)other one having having the computational functions of these blocks
> in .sci files.
>     iii)the third one having the scs_m format of palettes in .cos files.
> 
>      The problem is that in the xcos_toolbox_skeleton that is provided have
> no option of
>      having a files in scs_m format,but i need this for my toolbox.So how
> could i packaged
>      all the 3 folders as xcos toolbox.
> 
> Regards
> Manas
> IIT-Bombay

-- 
Clément DAVID
Development Engineer
-----------------------------------------------------------
Scilab Enterprises
143bis rue Yves Le Coz - 78000 Versailles, France
Mobile: +33.6.26.26.51.90
Phone: +33.2.90.22.78.96
http://www.scilab-enterprises.com




More information about the dev mailing list