Re: [Scilab-users] xdel replaced by close()

2022-01-22 Thread Stephane Mottelet
However, the findobj() fix that has been recently merged by Clément restores only the speed of tags search. findbobj() won't be further fixed as it provides many useful features which were missing to its (fast but poor) previous version. Indeed, using findobj to get the handle of a figure

Re: [Scilab-users] xdel replaced by close()

2022-01-22 Thread Claus Futtrup
Hi Stephane Good news, thank you. Thank you to the other list members for the other responses as well. Best regards, Claus On 22-01-2022 14:24, Stéphane Mottelet wrote: Hi, This is fixed for the next release: https://codereview.scilab.org/#/c/21803/ In the meantime, if you really need it

Re: [Scilab-users] xdel replaced by close()

2022-01-22 Thread Stéphane Mottelet
Hi, This is fixed for the next release: https://codereview.scilab.org/#/c/21803/ In the meantime, if you really need it you can download the patched version of findobj. S. > Le 21 janv. 2022 à 23:54, Samuel Gougeon a écrit : > >  > Hello Claus, > >> Le 21/01/2022 à 20:58, Claus Futtrup a

Re: [Scilab-users] xdel replaced by close()

2022-01-22 Thread Stefan Du Rietz
Hello, On 2022-01-21 23:54, Samuel Gougeon wrote: Hello Claus, Le 21/01/2022 à 20:58, Claus Futtrup a écrit : Hi Scilabers Today I tried to replace xdel(winsid()) in one of my scripts with close(winsid()) because Scilab shows a warning in the console: Warning: Feature xdel(...) is