[Scilab-users] ?= GUI hel

Stefan Du Rietz sdr at durietz.se
Thu Nov 28 18:54:06 CET 2019


> Le Jeudi, Novembre 28, 2019 17:05 CET, Claus Futtrup <cfuttrup at 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



More information about the users mailing list