Re: [Lazarus] Annoyance with 1.8RC5

2017-10-15 Thread Donald Ziesig via Lazarus
On 10/15/2017 01:51 PM, Ondrej Pokorny wrote: On 15.10.2017 17:05, Donald Ziesig via Lazarus wrote: What can I do about this? Find the revision that broke it and fill a bug report. And please give information about your OS and WS. I assume you are on Linux/Gtk2. Ondrej ok I'll try --

Re: [Lazarus] Annoyance with 1.8RC5

2017-10-15 Thread Ondrej Pokorny via Lazarus
On 15.10.2017 17:05, Donald Ziesig via Lazarus wrote: What can I do about this? Find the revision that broke it and fill a bug report. And please give information about your OS and WS. I assume you are on Linux/Gtk2. Ondrej -- ___ Lazarus mailing

[Lazarus] Annoyance with 1.8RC5

2017-10-15 Thread Donald Ziesig via Lazarus
Hi All! I have been using RC5 for a couple of days and am annoyed by one change. Maybe its a configuration item that I can't find, but I would really like to turn off 'Always on Top' for the Object Inspector, Messages, Call Stack and other IDE forms. I've been using Delphi since version 1

Re: [Lazarus] Packages and units with the same name

2017-10-15 Thread Marcos Douglas B. Santos via Lazarus
On Sun, Oct 15, 2017 at 12:36 PM, leledumbo via Lazarus wrote: >> I know how it works in a single program, but I thought that using >> packages could be different... but not. > > Packages is Lazarus concept, the compiler has no idea about it at all. What > Lazarus

Re: [Lazarus] Packages and units with the same name

2017-10-15 Thread leledumbo via Lazarus
> I know how it works in a single program, but I thought that using > packages could be different... but not. Packages is Lazarus concept, the compiler has no idea about it at all. What Lazarus does with it is generate a unit with the same name as the .lpk containing all units belonging to the

[Lazarus] AppProps property for dimmed disabled controls

2017-10-15 Thread Alexey via Lazarus
Old issue about "patch for dimmed font color for Grid.Enabled=false" (patch wasnt applied). Maybe add TApplicationProperties.DimmedColorOfDisabledControls ? Then we can use it in LCL. -- Regards, Alexey -- ___ Lazarus mailing list

Re: [Lazarus] SimpleIPC

2017-10-15 Thread Denis Kozlov via Lazarus
FPC 2.6.4 didn't yet have any examples for SimpleIPC. Here are examples for FPC 3.0 and trunk branches: https://svn.freepascal.org/svn/fpc/branches/fixes_3_0/packages/fcl-process/examples/ https://svn.freepascal.org/svn/fpc/trunk/packages/fcl-process/examples/ You should use SimpleIPC that