[scilab-Users] Problem with figure.user_data

Samuel Gougeon Samuel.Gougeon at univ-lemans.fr
Wed May 19 15:35:42 CEST 2010


----- Message d'origine -----
De : Paul Czienskowski
Date : 19/05/2010 13:52:
> Dear all,
>
> I solved the problem. Instead of assigning
>
>     f.user_data = struct();
>
> I'm now doing it like this
>
>     user_data = struct();
>     //assign fields
>     set(f, "Userdata", user_data);
>
> Works fine for me.
Yes, with some restrictions: Please look at the reference in my previous 
message.

Samuel




More information about the users mailing list