Re: [lazarus] Some problems

2006-09-27 Thread Jesús Reyes A.
- Original Message - From: Christian Ulrich [EMAIL PROTECTED] To: lazarus@miraclec.com Sent: Monday, September 25, 2006 8:43 PM Subject: Re: [lazarus] Some problems Should be fixed in r9979. [snip] Thanks :) :( the insert problem i have noticed is also based on the dbgrid,

[lazarus] TMainIDE.MainIDEFormClose

2006-09-27 Thread Tiziano_mk
(tested on windows, Lazarus 0918 and 0919): From Lazarus 0918 each time I restart Lazarus, my Project Inspector Window is not showed. Annoyed by that, I solved the problem modifying the MainIDEFormCLose in $(LazarusDir)\ide\main.pp: procedure TMainIDE.MainIDEFormClose(Sender: TObject;

[lazarus] Error: unit not found: VirtualUnitForJITClasses.

2006-09-27 Thread Gerald Pöttler
Hi there. Just installed Lazarus-0.9.18-20060922-win32.exe .Tried to double-click onto the form in the designer and got this message( attached png)messages window had the following message:- unit1.pas(8,34) Error: unit not found:

Re: [lazarus] Error: unit not found: VirtualUnitForJITClasses.

2006-09-27 Thread Vincent Snijders
Gerald Pöttler schreef: Hi there. Just installed Lazarus-0.9.18-20060922-win32.exe . Tried to double-click onto the form in the designer and got this message( attached png) messages window had the following message: - unit1.pas(8,34) Error: unit

Re: [lazarus] TMainIDE.MainIDEFormClose

2006-09-27 Thread Mattias Gaertner
On Wed, 27 Sep 2006 10:13:29 +0200 Tiziano_mk [EMAIL PROTECTED] wrote: (tested on windows, Lazarus 0918 and 0919): From Lazarus 0918 each time I restart Lazarus, my Project Inspector Window is not showed. Annoyed by that, I solved the problem modifying the MainIDEFormCLose in

Re: [lazarus] Codefolding active for default

2006-09-27 Thread Vincent Snijders
Mattias Gaertner schreef: On Tue, 26 Sep 2006 22:09:23 +0200 Christian Ulrich [EMAIL PROTECTED] wrote: Codefolding schouldnt be active for default, its still buggy fold some procedures and try to set an breakpoint or switch linenumbers on ... I fixed the painting of the marks and line

[lazarus] initialization of date

2006-09-27 Thread Jean-Marc
Hi, I have an application using date, refering to today's date at starting, which worked fine with Laz 0.9.16, both under Linux and Windows. I just installed new 0.9.18 on Linux, and cannot get this application running any more, due to date initialization. The Date function is first used in

Re: [lazarus] Codefolding active for default

2006-09-27 Thread Bisma Jayadi
I fixed the painting of the marks and line numbers. Where I can find the code folding algorithm within Lazarus source code? I'd like to add {$REGION} feature. I found this folding directive help alot, also for Delphi compatibility. The code folding feature is great and nice, it cleans up

Re: [lazarus] TBitBtn.Glyph / Enabled := False

2006-09-27 Thread Fabio H Souza
I create a bug report for this, with a example : ID 0007485Thanks,Fabio2006/9/26, Vincent Snijders [EMAIL PROTECTED] :Felipe Monteiro de Carvalho wrote: Can you create a bug report for this and put those images there? With an example project. thanks,Vincent

Re: Lazarus bug report

2006-09-27 Thread Vincent Snijders
[EMAIL PROTECTED] schreef: Hello, I discovered a bug in Lazarus because of which I must give up writing my program in it, so I'd like to report it. Im writing to you because I can't register an account on Lazarus site. What problems do you have with regisitering on the Lazarus site or the

Re: [lazarus] Screenshots wanted

2006-09-27 Thread Luis R. Hilario B.
http://luisdigital.com/programacion/lazarus/ 2006/9/26, Felipe Monteiro de Carvalho [EMAIL PROTECTED]: Hello, We are giving a new face to the screenshots page, and I would like to add screenshots of Lazarus running on various operating systems. We already have the most obvious ones: Linux and

Re: [lazarus] Screenshots wanted

2006-09-27 Thread Luis R. Hilario B.
I see that already is included. 2006/9/27, Luis R. Hilario B. [EMAIL PROTECTED]: http://luisdigital.com/programacion/lazarus/ 2006/9/26, Felipe Monteiro de Carvalho [EMAIL PROTECTED]: Hello, We are giving a new face to the screenshots page, and I would like to add screenshots of Lazarus

Re: Lazarus bug report

2006-09-27 Thread Felipe Monteiro de Carvalho
On 9/27/06, Vincent Snijders [EMAIL PROTECTED] wrote: I discovered a bug in Lazarus because of which I must give up writing my program in it, so I'd like to report it. Im writing to you because I can't register an account on Lazarus site. PostMessage is part of the Windows API, there are

Re: [lazarus] Building 32-bit Lazarus on a 64-bit Suse 10.1

2006-09-27 Thread David B Copeland
Hi Albert, Thanks for the suggestion, I decided just to go 64-bit after all, with the FPC 2.0.4-64 bit. Dave. On Tue, 2006-09-26 at 17:40 +, Albert Zeyer wrote: Under Gentoo, there are special packages providing this 32bit versions for this libs (I think these are only wrappers for the

[lazarus] New Version of Lazarus (FPC 2.0.4)

2006-09-27 Thread Kris Leech
Is the new version of Lazarus that uses FPC 2.0.4 offically released yet? _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: [lazarus] initialization of date

2006-09-27 Thread Alexander Todorov
On 9/27/06, Jean-Marc [EMAIL PROTECTED] wrote: Hi, I have an application using date, refering to today's date at starting, which worked fine with Laz 0.9.16, both under Linux and Windows. I just installed new 0.9.18 on Linux, and cannot get this application running any more, due to date

Re: [lazarus] Codefolding active for default

2006-09-27 Thread Micha Nelissen
Mattias Gaertner wrote: On Tue, 26 Sep 2006 22:09:23 +0200 Christian Ulrich [EMAIL PROTECTED] wrote: Codefolding schouldnt be active for default, its still buggy fold some procedures and try to set an breakpoint or switch linenumbers on ... I fixed the painting of the marks and line

Re: [lazarus] Codefolding active for default

2006-09-27 Thread Mattias Gaertner
On Wed, 27 Sep 2006 19:13:45 +0200 Micha Nelissen [EMAIL PROTECTED] wrote: Mattias Gaertner wrote: On Tue, 26 Sep 2006 22:09:23 +0200 Christian Ulrich [EMAIL PROTECTED] wrote: Codefolding schouldnt be active for default, its still buggy fold some procedures and try to set an

Re: [lazarus] New Version of Lazarus (FPC 2.0.4)

2006-09-27 Thread Mattias Gaertner
On Wed, 27 Sep 2006 17:28:21 +0100 Kris Leech [EMAIL PROTECTED] wrote: Is the new version of Lazarus that uses FPC 2.0.4 offically released yet? Not yet. I have some hardware problems. Mattias _ To unsubscribe: mail [EMAIL

Re: [lazarus] actual svn problems

2006-09-27 Thread Christian Ulrich
Christian Ulrich wrote: Vincent Snijders wrote: Christian Ulrich wrote: Actual svn dont compiles anything except lazarus itself on Windws in Linux works... Can you remove all .ppu and .o from the directory in which the lazarus.exe is? done. have deleted any ppu and .o in lazarus

Re: Lazarus bug report

2006-09-27 Thread Vincent Snijders
[EMAIL PROTECTED] wrote: What problems do you have with regisitering on the Lazarus site or the bug tracker? Did you follow http://wiki.lazarus.freepascal.org/How_do_I_create_a_bug_report ? Where couldn't you follow this recipe? I had an account there but I forgot the password. Yesterday I

Re: [lazarus] Codefolding active for default

2006-09-27 Thread Mattias Gaertner
On Wed, 27 Sep 2006 10:55:22 +0200 Vincent Snijders [EMAIL PROTECTED] wrote: Mattias Gaertner schreef: On Tue, 26 Sep 2006 22:09:23 +0200 Christian Ulrich [EMAIL PROTECTED] wrote: Codefolding schouldnt be active for default, its still buggy fold some procedures and try to set an

Re: Lazarus bug report

2006-09-27 Thread Howard Lee Harkness
I believe the Lazarus site is broken. I have tried to register for2 days. I have tried with 3 different ID/email combinations, and never got a confirmation email. The forgotten password service also gives no email.There is no obvious way to contact the admin on that site. On 9/27/06, Vincent

[lazarus] Lazde extension

2006-09-27 Thread Graeme Geldenhuys
Hi, Any objections if I extend Lazde, so we can insert special characters much easier in the documentation. I was thinking of doing something like Lazarus - using a screen like the Character Map. For example. If I wanted to insert a ampersand (), select it from the Character Map like screen

Re: [lazarus] Lazde extension

2006-09-27 Thread Vincent Snijders
Graeme Geldenhuys wrote: Hi, Any objections if I extend Lazde, so we can insert special characters much easier in the documentation. I was thinking of doing something like Lazarus - using a screen like the Character Map. For example. If I wanted to insert a ampersand (), select it from the

Re: [lazarus] initialization of date

2006-09-27 Thread Jean-Marc
Alexander Todorov a écrit : On 9/27/06, Jean-Marc [EMAIL PROTECTED] wrote: Hi, I have an application using date, refering to today's date at starting, which worked fine with Laz 0.9.16, both under Linux and Windows. I just installed new 0.9.18 on Linux, and cannot get this application running

Re: [lazarus] Lazde extension

2006-09-27 Thread Graeme Geldenhuys
On 27/09/06, Vincent Snijders [EMAIL PROTECTED] wrote: Why not type normal text in the text boxes: 'this' that and when saving that to xml replace it with the escaped version? I wouldn't be surprised if that doesn't happen already. Why should I need to know, that certain characters need to be

Re: [lazarus] initialization of date

2006-09-27 Thread Graeme Geldenhuys
On 27/09/06, Jean-Marc [EMAIL PROTECTED] wrote: No, there is no datetime control on the form, I also cheched the other forms, created on the fly, but none are using such a component. Strange. Even the first call to the Date function is in the onshow event, but the error comes at the oncreate

Re: [lazarus] initialization of date

2006-09-27 Thread Jean-Marc
Jean-Marc a écrit : Alexander Todorov a écrit : On 9/27/06, Jean-Marc [EMAIL PROTECTED] wrote: Hi, I have an application using date, refering to today's date at starting, which worked fine with Laz 0.9.16, both under Linux and Windows. I just installed new 0.9.18 on Linux, and cannot get this

Re: Lazarus bug report

2006-09-27 Thread Christian Ulrich
why nobody remove these horrorable page and move the wiki at his place since 1,5 years this site dont works and nobody does something why ?? the wiki has all the information the lazarus starters need. only an news section schould be added. and maybe an forum integrated as in freepascal site, but

Re: Lazarus bug report

2006-09-27 Thread Marc Weustink
Christian Ulrich wrote: and maybe an forum integrated as in freepascal site, but thats no main task i think. Why do you think moving the forum is easy ? Marc _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] New Version of Lazarus (FPC 2.0.4)

2006-09-27 Thread Bisma Jayadi
Not yet. I have some hardware problems. Is v.0.9.18 based on FPC 2.0.4? -Bee- has Bee.ography at: http://beeography.wordpress.com _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject

Re: Lazarus bug report

2006-09-27 Thread Christian Ulrich
Marc Weustink wrote: Christian Ulrich wrote: and maybe an forum integrated as in freepascal site, but thats no main task i think. Why do you think moving the forum is easy ? Marc I donsend have sayed thats easy to move the forum but registering dont work so its no main task to