Re: [Lazarus] fixes_1_8 - DBLookupComboBox broken

2018-01-10 Thread Michael Thompson via Lazarus
On 11 January 2018 at 05:18, Werner Pamler via Lazarus < lazarus@lists.lazarus-ide.org> wrote: > Am 10.01.2018 um 21:57 schrieb Werner Pamler via Lazarus: > >> Am 10.01.2018 um 20:21 schrieb Gabor Boros via Lazarus: >> >>> I don't know. Attached a simple example. With it I can reproduce the >>>

Re: [Lazarus] Package filenames with _package

2018-01-10 Thread Kostas Michalopoulos via Lazarus
On Mon, Jan 8, 2018 at 11:38 PM, Graeme Geldenhuys via Lazarus < lazarus@lists.lazarus-ide.org> wrote: > Then it seems Windows Explorer is right up your alley. :) They hide the file extension by default. Users (like me) have to explicitly go into the settings and enable "show file extensions"

Re: [Lazarus] fixes_1_8 - DBLookupComboBox broken

2018-01-10 Thread Juha Manninen via Lazarus
On Wed, Jan 10, 2018 at 6:47 PM, Gabor Boros via Lazarus wrote: > I have a Linux-Qt application and if compile with fixes_1_8 rev 56990 or > later the DBLookupComboBox not working as before. Can drop down it and > select from the items with the mouse but the

Re: [Lazarus] Extended filter for Code Completion

2018-01-10 Thread Juha Manninen via Lazarus
On Tue, Jan 9, 2018 at 8:44 PM, Mattias Gaertner via Lazarus wrote: > "AddContainsPrefix" or (not) "OnlyBeginsWithPrefix"? Or "IncludeContainsPrefix"? The GUI checkbox caption would be "Include items containing typed text". Or something ... Juha --

[Lazarus] SIGSEGV executing SqlDb

2018-01-10 Thread Santiago A. via Lazarus
Hello: --  TestDb.Open;  sqlScript1.Execute; // ==> SIGSEGV -- It uses SQLlite3 connector. No matter what are the contents of the script I get "External: SIGSEGV" and jumps to debug assembler with a lot of ??. I can't enter step by step into function, or check

Re: [Lazarus] Can the Lazarus IDE match parentheses and begin/ends?

2018-01-10 Thread Martin Frb via Lazarus
On 10/01/2018 18:29, Bo Berglund via Lazarus wrote: On Sun, 7 Jan 2018 22:45:09 +0100, Martin Frb via Lazarus wrote: Please check this kind of errors, with 1.8.2 (once released) or the bug fix patch applied. I guess I will have to get around to learning how to

Re: [Lazarus] fixes_1_8 - DBLookupComboBox broken

2018-01-10 Thread Gabor Boros via Lazarus
2018. 01. 10. 18:50 keltezéssel, Juha Manninen via Lazarus írta: Is it related to this? https://bugs.freepascal.org/view.php?id=32943 I don't know. Attached a simple example. With it I can reproduce the problem on Windows too. So the problem is not Qt specific. Rev 56987 in 1_8_fixes

Re: [Lazarus] fixes_1_8 - DBLookupComboBox broken

2018-01-10 Thread Gabor Boros via Lazarus
2018. 01. 10. 20:06 keltezéssel, Werner Pamler via Lazarus írta: Could you check out the attached demo? It works for me with Laz trunk and fixes (both r57032) on Windows and Linux GTK2/QT (trunk tested only). The left grid shows the main dataset, the right grid is the lookup dataset. The

[Lazarus] High-DPI TImageList

2018-01-10 Thread Ondrej Pokorny via Lazarus
I am happy to announce that I uploaded the first version of High-DPI TImageList. The LCL part should be complete, the win32 part as well. There is one backwards compatibility issue: adding sprites - their support is broken (the image is added as one and not cut into several images). I haven't

Re: [Lazarus] High-DPI TImageList

2018-01-10 Thread Ondrej Pokorny via Lazarus
And the screenshots of a LCL application at 100% and 150%. -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus

[Lazarus] IDE needs lexers JSON, XML

2018-01-10 Thread AlexeyT via Lazarus
IMO it's good to install JSON/XML syntaxes in IDE. many apps have res in such formats. Useful to edit files in IDE. PS. I found that SynEdit is bad optimized for 4M length lines in XML files. editor shows freezes. ATSynEdit is better optimized for 4M len lines - now -- Regards, Alexey --

[Lazarus] fixes_1_8 - DBLookupComboBox broken

2018-01-10 Thread Gabor Boros via Lazarus
Hi All, I have a Linux-Qt application and if compile with fixes_1_8 rev 56990 or later the DBLookupComboBox not working as before. Can drop down it and select from the items with the mouse but the selection not showed. The problem not appears with rev 56987. Gabor --

Re: [Lazarus] fixes_1_8 - DBLookupComboBox broken

2018-01-10 Thread Werner Pamler via Lazarus
Am 10.01.2018 um 21:57 schrieb Werner Pamler via Lazarus: Am 10.01.2018 um 20:21 schrieb Gabor Boros via Lazarus: I don't know. Attached a simple example. With it I can reproduce the problem on Windows too. So the problem is not Qt specific. You did not assign a Datasource to the

Re: [Lazarus] fixes_1_8 - DBLookupComboBox broken

2018-01-10 Thread Werner Pamler via Lazarus
Am 10.01.2018 um 20:21 schrieb Gabor Boros via Lazarus: I don't know. Attached a simple example. With it I can reproduce the problem on Windows too. So the problem is not Qt specific. You did not assign a Datasource to the DBLookupCombo. This is where the value picked from the combo is stored

[Lazarus] Recommended practices for Win / Linux development.

2018-01-10 Thread Donald Ziesig via Lazarus
Hi Everyone! A long time ago, I tried to develop common software for Windows and Linux.  I remember having problems keeping the object files, etc, separated so that the two versions of Lazarus would re-compile the appropriate files.  I have been working almost exclusively on Linux since

[Lazarus] Identifier completion broken in r57037?

2018-01-10 Thread Torsten Bonde Christiansen via Lazarus
Hi All. After updating trunk today the identifier completion seems broken for me: 1) Using CTRL+Space in empty space, does nothing - it used to bring up a complete list of identifiers/keywords/etc... 2) Using CTRL+Space on 1+ characters correctly brings up a list of identifiers matching

Re: [Lazarus] Identifier completion broken in r57037?

2018-01-10 Thread Mattias Gaertner via Lazarus
On Wed, 10 Jan 2018 09:20:06 +0100 Torsten Bonde Christiansen via Lazarus wrote: > Hi All. > > After updating trunk today the identifier completion seems broken for me: > > 1) Using CTRL+Space in empty space, does nothing - it used to bring up a > complete list