Re: [Scilab-users] Using Scilab on Linux Mint

2023-10-15 Thread COUVERT Vincent
Hi all, Can you try to use a "main branch" nightly-build version (see https://gitlab.com/scilab/scilab/-/wikis/Developers/active-branches)? We recently switched to Java 17 and JoGL 2.5.0 (what fixed some similar issues). Best regards. -Original Message- From: users On Behalf Of hibr-l.

Re: [Scilab-users] Periodic Timer

2023-10-15 Thread Hani
No, Stéphane meant progressionbar() not waitbar(). Something like: winId=progressionbar('Reading Excel files'); xlread(...) close(winId); Should do what you need. Regards, Hani Am 12.10.23 um 01:37 schrieb Greg James: Hi That is what I have essentially done , just update the waitbar through

Re: [Scilab-users] Using Scilab on Linux Mint

2023-10-15 Thread hibr-l...@gmx.de
Right, it is a problem since since 6.1. If one does not want to start Scilab in the terminal, I have written a how-to at https://blog.hani-ibrahim.de/en/scilab-6-1-1-ubuntu-22-04-install.html#h3 for an elegant solution including integration into the menu system. Regards, Hani Am 14.10.23 um 13:

Re: [Scilab-users] Using Scilab on Linux Mint

2023-10-15 Thread Stefan Du Rietz
On a laptop computer of mine with Intel (8:th gen.) integrated graphics, the environment variable _JAVA_OPTIONS="-Djogl.disable.openglcore" makes some lines in a plot wrongly drawn, but LIBGL_ALWAYS_SOFTWARE=1 makes them correct. Stefan On 14/10/2023 13.50, Samuel Enibe wrote: This has been