Fred vS

Results 175 comments of Fred vS

Hello Roland. It seems that _Sizeable := False_; only works for Windows, on Linux there is no effect. See my answer on Eschecs issue https://gitlab.com/rchastain/eschecs/-/issues/43#note_1225640386 Also on Windows property _OnResize...

Hello. _2 - press AltGr+E to print '€' -> this open the export windows_ Hum, strange because the shortcut to export windows is _Ctrl+E_ (not _AltGr+E_). Tested on Linux and...

Re-hello. Tested _LazPaint32_ Windows version via Linux-wine and there, all OK, _AltGr+E_ gives _€_. But booting the same machine on _Windows 11_, there is indeed a problem with _AltGr+E_. Here...

Hum, indeed something is strange there. Notre that I tested Lazarus and in the code-editor AltGr+E gives the €. So it seems it is not related to LCL ( I...

Hello Lainz. WOW. For uploading big files on GitHub, you may create a "demos release" and add big assets there: https://github.com/bgrabitmap/lazpaint/releases

Hello @evpobr. Using symbol versioning is the only right way to use libc.so. Recently, glibc has introduced new symbol tables that are not compatible with previous tables. About breaking the...

![azote_fpc_rpi32](https://user-images.githubusercontent.com/3421249/144879400-ec5eb817-d939-4c60-bad1-52c4f6ff9b74.png)

No, not yet. Martin was buzzy with mselang 32 bit Linux only. I did enable mselang for Windows 32 bit and it seems to work ok. Note that LLVM for...

Hello. If you like custom layout, maybe you could take a look at: https://github.com/fredvs/uidesigner_ext/releases/tag/1.9.1 It has plenty of build-in layout.

And to set a style for your app, after you choose one in the menu "Review", for example "Chrome Silver flat menu". Copy the unit from uidesigner_ext source (source are...