<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">Le 02/07/2012 13:57, Vincent COUVERT a
écrit :<br>
</div>
<blockquote cite="mid:4FF18CB5.6000901@scilab-enterprises.com"
type="cite">
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
Hello Samuel,<br>
<br>
Could you report a bug for this issue?<br>
<br>
Regards,<br>
Vincent<br>
<br>
<br>
<div class="moz-cite-prefix">Le 01/07/12 17:11, Samuel Gougeon a
écrit :<br>
</div>
<blockquote cite="mid:4FF068A1.40607@free.fr" type="cite">
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
<font face="Arial">Hello,<br>
<br>
Scilab 5.4.0 provides the new figure attribute resizefcn,<br>
that is a callback called when the related figure is resized.
<br>
<br>
However, this one is not necessarily the current one, in such<br>
a way that resizefcn="do(gcf())" is not relevant.<br>
It is possible to <br>
- tag the figure<br>
- to put the tag as input arg of the resizefcn callback<br>
- to findobj(tag) inside the callback<br>
<br>
but is there a shorter way to refer to "this" figure, i mean a
kind <br>
of "this" implicit handle?<br>
<br>
Samuel<br>
<br>
</font> </blockquote>
<br>
</blockquote>
It is also possible to add an argument to the resizefcn function
which will contain the win_number or the handle to the resized
window.<br>
<br>
Serge<br>
</body>
</html>