<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Le 10/02/2012 09:16, Stéphane Mottelet a écrit :
<blockquote cite="mid:4F34D243.4070508@utc.fr" type="cite">
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
Le 10/02/12 02:14, Samuel Gougeon a écrit :
<blockquote cite="mid:4F346F7B.40107@free.fr" type="cite">
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<title></title>
[...]<br>
giving<br>
<br>
<blockquote cite="mid:1328780211108-3728918.post@n3.nabble.com"
type="cite">The second one is: I want to save my window and being able
to directly open a saved window by puting it inside Scilab. In ths,
case a error message appears: <i>!--error 144 Opération non définie
pour les opérandes données. vérifier ou définir la fonction
%axesData_n_s pour la surcharge. at line 5 of function load_user_data
called by : at line 423 of function load_graphichandle called by : at
line 104 of function load_graphichandle called by : at line 18 of
function %h_load called by :
load('\\033makhffile001.velux.org\033MA-WIN7-root$\ada.kh-f\Desktop\test.scg');
while
executing
a callback</i> Do anyone know how to solve my problem or know a way to
put a picture inside a window and being able to save the window and
open it without any crash. Thank you for the interest given to my
problem. Regards. Anthony <br>
</blockquote>
Dragging the .scg file works for me, with Scilab 5.4.0-alpha1 on
Windows XP.<br>
load_graphichandle() was upgraded from 5.3.3 to 5.4.0-a1<br>
</blockquote>
I think that the problem is due to the plotlib. The user_data field of
plotlib entities contains a tlist and load_graphichandle does not seem
to like this...<br>
<br>
S.<br>
</blockquote>
Actually, there were 2 stacked bugs. The patch for load_user_data() <br>
in %h_load.sci is posted at <a class="moz-txt-link-freetext" href="http://bugzilla.scilab.org/10662">http://bugzilla.scilab.org/10662</a><br>
The binary is here attached (bunddle of ~10 functions inside %h_load)<br>
<br>
Samuel<br>
<br>
</body>
</html>