Re: [Lazarus] External/out-of-tree LCL widgetset

2017-12-05 Thread Graeme Geldenhuys via Lazarus
On 2017-12-04 09:31, Michael Schnell via Lazarus wrote: > After mastering OOP and Object Persistence, the next thing > developers need to conquer is how to present their business objects > in the GUI ... Quoted out of context. That article was part of a series on Design Patterns published in a

Re: [Lazarus] External/out-of-tree LCL widgetset

2017-12-05 Thread Graeme Geldenhuys via Lazarus
On 2017-12-05 07:06, Martin Schreiber via Lazarus wrote: This also is your opinion, I don't think you are so absolutely right as your statements allways sound.:-) At least I sound good. ;-) In MSEgui the DB-components work very well, are convenient and fast and I'll have to take your word

Re: [Lazarus] External/out-of-tree LCL widgetset

2017-12-05 Thread Martin Schreiber via Lazarus
On Tuesday 05 December 2017 13:01:43 Michael Schnell via Lazarus wrote: > On 05.12.2017 12:16, Martin Schreiber via Lazarus wrote: > > What is wrong with TDBGrid??? > > As I quoted, Graeme claims it's slow. > I doubt it. At least the MSEgui DB-grids are not slow. DB-grids get the data from

Re: [Lazarus] External/out-of-tree LCL widgetset

2017-12-05 Thread Michael Schnell via Lazarus
On 05.12.2017 12:16, Martin Schreiber via Lazarus wrote: What is wrong with TDBGrid??? As I quoted, Graeme claims it's slow. -Michael -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus

Re: [Lazarus] External/out-of-tree LCL widgetset

2017-12-05 Thread Martin Schreiber via Lazarus
On Tuesday 05 December 2017 09:41:30 Michael Schnell via Lazarus wrote: > > While for perfect performance / clearness / portability / ... , DBGrid > supposedly should not be used in a production release, it might be very > helpful when designing an application. > What is wrong with TDBGrid???

Re: [Lazarus] Who is using Object Pascal in production?

2017-12-05 Thread Santiago A. via Lazarus
El 29/10/2017 a las 11:23, Samuel Herzog via Lazarus escribió: > > > A) a way to give a whole project from one developer to another > developer. (no fiddeling around with missing > packages/components/paths/environment-path). >     e.g. a Menu-Option "Export-Project" which creates a bundle with >

Re: [Lazarus] External/out-of-tree LCL widgetset

2017-12-05 Thread Michael Schnell via Lazarus
On 05.12.2017 00:50, Graeme Geldenhuys via Lazarus wrote: DBGrid behaves slightly different to TStringGrid, and is slow. While for perfect performance / clearness / portability / ... , DBGrid supposedly should not be used in a production release, it might be very helpful when designing an