Re: [Lazarus] TComboBox.ReadOnly

2020-05-01 Thread Juha Manninen via lazarus
I applied my own patch. It removes the deprecated published property so it will be gone in Lazarus 2.2. A public ReadOnly property remains but is cannot be assigned any more. Thus ReadOnly property is itself readonly. :) Please test. Juha -- ___

Re: [Lazarus] Lazarus svn compile error: "Error: Duplicate resource: Type = 10, Name = TSELECTDATASETFORM, Lang ID, = 0000"

2020-05-01 Thread John Landmesser via lazarus
Am 01.05.20 um 17:18 schrieb Michael Van Canneyt via lazarus: On Fri, 1 May 2020, John Landmesser via lazarus wrote: Windows 10: Lazarus 2.1.0 r63090M FPC 3.0.4 i386-win32-win32/win64 Log messages: IDE erstellen: Exit code 2, Fehler: 2, Warnungen: 7, Hinweise: 1

Re: [Lazarus] Lazarus svn compile error: "Error: Duplicate resource: Type = 10, Name = TSELECTDATASETFORM, Lang ID, = 0000"

2020-05-01 Thread Michael Van Canneyt via lazarus
On Fri, 1 May 2020, John Landmesser via lazarus wrote: Windows 10: Lazarus 2.1.0 r63090M FPC 3.0.4 i386-win32-win32/win64 Log messages: IDE erstellen: Exit code 2, Fehler: 2, Warnungen: 7, Hinweise: 1 sourcesyneditor.pas(1574,35) Warning: Symbol "FScreenCaretPainterClass" is deprecated:

[Lazarus] Lazarus svn compile error: "Error: Duplicate resource: Type = 10, Name = TSELECTDATASETFORM, Lang ID, = 0000"

2020-05-01 Thread John Landmesser via lazarus
Windows 10: Lazarus 2.1.0 r63090M FPC 3.0.4 i386-win32-win32/win64 Log messages: IDE erstellen: Exit code 2, Fehler: 2, Warnungen: 7, Hinweise: 1 sourcesyneditor.pas(1574,35) Warning: Symbol "FScreenCaretPainterClass" is deprecated: "need refactor" sourcesyneditor.pas(1581,35) Warning:

Re: [Lazarus] Can't build fpc trunk x64 win32/64

2020-05-01 Thread Sven Barth via lazarus
Am 01.05.2020 um 01:30 schrieb leyba bronstain via lazarus: 01.05.2020 1:45, Martin Frb via lazarus пишет: in your svn checkout dir, is a sub-directory called /compiler It has the sources for the compiler. And you should run that particular make command in that dir. OMG! I thank you for the

Re: [Lazarus] TBufDataset issues

2020-05-01 Thread Michael Van Canneyt via lazarus
On Fri, 1 May 2020, Werner Pamler via lazarus wrote: There's another design-time related issue with AutoInc fields: see forum post https://forum.lazarus.freepascal.org/index.php/topic,49614.msg360102.html#msg360102. The post contains a small demo to show the issue. I fixed it, it is

Re: [Lazarus] TBufDataset issues

2020-05-01 Thread Michael Van Canneyt via lazarus
On Fri, 1 May 2020, Werner Pamler via lazarus wrote: Am 30.04.2020 um 10:45 schrieb Michael Van Canneyt via lazarus: I added several menus: - Create dataset (what you need) - Save data to file (allows to save data in memory to file) - Load data from file (allows to load data from a file into

[Lazarus] TComboBox.ReadOnly

2020-05-01 Thread Juha Manninen via lazarus
Regarding issue: https://bugs.freepascal.org/view.php?id=36978 TComboBox ReadOnly was deprecated in r55243 by Ondrej at 2017-06-05. No reason is mentioned but I believe it had good reasons. The deprecated message was updated in r59467 by Mattias at 2018-11-06. The deprecated message says: "use

Re: [Lazarus] TBufDataset issues

2020-05-01 Thread Werner Pamler via lazarus
There's another design-time related issue with AutoInc fields: see forum post https://forum.lazarus.freepascal.org/index.php/topic,49614.msg360102.html#msg360102. The post contains a small demo to show the issue. -- ___ lazarus mailing list