Re: [Lazarus] TStringGrid and cancelling a modal form

2018-03-13 Thread Mark Morgan Lloyd via Lazarus
On 13/03/18 09:00, José Mejuto via Lazarus wrote: El 13/03/2018 a las 9:21, Mark Morgan Lloyd via Lazarus escribió:>>> Yes, the modal form appears while the mouse button is held down (for >>> both GTK2 and Qt).>>> So, yes, seem that grid expects mouseup> I think the proper solution is to

Re: [Lazarus] Special Request: Theme entire IDE support

2018-03-13 Thread Graeme Geldenhuys via Lazarus
On 2018-03-13 01:53, Anthony Walter wrote: What's the compatibility level of your controls with LCL controls code wise? fpGUI's controls can not be mixed with LCL controls. But the LCL-fpGUI implements a bridge between the two, making fpGUI controls behave like LCL developers are used to.

Re: [Lazarus] Special Request: Theme entire IDE support

2018-03-13 Thread Graeme Geldenhuys via Lazarus
On 2018-03-13 11:18, Anthony Walter via Lazarus wrote: Regarding a long term solution, I agree that would be best. What I would see as the optimal way to handle this would be to use entirely owner drawn controls based which depend on external resource files, to determine styles such as color,

[Lazarus] Lazarus projects (wiki)

2018-03-13 Thread Vojtěch Čihák via Lazarus
Hello,   I noticed that wiki pages  http://wiki.freepascal.org/Lazarus_Application_Gallery and  http://wiki.freepascal.org/Projects_using_Lazarus become too comprehensive and therefore obuscated. Especially the second should/can be separated to more pages - Components and Libraries, Multimedia,

Re: [Lazarus] Special Request: Theme entire IDE support

2018-03-13 Thread Michael Van Canneyt via Lazarus
On Tue, 13 Mar 2018, Anthony Walter wrote: Michael, I agree with you somewhat that my proposal isn't a total solution, but perhaps there is another point of view to consider that has been overlooked. And that is this: There ought to be a way to edit component properties sweepingly either

Re: [Lazarus] SQLdb_Tutorial3 error

2018-03-13 Thread Rik van Kekem via Lazarus
Op 13-03-2018 12:22 schreef Santiago A. via Lazarus: Thanks. Finally it works. I created the table employee and set the full path of the file. Nevertheless, it looks that sqlite3 is a little... well... sending SIGSEGV is not a valid error, "cant' find file", "table doesn't exits" etc would be

Re: [Lazarus] SQLdb_Tutorial3 error

2018-03-13 Thread Santiago A. via Lazarus
El 13/03/2018 a las 11:30, Rik van Kekem via Lazarus escribió: > Op 13-03-2018 10:43 schreef Santiago A. via Lazarus: >> My point is if I'm missing some package, or the dll should be in other >> path, or a hint how to dig and debug deeper, beacuse I can't debug into >> open. > No, the SQLite3.dll

Re: [Lazarus] SQLdb_Tutorial3 error

2018-03-13 Thread Rik van Kekem via Lazarus
Op 13-03-2018 10:43 schreef Santiago A. via Lazarus: My point is if I'm missing some package, or the dll should be in other path, or a hint how to dig and debug deeper, beacuse I can't debug into open. No, the SQLite3.dll and your DB should be sufficient. Could you include your .ini file and

Re: [Lazarus] TStringGrid and cancelling a modal form

2018-03-13 Thread Mark Morgan Lloyd via Lazarus
On 13/03/18 09:00, José Mejuto via Lazarus wrote: El 13/03/2018 a las 9:21, Mark Morgan Lloyd via Lazarus escribió:>>> Yes, the modal form appears while the mouse button is held down (for >>> both GTK2 and Qt).>>> So, yes, seem that grid expects mouseup> > Is there a portable way this can

Re: [Lazarus] Special Request: Theme entire IDE support

2018-03-13 Thread Michael Van Canneyt via Lazarus
On Mon, 12 Mar 2018, Anthony Walter via Lazarus wrote: Graeme, thanks for the feedback. To everyone, I already have a plan for a basic theme system for all platforms which I'll be publishing as a design time package soon. It will work using text theme define files, and apply properties

Re: [Lazarus] TStringGrid and cancelling a modal form

2018-03-13 Thread José Mejuto via Lazarus
El 13/03/2018 a las 9:21, Mark Morgan Lloyd via Lazarus escribió: Yes, the modal form appears while the mouse button is held down (for both GTK2 and Qt). So, yes, seem that grid expects mouseup Is there a portable way this can be sent? Otherwise I presume I could fudge it with something

Re: [Lazarus] TStringGrid and cancelling a modal form

2018-03-13 Thread Mark Morgan Lloyd via Lazarus
On 13/03/18 08:00, zeljko wrote: On 03/12/2018 08:05 PM, Mark Morgan Lloyd via Lazarus wrote: On 12/03/18 17:45, José Mejuto via Lazarus wrote: El 12/03/2018 a las 18:25, Mark Morgan Lloyd via Lazarus escribió:> On the main form I've got (a tabbed notebook containing multiple > instances

Re: [Lazarus] TStringGrid and cancelling a modal form

2018-03-13 Thread zeljko via Lazarus
On 03/12/2018 08:05 PM, Mark Morgan Lloyd via Lazarus wrote: On 12/03/18 17:45, José Mejuto via Lazarus wrote: El 12/03/2018 a las 18:25, Mark Morgan Lloyd via Lazarus escribió:> On the main form I've got (a tabbed notebook containing multiple > instances of) a TStringGrid. The OnSelection