Fred vS
Fred vS
> I just search how to change lazarus project's target application's skin, So I find fpGUI. Note that fpGUI is completely independent of Lazarus. You can use Lazarus to edit-compile...
There is also a problem with moving the window by clicking on the form, holding the button clicked and trying to move the window with the mouse. The form starts...
Hello. Sieghard gave fixes for MSEclock demo, see here: https://github.com/mse-org/mseide-msegui/discussions/87#discussioncomment-9361181 Test are welcome.
Um, here with the latest version, moving the form is ok but resizing is not yet (or the strange effect is wanted). ;-( 
Clicking on the calendar make it disappear (maybe wanted). In the Font dialog, size and style are disabled.
Hello. It is possible that the library provided by uos is no more compatible with last os. Please, if so, install libsndfile on your system: `$ sudo apt install libsndfile1-dev`...
Could you try with that last library in attachment (replace the old in /examples/lib/Linux/aarch64_raspberrypi/libsndfile_aarch64.so) [libsndfile_aarch64.zip](https://github.com/user-attachments/files/19961656/libsndfile_aarch64.zip)
Hum, I would first try to install libsndfile on the system: via terminal: `$ sudo apt install libsndfile1-dev` Then locate the library: via terminal `$ find /usr/ -name libsndfile.*` Then...
Hello Lucarnet. There is no Delphi version of uos, sorry. Hum, about uos**lib**, it is looong time that I did not update it, I must re-jump into it, but it...
Not sure to understand, if you have a uos program/project done on Linux with Lazarus/LCL or fpGUI or MSEgui, all should be out-of-the-box if you compile the same code on...