Re: [Scilab-users] Long delay before callback

2022-09-20 Thread Stéphane Mottelet
Depending on what you want to do, some have to be interruptible, and some have to prioritary. For example in the following example, where you can start/stop incrementing a slider,  the "start" callback must be interruptible but the "stop" callback must be prioritary : function stop() set("butt

Re: [Scilab-users] Long delay before callback

2022-09-20 Thread Stefan Du Rietz
Hi, thanks. Yes, but it doesn't seem to make much difference. And I don't exactly understand the different options. Stefan On 2022-09-20 12:03, Stéphane Mottelet wrote: Hi, Did you try to play wth callback_type (interruptible or not) ? Le 20/09/2022 à 10:48, Stefan Du Rietz a écrit : Hell

Re: [Scilab-users] Long delay before callback

2022-09-20 Thread Stéphane Mottelet
Hi, Did you try to play wth callback_type (interruptible or not) ? Le 20/09/2022 à 10:48, Stefan Du Rietz a écrit : Hello Stéphane, a minimal example works OK all the time ... So, there must be something in my rather complex GUI environment, with many private functions, that does not. But si

Re: [Scilab-users] Long delay before callback

2022-09-20 Thread Stefan Du Rietz
Hello Stéphane, a minimal example works OK all the time ... So, there must be something in my rather complex GUI environment, with many private functions, that does not. But since I get no warning or error messages, I don't know how to proceed. Can the delays be due to timeouts? Regards Ste