[scilab-Users] Problems with creating toolbox

Kirill Kirillov kirill.kirillov at gmail.com
Wed Jun 17 21:58:32 CEST 2009


Hi!

В Срд, 17/06/2009 в 13:53 +0200, Sylvestre Ledru пишет:
> > 2) In my toolbox there is also a GUI program, which I want to run just
> > after loading all functions from library . I know that one can create
> > demo, but is it possible to run GUI program just from main menu like
> > "Matlab to Scilab conversion tool"?
> Yep, see just call "addmenu" in the .start of your toolbox.

Thanks for suggestion, but there is one problem with "addmenu":
I would like to add "Heat Flow Inspector" item at the end of the
existing Tools menu, but the following command duplicates menu instead
of just adding new item:
addmenu(gettext("&Tools"), 'Heat Flow Inspector');

-- 
Kirill Kirillov
<><




More information about the users mailing list