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
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
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
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
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
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
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
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
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
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
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
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
> -- 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
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
14 matches
Mail list logo