Re: [Scilab-users] callback delay

2020-10-18 Thread Antoine Monmayrant
On 18/10/2020 10:43, Stefan Du Rietz wrote: Hello Antoine, thank you very much for your replies, especially your hint about Java. The problem is that my GUI is rather complex with several levels and the delay is not always happening. However, when it does, it is extremely annoying!  It never

Re: [Scilab-users] callback delay

2020-10-18 Thread Stéphane Mottelet
Hello, Did you try to play with the callback_property ? I think that making the callback interruptible or non interruptible may change things. S. > Le 18 oct. 2020 à 10:44, Stefan Du Rietz a écrit : > > Hello Antoine, > > thank you very much for your replies, especially your hint about Jav

Re: [Scilab-users] callback delay

2020-10-18 Thread Stefan Du Rietz
Hello Antoine, thank you very much for your replies, especially your hint about Java. The problem is that my GUI is rather complex with several levels and the delay is not always happening. However, when it does, it is extremely annoying! It never happened in Scilab 6.0.2. I will try to ana

Re: [Scilab-users] callback delay

2020-10-18 Thread Antoine Monmayrant
Even If you cannot measure the issue, if you have a minimum working example that triggers this bug, it would be helpful to share it with us so we can try to reproduce the issue and maybe link it to some version of java or your os. By the way, did you try to take another computer and do a vanil

Re: [Scilab-users] callback delay

2020-10-18 Thread Antoine Monmayrant
On 17/10/2020 21:00, Stefan Du Rietz wrote: Hello Stephane and Antoine, I tried to explain why I cannot. After I have pressed the button with the callback, I can see that it takes a long time until the toc() message from the start of myfunction arrives. I don't know how to get the time from