Roland Chastain
Roland Chastain
1° Add missing configuration file in **hexviewer** example folder. 2° Fix _compileall.sh_. Use **pushd** instead of **cd**. Because after `cd ./ide/src`, `cd ..` doesn't come back to the previous directory.
Fix assertion in SetStyle method.
Debug output
Hello Fred! I noticed that _uos_ produces debug output, even when DEBUG is not defined. I believe that it comes from the binaries. Would it be possible to have binaries...
Hello Johann! It's probably not a BGRABitmap issue, but I would need your help to understand something. I generate PNG pictures, with a Phong shading, from TrueType fonts. I have...
Hello! I know that the project is no longer active, but I was wondering if it were possible to find the SwinGame examples somewhere. I remember having downloaded a collection...
Put _FillChar()_ parameters in correct order. https://github.com/graemeg/fpGUI/issues/126
I have just added PO files to [an application of mine](https://gitlab.com/rchastain/eschecs/-/tree/master/source/assistant). It was very easy, and it works fine. Is it possible to put the PO files in a dedicated...
Hello Graeme and other! I noticed that when I compile _fpgui_toolkit.pas,_ FPC also compiles all the AggPas library, even when I don't use `-dAggCanvas` option. I searched why and found...
In _examples/gui/animation/anim_test.lpr,_ I see this code: ```pascal procedure TMainForm.AfterCreate; begin // ... Sizeable := False; ``` But the application is sizeable (tested on Linux). Is that property broken, or do...
Copy the directory _menutest_ and name it (for example) _menutest1_. Compile the project using the attached files. Run the project from a terminal. Move the mouse cursor on the menu...