-
Firstly, thank you very much for your contribution.
In the teste_gmail example, how do I attach a file?
Thank you.
-
Hello how is possible to put form inside TTab or Controls like tpage, for example on ABM of table if i create a form with control how i put that inside ttab, on examples you i don't see some like add…
-
WARNING in dnsmasq core: Maximum number of concurrent DNS queries reached (max: 150)
The only dns server in ytuner.ini is pihole resolver service.
-
Hello.
Does BGRABitmap deal with animated png (apng)?
![Animated_PNG_example_bouncing_beach_ball](https://user-images.githubusercontent.com/3421249/80915999-2b37c300-8d56-11ea-96ed-6054935ff1a1.…
-
Things end badly using PiOS ...
simon@raspberrypi:~ $ uname -a
Linux raspberrypi 6.1.0-rpi6-rpi-v8 #1 SMP PREEMPT Debian 1:6.1.58-1+rpt2 (2023-10-27) aarch64 GNU/Linux
simon@raspberrypi:~ $ cat /…
-
-
How to use canvas ?
I want to use canvas for drawing graphs.
-------------------------------------------
VCL = require "vcl.core"
VCL.Application():Initialize()
local mainFrm = VCL.Form(nil,'…
-
I have tried dev branch too with the same result.
Thanks for help.
```
Lazarus version: 2.3.0
Lazarus revision: main-2_3-2346-g0a34290
Lazarus build date: 2022/11/20
Lazarus was compiled for x…
zbyna updated
11 months ago
-
We want to embed python scripting in our native application (Delphi, FreePascal). Firebird connections are managed by our application but we want to use the same connections inside embedded python scr…
-
it seems that this
```
var game: byte;
begin;
game := 1;
if Random(2+game) = 0 then
CRT_Writeln('Won');
end;
```
always yields zero, so one wins always. it can be fixed by
``…