[Scilab-users] 2016.06.22 - Dysfunction Graphics Menu with Scilab 5.5.2 x64 W10

Samuel Gougeon sgougeon at free.fr
Thu Jun 23 22:57:58 CEST 2016


Hello,

Have you tried without autoloading nor loading plotlib?
atomsAutoloadDel plotlib
exit(0)
// Restart Scilab
plot3d()

The Graphic editor ged() is based on TCL. So, if a TCL error is 
triggered by -- say -- an external module, then is makes ged() unworking.
See also http://forge.scilab.org/index.php/p/plotlib/issues/1562/

SG

Le 22/06/2016 18:11, Perrichon a écrit :
>
> Dear,
>
> When plotting a figure, menus « Editions/Propriétés de la figure » or 
> « Edition/Propriétés des axes » are bugged with Scilab 5.5.2 W10 x64, 
> and open an empty window "Figure Editor" which is not possible to re-close
>
> Important note : that doesn't  happen with Scilab 5.5.2 W10 x32
>
> I get errors :
>
> With Scilab 5.5.2 W10 x64:
> ===>With Editions/Propriétés de la figure :
> Initialisation :
>    Chargement de l'environnement de travail
> Start plotlib toolbox 0.46
> Load macros
> Load help
>    !--error 999
> TCL_EvalFile, à la ligne 1 du fichier C:/PROGRA~1/scilab/modules/graphics/tcl/ged/Figure.tcl
>      can't read "wfortree": no such variable
>      while executing
> "$wfortree.y set 0.0 1.0".
> at line      19 of function ged_figure called by :
> at line      91 of function ged called by :
>   then %oldgcbo = gcbo; end;gcbo = getcallbackobject(101);ged(8,20003);;if exists("%oldgcbo") then gcbo = %oldgcbo; else clear gcbo; end
> while executing a callback
> ===>With Edition/Propriétés des axes:
>   !--error 144
> Opération non définie pour les opérandes données.
> Vérifier ou définir la fonction %pltlibH_o_h pour la surcharge.
> at line       8 of function Get_handle_pos_in_list called by :
> at line      96 of function ged called by :
>   then %oldgcbo = gcbo; end;gcbo = getcallbackobject(102);ged(9,20003);;if exists("%oldgcbo") then gcbo = %oldgcbo; else clear gcbo; end
> while executing a callback
> Also Datatips function don’t work with this version 5.5.2 x64 W10
>
> See also bug #14600 for attached files.
>
> Sincerely
>
> Pierre
>
>
>
> _______________________________________________
> users mailing list
> users at lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20160623/46ef04dd/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/gif
Size: 906 bytes
Desc: not available
URL: <https://lists.scilab.org/pipermail/users/attachments/20160623/46ef04dd/attachment.gif>


More information about the users mailing list