Le Jeudi, Novembre 28, 2019 17:05 CET, Claus Futtrup <cfutt...@gmail.com> a 
écrit:
I think you can achieve what you want by setting ".visible='off'" for all the uicontrols you don't want to show initialy. You can then set ".visible='on'" after the first call to the callback (or at each call if you are lazy).

I do that and it is very convenient. I also save my GUI data in a struct() in the "user_data" of the parent figure of the GUI. Then I don't need global variables or even findobj().

Regards
Stefan
_______________________________________________
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users

Reply via email to