Re: [Lazarus] SQLite & DB Aware Components

2016-12-05 Thread Lars via Lazarus
On Fri, December 2, 2016 9:18 am, Martin Collins via Lazarus wrote: > The weird thing is that when creating my fields the visual database > managers did not have the option of VARCHAR only TEXT (plus INTEGER, BLOB, > REAL & NUMERIC), but I just found I can create a VARCHAR field by > executing your

[Lazarus] Tools->Options segfaults with ancient gtk (GtkTreeView problem)

2016-12-05 Thread Luca Olivetti via Lazarus
I just installed an old version of puppy linux (4.00) in a virtual machine to recreate a system I have to maintain (and, no, I cannot update it, the video card in the production system only works with puppy linux and this specific version). This version of puppy linux has gtk 2.12.1 I install

[Lazarus] {Spam?} Re: Tools->Options segfaults with ancient gtk (GtkTreeView problem)

2016-12-05 Thread zeljko via Lazarus
I changed the call to look like the one for gtk >= 2.14 (i.e, Path instead of nil) and now I can open the options dialog. I really don't know gtk2, but maybe the differentiation is needed for an earlier version of gtk and not 2.14? Maybe < 2.12 should be there zeljko -- _

Re: [Lazarus] IDE main window?

2016-12-05 Thread Mattias Gaertner via Lazarus
On Sun, 4 Dec 2016 18:39:21 -0500 Donald Ziesig via Lazarus wrote: > Now that I have Lazarus 1.6.2 working :-D, I have a few questions: > > Is there any way to resize the IDE main window so that it extends the > full width of the display? Right now it only extends 2/3 of the way > across and

Re: [Lazarus] {Spam?} Re: Tools->Options segfaults with ancient gtk (GtkTreeView problem)

2016-12-05 Thread Luca Olivetti via Lazarus
El 05/12/16 a les 17:39, zeljko ha escrit: I changed the call to look like the one for gtk >= 2.14 (i.e, Path instead of nil) and now I can open the options dialog. I really don't know gtk2, but maybe the differentiation is needed for an earlier version of gtk and not 2.14? Maybe < 2.12 shoul