Picon
Favicon

test

Please ignore, I'm just testing the mailing list

_______________________________________________
Lazarus mailing list
Lazarus <at> lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Don Latshaw | 1 Jan 17:14
Favicon

Re: mysql problem

lazarus-0.9.26-fpc-2.2.2-win32.exe requires SP3 for this to work.....

Don Latshaw wrote:
> I'm using fpc 2.2.2 on an AMD64x2. with winXP SP2. In the TSQLQuery's 
> Editing SQL dialog, a select query executes and shows results in the 
> results window, but I can't set active to true or at runtime do 
> SQLQuery1.Open;  There is no execption thrown. Mysql 5.0.67 community-nt 
> and Mysql Client 5.1.11. This seems similar to bug 10202.
>
> I installed lazarus-0.9.26-fpc-2.2.2-win32.exe.
>
> Don
> _______________________________________________
> Lazarus mailing list
> Lazarus <at> lazarus.freepascal.org
> http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
>
>
>   

_______________________________________________
Lazarus mailing list
Lazarus <at> lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

dayat | 2 Jan 05:25

Lazarus 0.9.26 very slow with GTK2 in fedora 8

Hi all,

The lazarus 0.9.26 working very slow with GTK2, I using fedora 8. I see my 
CPU working until 100% just working with the lazarus, such scroll, moving 
the components, etc.

Why,
thanks

dayat

_______________________________________________
Lazarus mailing list
Lazarus <at> lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

John Sunderland | 2 Jan 07:35
Picon
Favicon

Re: Lazarus 0.9.26 very slow with GTK2 in fedora 8

dayat wrote:
> Hi all,
>
> The lazarus 0.9.26 working very slow with GTK2, I using fedora 8. I see my 
> CPU working until 100% just working with the lazarus, such scroll, moving 
> the components, etc.
>
> Why,
> thanks
>
> dayat
>
>
> _______________________________________________
> Lazarus mailing list
> Lazarus <at> lazarus.freepascal.org
> http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
>   
There doesn't seem to be any implicit problem with F8 / GTK2 / 0.9.26 - 
it works OK for me.  (I admit I use window$ more often).  Perhaps you 
could give more details of your environment.

regards,
John Sunderland
_______________________________________________
Lazarus mailing list
Lazarus <at> lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

(Continue reading)

dayat | 2 Jan 10:13

Re: Lazarus 0.9.26 very slow with GTK2 in fedora 8

The Fedora 8 running on VirtualBox 2.0.6 on Vista. For host machine I use 
3GB RAM, and Core Duo CPU. Have virtualbox a problem.

Thanks John

dayat

----- Original Message ----- 
From: "John Sunderland" <jszcmpr <at> netspace.net.au>
To: "General mailing list" <lazarus <at> lazarus.freepascal.org>
Sent: Friday, January 02, 2009 1:35 PM
Subject: Re: [Lazarus] Lazarus 0.9.26 very slow with GTK2 in fedora 8

> dayat wrote:
>> Hi all,
>>
>> The lazarus 0.9.26 working very slow with GTK2, I using fedora 8. I see 
>> my
>> CPU working until 100% just working with the lazarus, such scroll, moving
>> the components, etc.
>>
>> Why,
>> thanks
>>
>> dayat
>>
>>
>> _______________________________________________
>> Lazarus mailing list
>> Lazarus <at> lazarus.freepascal.org
(Continue reading)

Michael Edwards | 2 Jan 14:39
Picon

Re: delphi 4 project w/ database support

Howard,

Thank you for your comments, it will save me a lot of time and
frustration, I hope.

Is there a book/tutorial that has some good info on using
Delphi/Lazarus in an object oriented fashion for this type of project?

-Mike

On Wed, Dec 24, 2008 at 4:41 PM, Howard Page-Clark <hdpc <at> talktalk.net> wrote:
> On Wed, 24 Dec 2008 11:38:00 -0500
> "Michael Edwards" <miedward <at> gmail.com> wrote:
>
>> I am familiar with pascal and I became aware of a project (a mud
>> client called Portal) that I use a fair bit that has been open
>> sourced.  It was written using Borland Delphi 4.  It has some
>> significant database components and currently uses whatever database
>> borland uses by default (I think).  I am not familiar with Delphi or
>> Lazarus but I would like to take the code and make it more cross
>> platform friendly since many of our users are Mac or Linux clients.
>>
>> Is this sort of project reasonable?  Is Lazarus a good place to start
>> with this given that I am a noob?
>
> Lazarus/FPC is definitely a better  option for cross platform
> development of Pascal based applications than the abandoned Kylix.
> However, a quick look at the source code you pointed to makes me think
> your ambitions will not be realised. It is definitely 'legacy' code
> with no concessions to object oriented design at all. The main form has
(Continue reading)

Bart | 2 Jan 15:45
Picon

Re: I've installed Lazarus 0.9.26 on M$ Windowz XP OS -- cannot find app file to run Lazarus!!!

You need "lazarus-0.9.26-fpc-2.2.2-win32.exe", (the download link is
on this page: http://sourceforge.net/project/showfiles.php?group_id=89339&package_id=105599&release_id=631057)
the one you downloaded is the cros-compiler (win to linux, I think).

Bart
_______________________________________________
Lazarus mailing list
Lazarus <at> lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Thomas Moritz | 2 Jan 18:59
Picon

TButton: Bug or User-Error?

Hello and Happy New Year,

my system (linux): x86_64, fpc 2.2.3, lazarus 0.9.27 SVN 18055

Button1.Enabled:=False; //works fine :-)
Button1.Enabled:=True;  //bug or user-error?

Sample:
Set the mouse over Button1 and press left mouse-key -> fine :-)
Do not move the mouse!
If counter 50 and 'Button1.Enabled' press left mouse.key!
...no effect
First you must move the mouse beside.

Button1 is default:
Press Return-Key
If counter 50 and 'Button1.Enabled' press 'Return-Key'
...no effect  

//---------------------------------------------
procedure TForm1.Button1Click(Sender: TObject);
var n: integer;
begin
  Button1.Enabled:=False;
  for n:=0 to 50 do
  begin
    sysutils.sleep(10);
    Label1.Caption:=inttostr(n);
    Application.ProcessMessages;
  end;
(Continue reading)

Craig Goodyear | 2 Jan 19:30

User Registration for forums

I am trying to register for the forums at lazarus.freepascal.org.  I 
have tried 3 times without success.  Each time I get a response that an 
email has been sent to the email address that was entered, but I have 
not received an email yet.  I am sure that the email address that I have 
used is correct.

Can anyone on this list help me with getting registered?

If not, do you know of an email address that I can use to request help?

Craig

_______________________________________________
Lazarus mailing list
Lazarus <at> lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Paul Ishenin | 2 Jan 19:56
Picon

Re: User Registration for forums

Craig Goodyear wrote:
> I am trying to register for the forums at lazarus.freepascal.org.  I 
> have tried 3 times without success.  Each time I get a response that an 
> email has been sent to the email address that was entered, but I have 
> not received an email yet.  I am sure that the email address that I have 
> used is correct.
>
> Can anyone on this list help me with getting registered?
>   
1. Which forum? Not long ago we changed our forum. Now it is placed 
here: forum.lazarus.freepascal.org.
2. What username/email address?

Best regards,
Paul Ishenin.
_______________________________________________
Lazarus mailing list
Lazarus <at> lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus


Gmane