Re: [Lazarus] Issues with apps on Linux...

2020-11-30 Thread Bo Berglund via lazarus
On Tue, 1 Dec 2020 00:02:09 +0300, Mehmet Erol Sanliturk via lazarus wrote: >In Fedora with KDE , if you press the left mouse button when the cursor is >on the title bar of a Lazarus form ( and all of the other open windows of >applications ) it becomes transparent to be sufficient to see the >un

Re: [Lazarus] Issues with apps on Linux...

2020-11-30 Thread Juha Manninen via lazarus
On Mon, Nov 30, 2020 at 3:34 PM Bo Berglund via lazarus < lazarus@lists.lazarus-ide.org> wrote: > I have two questions regarding Lazarus applications on Linux (Ubuntu > 18 Mate): > > 2) Is there a way to make forms transparent on Linux? > Using the AlphaBlend and AlphaBlendValue do not wor while t

Re: [Lazarus] Issues with apps on Linux...

2020-11-30 Thread Mehmet Erol Sanliturk via lazarus
On Tue, Dec 1, 2020 at 12:02 AM Mehmet Erol Sanliturk < m.e.sanlit...@gmail.com> wrote: > > > On Mon, Nov 30, 2020 at 11:52 PM Bo Berglund via lazarus < > lazarus@lists.lazarus-ide.org> wrote: > >> On Mon, 30 Nov 2020 22:08:39 +0200, Juha Manninen via lazarus >> wrote: >> >> >Once a user opens Fi

Re: [Lazarus] Issues with apps on Linux...

2020-11-30 Thread Mehmet Erol Sanliturk via lazarus
On Mon, Nov 30, 2020 at 11:52 PM Bo Berglund via lazarus < lazarus@lists.lazarus-ide.org> wrote: > On Mon, 30 Nov 2020 22:08:39 +0200, Juha Manninen via lazarus > wrote: > > >Once a user opens Firefox, it hogs more memory than any desktop, thus > >overturning any benefits a minimal desktop might

Re: [Lazarus] Issues with apps on Linux...

2020-11-30 Thread Bo Berglund via lazarus
On Mon, 30 Nov 2020 22:08:39 +0200, Juha Manninen via lazarus wrote: >Once a user opens Firefox, it hogs more memory than any desktop, thus >overturning any benefits a minimal desktop might have given. +1 On Windows I have to regularly shut down all instances of FireFox with all of the tabs sav

Re: [Lazarus] Issues with apps on Linux...

2020-11-30 Thread Juha Manninen via lazarus
On Mon, Nov 30, 2020 at 8:12 PM Andreas Schneider via lazarus < lazarus@lists.lazarus-ide.org> wrote: > I also only learned this quite recently and was surprised by this, but > yes, that is unfortunately how it works on X11. Pasting basically asks > the application that "copied" it to get the cont

Re: [Lazarus] Issues with apps on Linux...

2020-11-30 Thread Andreas Schneider via lazarus
Am 2020-11-30 14:34, schrieb Bo Berglund via lazarus: 1) Clipboard content erased on close? I have an application with a form where the form size anmd position is stored into the clipboard on form close using a method of the form. This method is also called on form resize. The problem is that whi

[Lazarus] Issues with apps on Linux...

2020-11-30 Thread Bo Berglund via lazarus
I have two questions regarding Lazarus applications on Linux (Ubuntu 18 Mate): 1) Clipboard content erased on close? I have an application with a form where the form size anmd position is stored into the clipboard on form close using a method of the form. This method is also called on form resize.