Re: [Lazarus] Application slow shutting down

2015-09-30 Thread Susie Nicol
On Wed, Sep 30, 2015 at 8:28 PM, Gordon Cooper <hughgord...@gmail.com> wrote: > > >> On Wed, 30 Sep 2015, Susie Nicol wrote: >> >> Hi >>> >>> I have an application with a main form, and several others whuich are >>> only >>> eve

Re: [Lazarus] Application slow shutting down

2015-09-30 Thread Susie Nicol
On Wed, Sep 30, 2015 at 7:50 PM, Michael Van Canneyt <mich...@freepascal.org > wrote: > > > On Wed, 30 Sep 2015, Susie Nicol wrote: > > Hi >> >> I have an application with a main form, and several others whuich are only >> ever used in modal form. >> &

Re: [Lazarus] Application slow shutting down

2015-09-30 Thread Susie Nicol
Sorry all: that last reply was from me (the OP). I was on my friend's machine, and he is also on the list. Confusion is universal. Susie On Thu, Oct 1, 2015 at 12:29 PM, Gordon Findlay wrote: > Thanks all. > > Once I tracked down the two components that had not been

[Lazarus] Application slow shutting down

2015-09-29 Thread Susie Nicol
Hi I have an application with a main form, and several others whuich are only ever used in modal form. The application is slow to terminate, and I cannot see why. The shutdown procedure, simplified a little looks like this: (datamodified a global Boolean; savedata another procedure in the same

Re: [Lazarus] Lazarus ccr offline

2015-07-20 Thread Susie Nicol
Hosted on Sourceforge, and most of SF is down because of infrastructure failure: http://sourceforge.net/blog/ Susie On Mon, Jul 20, 2015 at 9:00 PM, Werner Pamler werner.pam...@freenet.de wrote: What has happened with Lazarus-ccr? Developer access has been offline for a couple of days now.

Re: [Lazarus] Adding data field to a child node in a treeview

2015-07-04 Thread Susie Nicol
Thanks heaps guys. That's great. On Sat, Jul 4, 2015 at 9:00 PM, Howard Page-Clark h...@talktalk.net wrote: On 04/07/2015 09:46, Susie Nicol wrote: Hi - me again I have a Lazarus treeview, which I am populating from several sql queries. I add child nodes in this way, setting them to one

[Lazarus] Adding data field to a child node in a treeview

2015-07-04 Thread Susie Nicol
Hi - me again I have a Lazarus treeview, which I am populating from several sql queries. I add child nodes in this way, setting them to one of the fields returned from the query while Not SQLQuery1.EOF do Begin treeview1.items.addchild(treeview1.selected,

Re: [Lazarus] MariaDB access - modifying the MySQL56Connection component

2015-06-29 Thread Susie Nicol
, Michael Van Canneyt mich...@freepascal.org wrote: On Sun, 28 Jun 2015, Susie Nicol wrote: Hi This question has obviously been asked many times before, but I am having trouble dealing with the answers. I run MariaDB, rather than MYSQL, using OpenSUSE 13.2, with Lazarus 1.4, Free Pascal

[Lazarus] MariaDB access - modifying the MySQL56Connection component

2015-06-28 Thread Susie Nicol
Hi This question has obviously been asked many times before, but I am having trouble dealing with the answers. I run MariaDB, rather than MYSQL, using OpenSUSE 13.2, with Lazarus 1.4, Free Pascal 2.6.4, downloaded from Sourceforge. I have the usual issue getting a database connection:

Re: [Lazarus] MariaDB access - modifying the MySQL56Connection component

2015-06-28 Thread Susie Nicol
Many thanks both of you Susie On Sun, Jun 28, 2015 at 9:35 PM, Michael Van Canneyt mich...@freepascal.org wrote: On Sun, 28 Jun 2015, Susie Nicol wrote: Hi This question has obviously been asked many times before, but I am having trouble dealing with the answers. I run MariaDB