Re: [Lazarus] IDE problems

2013-11-25 Thread Junior
Fixing the link: http://www.meadows.pair.com/Screenshot%20-%2011252013%20-%2006:57:09%20PM.png Em 25-11-2013 21:49, brian escreveu: On 11/25/2013 06:45 PM, Mattias Gaertner wrote: On Mon, 25 Nov 2013 18:26:48 -0500 brian wrote: Hi folks, Something has spontaneously gone wrong with the IDE

Re: [Lazarus] IDE problems

2013-11-25 Thread brian
On 11/25/2013 06:45 PM, Mattias Gaertner wrote: On Mon, 25 Nov 2013 18:26:48 -0500 brian wrote: Hi folks, Something has spontaneously gone wrong with the IDE on my setup. I say spontaneously because I was in the middle of debugging a program when suddenly everything but the source window disa

Re: [Lazarus] IDE problems

2013-11-25 Thread brian
On 11/25/2013 06:58 PM, Martin Frb wrote: On 25/11/2013 23:26, brian wrote: Hi folks, Something has spontaneously gone wrong with the IDE on my setup. I say spontaneously because I was in the middle of debugging a program when suddenly everything but the source window disappeared. I eventually

Re: [Lazarus] SQLite Vacuum & Error Cannot rollback - no transaction is active

2013-11-25 Thread K. P.
As the error message indicates, do: SQLite3Connection.ExecuteDirect('Begin Transaction'); after the vacuum and you should be fine. Works for me. From: mulc...@hotmail.com To: lazarus@lists.lazarus.freepascal.org Date: Mon, 25 Nov 2013 09:31:24 +0100 Subject: [Lazarus] SQLite Vacuu

Re: [Lazarus] IDE problems

2013-11-25 Thread Martin Frb
On 25/11/2013 23:26, brian wrote: Hi folks, Something has spontaneously gone wrong with the IDE on my setup. I say spontaneously because I was in the middle of debugging a program when suddenly everything but the source window disappeared. I eventually had to abort Lazarus and re-start the pr

Re: [Lazarus] IDE problems

2013-11-25 Thread Mattias Gaertner
On Mon, 25 Nov 2013 18:26:48 -0500 brian wrote: > Hi folks, > > Something has spontaneously gone wrong with the IDE on my setup. I say > spontaneously because I was in the middle of debugging a program when > suddenly everything but the source window disappeared. I eventually > had to abort L

[Lazarus] IDE problems

2013-11-25 Thread brian
Hi folks, Something has spontaneously gone wrong with the IDE on my setup. I say spontaneously because I was in the middle of debugging a program when suddenly everything but the source window disappeared. I eventually had to abort Lazarus and re-start the program, but now I see some very str

Re: [Lazarus] TForm.ModalResult := mrOk problem

2013-11-25 Thread zeljko
On 11/25/2013 04:33 PM, FreeMan wrote: on /lazarus/lcl/forms.pp line 662: property ModalResult : TModalResult read FModalResult write FModalResult; TCustomForm class property. its just variable on virtualbox system: I add TButton on form and TButton.ModalResult set to MrOk. and click to Button t

Re: [Lazarus] TForm.ModalResult := mrOk problem

2013-11-25 Thread FreeMan
on /lazarus/lcl/forms.pp line 662: property ModalResult : TModalResult read FModalResult write FModalResult; TCustomForm class property. its just variable on virtualbox system: I add TButton on form and TButton.ModalResult set to MrOk. and click to Button then similar work TForm.ModalResult := M

[Lazarus] TForm.ModalResult := mrOk problem

2013-11-25 Thread FreeMan
Hello, I have a strange problem. I have last svn fpc and lazarus on kubuntu 13.10 x64 FRM_Log_In := TFRM_Log_In.Create(AOwner); Result := FRM_Log_In.ShowModal; "FRM_Log_In.ModalResult := mrOk;" this code work on my system, work mean, form close and move to after "FRM_Log_In.Showmodal;" "FRM_L

Re: [Lazarus] Is there a syntax for displaying comments attached to variables in tooltips?

2013-11-25 Thread Mattias Gaertner
On Mon, 25 Nov 2013 12:14:17 + "vfclists ." wrote: > Is there some way tooltips can be made to display comments linked with > variables and constants? The IDE shows comments in tooltips directly above and directly behind a variable/constant. var { comment about b } b: char; i: integer

[Lazarus] Is there a syntax for displaying comments attached to variables in tooltips?

2013-11-25 Thread vfclists .
Is there some way tooltips can be made to display comments linked with variables and constants? -- Frank Church === http://devblog.brahmancreations.com -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.la

Re: [Lazarus] Writing a Lazarus program with its own display, RFB?

2013-11-25 Thread Danny Weldon
> -- Forwarded message -- > From: Michael Schnell > To: Lazarus mailing list > Cc: > Date: Wed, 20 Nov 2013 14:52:27 +0100 > Subject: Re: [Lazarus] Writing a Lazarus program with its own display, RFB? > On 11/20/2013 01:29 PM, vfclists . wrote: >> >> >> >> My question was to see i

[Lazarus] SQLite Vacuum & Error Cannot rollback - no transaction is active

2013-11-25 Thread mulcamd
At the end of some database maintenance where I drop several tables I want to Vacuum the SQLite database. I use the code below and this works fine, however when I close the program I get the error: "Project project1 raised exception class 'EDatabaseError' with message: Cannot rollback - no tr