Hello Forum,
I want to add subtitles to a video and write myself a program with the appropriate properties.
My first problem is the display of visible text on a transparent form.
It is not a problem to place a label on a form and to make the form transparent with AlphaBlend, but then the LabelText has also disappeared.
I have already derived a TLabel and adjusted the paint procedure, but the form seems to set all colors to transparent in a final step.
Is there a solution for this? Maybe a corresponding component or a code snippet?
Under Delphi there was a solution with an AlphaBlendColor, which is no longer available under Lazarus.
Thanks in advance.
BR
petwey