Re: [lazarus] Laz / Fpc function listing

2007-11-20 Thread Tiziano De Togni
SteveG wrote: Would anybody know if there is a listing (or some way of building one) of all functions available for Lazarus and/or Fpc ? maybe the short answer is simply: no. But I am pleased that people are asking for something I'm currently working on :-) Look at this chart:

Re: [lazarus] [r12910][Ubuntu][GTK2] Compilation failed

2007-11-20 Thread Damien Gerard
On Nov 20, 2007, at 12:43 AM, Mattias Gaertner wrote: On Mon, 19 Nov 2007 22:04:26 +0100 Damien Gerard [EMAIL PROTECTED] wrote: [...] In lcl/interfaces/gtk2/gtk2widgetset.inc(618,48) Identifier not found pango_layout_get_font_description I have made a rebuild from scratch and it doesn't

Re: [lazarus] last svn problems under fpc 2.0.4

2007-11-20 Thread Giuliano Colla
Paul Ishenin ha scritto: Please test with r12919. If error is still present then please send me (or create bug rep with) any test application. r12920 also make things better (12919 fixes one crashes, 12920 - another) I tested my apps under r 12920 and they don't crash anymore. :-) In one

Re: [lazarus] IDE Crashes on Mac OS (gtk)

2007-11-20 Thread Tom Gregorovic
On Nov 19, 2007 3:22 PM, Damien Gerard [EMAIL PROTECTED] wrote: I use the last snapshot for OS X i386 and followed http://wiki.lazarus.freepascal.org/Carbon_Interface I've got this : [...] unknown stabs type 0xC0 in /usr/local/share/lazarus/lcl/units/i386-

Re: [lazarus] IDE Crashes on Mac OS (gtk)

2007-11-20 Thread Vincent Snijders
Damien Gerard schreef: I use the last snapshot for OS X i386 and followed http://wiki.lazarus.freepascal.org/Carbon_Interface I've got this : [...] Error: Error while linking TExternalToolList.Run Exception: Error: Error while linking TMainIDE.DoBuildLazarus: Build Lazarus without linking

Re: [lazarus] IDE Crashes on Mac OS (gtk)

2007-11-20 Thread Damien Gerard
On Nov 20, 2007, at 12:34 PM, Tom Gregorovic wrote: On Nov 19, 2007 3:22 PM, Damien Gerard [EMAIL PROTECTED] wrote: I use the last snapshot for OS X i386 and followed http://wiki.lazarus.freepascal.org/Carbon_Interface I've got this : [...] unknown stabs type 0xC0 in

[lazarus] Search engine for Lazarus and Free Pascal concerned stuff

2007-11-20 Thread Tom Gregorovic
Hi, it crossed my mind that it would be convenient to have one search service for all the information about Lazarus and Free Pascal, which are in forums, mail list archives, documentation reference, wiki, Mantis, SVN repository, SVN log, blog ... One possibility is Google Custom Search Engine

Re: [lazarus] Search engine for Lazarus and Free Pascal concerned stuff

2007-11-20 Thread Wanderlan Santos dos Anjos
I tryed Live Search with optimal results http://search.live.com/ It is more quick and its parser is better than Google. For example, try this syntax in Live Search: TStringGrid (site:lazarus-ccr.sourceforge.net OR site:www.lazarus.freepascal.org) It would replace the Lazarus IDE Help engine

Re: [lazarus] Search engine for Lazarus and Free Pascal concerned stuff

2007-11-20 Thread Damien Gerard
On Nov 20, 2007, at 3:23 PM, Wanderlan Santos dos Anjos wrote: I tryed Live Search with optimal results http://search.live.com/ It is more quick and its parser is better than Google. More Basic is more appropriate I think. And the main front page of the Google website has not been built to

Fw: Re[2]: [lazarus] Plots

2007-11-20 Thread Vasily I. Volchenko
-Original Message- From: Vasily I. Volchenko [EMAIL PROTECTED] To: Luiz Americo Pereira Camara [EMAIL PROTECTED] Date: Tue, 20 Nov 2007 17:44:51 +0300 Subject: Re[2]: [lazarus] Plots Hi, Thanks, i got the packages and successfully compiled. But i did not find example of how

Re: [lazarus] WinCE, howto open a networkpath?

2007-11-20 Thread Adrian Veith
Hi, You have to to use the connection manager api from microsoft. I have translated some parts of it to object pascal (source is attached). The source is not well tested now, but it works for me. For a simple connection to the internet you can use the following code. Cheers, Adrian. var

[lazarus] Lazarus Site is down

2007-11-20 Thread Leonardo M. Ramé
Please, check why lazarus.freepascal.org is down. Leonardo. _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

[lazarus] anchors to a hidden component

2007-11-20 Thread Giuliano Colla
Recently the anchors behavior has changed. I have a form with a control anchored to another one. With the latest revisions it happens that when the second control is hidden, the visible one changes its place, inheriting the anchors of the hidden control. Is it an intended change or a bug?

[lazarus] i18n usage

2007-11-20 Thread 13stica
Hello! How to properly use i18n in projects? Is there any documentation of this new feature? (project options - i18n - output directory) this is all understandable, but what to do with po files? do I need it to be converted in .mo file? any information is appreciated... Thanks in advance.

Re: Fw: Re[2]: [lazarus] Plots

2007-11-20 Thread Luiz Americo Pereira Camara
Vasily I. Volchenko wrote: Thanks. This is a good start. Luiz -Original Message- From: Vasily I. Volchenko [EMAIL PROTECTED] To: Luiz Americo Pereira Camara [EMAIL PROTECTED] Date: Tue, 20 Nov 2007 17:44:51 +0300 Subject: Re[2]: [lazarus] Plots Hi, Thanks, i got the packages and

Re: [lazarus] WinCE, howto open a networkpath?

2007-11-20 Thread John vd Waeter
Hi Adrian, Thanks! Looks just like the thing I need! Do you know of a parameter I can set that hides the Connection-in-progress dialog that comes up? kind regards, John if ConnMgrEstablishConnectionSync(ConnInfo, FConnection, 6, FStatus) S_OK Adrian Veith wrote: Hi,

Re: [lazarus] i18n usage

2007-11-20 Thread wile64
2007/11/20, 13stica [EMAIL PROTECTED]: Hello! How to properly use i18n in projects? Is there any documentation of this new feature? (project options - i18n - output directory) this is all understandable, but what to do with po files? do I need it to be converted in .mo file? any information

[lazarus] Anchors editor, BorderSpacing limited to 100

2007-11-20 Thread Damien Gerard
Hi ! Could someone tell me why all BorderSpacing is limited to 100 in the Anchors Editor ? -- Damien Gerard [EMAIL PROTECTED] _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject

Re: [lazarus] Laz / Fpc function listing

2007-11-20 Thread SteveG
Tiziano - this is exactly what I was looking for already have found 14 functions I didnt know about, and can replace within my own code. Thanks for your time on this Tiziano De Togni wrote: SteveG wrote: Would anybody know if there is a listing (or some way of building one) of all

Re: [lazarus] WinCE, howto open a networkpath?

2007-11-20 Thread Adrian Veith
Hi John, the description of the connection manager API is on the msnd website: http://msdn2.microsoft.com/en-us/library/aa457271.aspx I haven't found any parameter to disable the progress dialog. Cheers, Adrian. John vd Waeter schrieb: Hi Adrian, Thanks! Looks just like the thing I

Re: [lazarus] WinCE, howto open a networkpath?

2007-11-20 Thread Alvise Nicoletti
Adrian Veith ha scritto: Hi John, the description of the connection manager API is on the msnd website: http://msdn2.microsoft.com/en-us/library/aa457271.aspx I haven't found any parameter to disable the progress dialog. Sorry if I go a little out of the topic... but WinCE is not discussed

Re: [lazarus] Slash dot effect?

2007-11-20 Thread Leonardo M. Ramé
Where's the link to Lazarus from SlashDot? I can't find it. _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: [lazarus] Slash dot effect?

2007-11-20 Thread Alexsander Rosa
http://en.wikipedia.org/wiki/Slashdot_effect http://slashdot.org 2007/11/20, Leonardo M. Ramé [EMAIL PROTECTED]: What means Slash dot effect? Leonardo _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] Lazarus Site is down

2007-11-20 Thread Alexsander Rosa
Slashdot effect? Is there a story about Lazarus on Slashdot right now? 2007/11/20, Leonardo M. Ramé [EMAIL PROTECTED]: Please, check why lazarus.freepascal.org is down. Leonardo. _ To unsubscribe: mail [EMAIL PROTECTED]

[lazarus] Slash dot effect?

2007-11-20 Thread Leonardo M. Ramé
What means Slash dot effect? Leonardo _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: [lazarus] Laz / Fpc function listing

2007-11-20 Thread Albert Zeyer
Hey, just looked and it and it's realy nice! Just wanted to thank you... Greetings, Albert Am Dienstag, den 20.11.2007, 08:53 +0100 schrieb Tiziano De Togni: SteveG wrote: Would anybody know if there is a listing (or some way of building one) of all functions available for Lazarus and/or

Re: [lazarus] Slash dot effect?

2007-11-20 Thread Michael A. Hess
On Tue, 20 Nov 2007, Alexsander Rosa wrote: http://en.wikipedia.org/wiki/Slashdot_effect http://slashdot.org 2007/11/20, Leonardo M. Ram? [EMAIL PROTECTED]: What means Slash dot effect? In case no one noticed some of the major sites such as LinuxToday posted a link to the following

Re: [lazarus] Search engine for Lazarus and Free Pascal concerned stuff

2007-11-20 Thread Mattias Gaertner
On Tue, 20 Nov 2007 11:23:53 -0300 Wanderlan Santos dos Anjos [EMAIL PROTECTED] wrote: I tryed Live Search with optimal results http://search.live.com/ It is more quick and its parser is better than Google. For example, try this syntax in Live Search: TStringGrid

Re: [lazarus] Slash dot effect?

2007-11-20 Thread Vincent Snijders
Michael A. Hess schreef: On Tue, 20 Nov 2007, Alexsander Rosa wrote: http://en.wikipedia.org/wiki/Slashdot_effect http://slashdot.org 2007/11/20, Leonardo M. Ram� [EMAIL PROTECTED]: What means Slash dot effect? In case no one noticed some of the major sites such as LinuxToday posted a

Re: [lazarus] Lazarus in Li nux not compileable for some time

2007-11-20 Thread Lord Satan
On Tue, 20 Nov 2007 20:06:37 +0100 Christian U. [EMAIL PROTECTED] wrote: For some time, iam not able to compile Lazarus in Linux has somebody an idea for this ? Compiler is fpc 2.2.0 Don't know, works here, same compiler. _

Re: [lazarus] anchors to a hidden component

2007-11-20 Thread Mattias Gaertner
On Tue, 20 Nov 2007 15:55:45 +0100 Giuliano Colla [EMAIL PROTECTED] wrote: Recently the anchors behavior has changed. I have a form with a control anchored to another one. With the latest revisions it happens that when the second control is hidden, the visible one changes its place,

[lazarus] Lazarus in Li nux not compileable for some time

2007-11-20 Thread Christian U.
For some time, iam not able to compile Lazarus in Linux has somebody an idea for this ? Compiler is fpc 2.2.0 Compiling grids.pas /home/chris/lazarus/lcl/grids.pas(1,1) Fatal: Can't find unit URIParser used by XMLRead best regards Christian

Re: [lazarus] Anchors editor, BorderSpacing limited to 100

2007-11-20 Thread Mattias Gaertner
On Tue, 20 Nov 2007 16:19:19 +0100 Damien Gerard [EMAIL PROTECTED] wrote: Hi ! Could someone tell me why all BorderSpacing is limited to 100 in the Anchors Editor ? Because the developers have not enough imagination to think about a case where more than 100 is needed, but have enough

Re: [lazarus] Anchors editor, BorderSpacing limited to 100

2007-11-20 Thread Damien Gerard
On Nov 20, 2007, at 8:47 PM, Mattias Gaertner wrote: On Tue, 20 Nov 2007 16:19:19 +0100 Damien Gerard [EMAIL PROTECTED] wrote: Hi ! Could someone tell me why all BorderSpacing is limited to 100 in the Anchors Editor ? Because the developers have not enough imagination to think about a

RE: [lazarus] anchors to a hidden component

2007-11-20 Thread Hess, Philip J
Hi Mattias, Will any of this result one day in a fix for this anchor bug? http://www.freepascal.org/mantis/view.php?id=8056 Thanks. -Phil -Original Message- From: Mattias Gaertner [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 20, 2007 2:39 PM To: lazarus@miraclec.com Subject:

Re: [lazarus] Anchors editor, BorderSpacing limited to 100

2007-11-20 Thread Mattias Gaertner
On Tue, 20 Nov 2007 20:53:04 +0100 Damien Gerard [EMAIL PROTECTED] wrote: On Nov 20, 2007, at 8:47 PM, Mattias Gaertner wrote: On Tue, 20 Nov 2007 16:19:19 +0100 Damien Gerard [EMAIL PROTECTED] wrote: Hi ! Could someone tell me why all BorderSpacing is limited to 100 in the

Re: [lazarus] Search engine for Lazarus and Free Pascal concerned stuff

2007-11-20 Thread Wanderlan Santos dos Anjos
Hello Mattias, I did some tests now and all is quick... Probably Sourceforge site, that host the Lazarus help, was slow when I tested. And this occurs frequently. Sorry by my precipitate comment.:( One suggestion: Pascal reserved words would be recognized to show articles at FP Reference Guide

Re: [lazarus] Search engine for Lazarus and Free Pascal concerned stuff

2007-11-20 Thread Mattias Gaertner
On Tue, 20 Nov 2007 17:07:33 -0300 Wanderlan Santos dos Anjos [EMAIL PROTECTED] wrote: Hello Mattias, I did some tests now and all is quick... Probably Sourceforge site, that host the Lazarus help, was slow when I tested. And this occurs frequently. Sorry by my precipitate comment.:( One

Re: [lazarus] Search engine for Lazarus and Free Pascal concerned stuff

2007-11-20 Thread Mattias Gaertner
On Tue, 20 Nov 2007 17:07:33 -0300 Wanderlan Santos dos Anjos [EMAIL PROTECTED] wrote: Hello Mattias, I did some tests now and all is quick... Probably Sourceforge site, that host the Lazarus help, was slow when I tested. And this occurs frequently. Sorry by my precipitate comment.:(

Re: [lazarus] Search engine for Lazarus and Free Pascal concerned stuff

2007-11-20 Thread Chris Kirkpatrick
Hi Wanderlan - I am currently trying to assemble on-line help for the LCL, and if you are offering to help, I am delighted! The tool we use is FPCDoc, which takes the source xx.pas or xx.pp and extracts all the identifiers, declared classes and types, procedures and functions, etc, and then

[lazarus] Project inspector files sort order

2007-11-20 Thread Andrey Gusev
In what order files list (files node) do sort of filenames - it quite unsorted in my opinion. (see snap). For long filenames lists it must be problematic, to navigate through they. It is reasonable, to expect of sort ability appearance in the future (far, or be better - near) ? attachment:

Re: [lazarus] Search engine for Lazarus and Free Pascal concerned stuff

2007-11-20 Thread Wanderlan Santos dos Anjos
Very nice... Put my name at http://wiki.lazarus.freepascal.org/LCL_Documentation_Roadmap --- Edit in Lazde --- Generate a Patch --- Submit to Mantis--- Return again!!! I wish to document Grids unit and extend its funcionality. TIA, Wanderlan

Re: [lazarus] Search engine for Lazarus and Free Pascal concerned stuff

2007-11-20 Thread Carlos German Tejero
Maybe, samebody can take a look of this http://ioda.sourceforge.net/, a full text search project (posible dead) written in fpc. -- Carlos Germán Tejero

Re: [lazarus] i18n usage

2007-11-20 Thread 13stica
Thanks for the link. wile64 pravi: 2007/11/20, 13stica [EMAIL PROTECTED]: Hello! How to properly use i18n in projects? Is there any documentation of this new feature? (project options - i18n - output directory) this is all understandable, but what to do with po files? do I need

Re: [lazarus] Search engine for Lazarus and Free Pascal concerned stuff

2007-11-20 Thread Wanderlan Santos dos Anjos
Hi Chris, What you already documented? You are alone in this? What are your priorities? What should be documented next? How english is not my native language, my texts' style can look a bit convoluted...;} Wanderlan On 11/20/07, Carlos German Tejero [EMAIL PROTECTED] wrote: Maybe, samebody

Re: [lazarus] Anchors editor, BorderSpacing limited to 100

2007-11-20 Thread Damien Gerard
On Nov 20, 2007, at 9:04 PM, Mattias Gaertner wrote: On Tue, 20 Nov 2007 20:53:04 +0100 Damien Gerard [EMAIL PROTECTED] wrote: On Nov 20, 2007, at 8:47 PM, Mattias Gaertner wrote: On Tue, 20 Nov 2007 16:19:19 +0100 Damien Gerard [EMAIL PROTECTED] wrote: Hi ! Could someone tell me why

Re: [lazarus] Search engine for Lazarus and Free Pascal concerned stuff

2007-11-20 Thread Michael Van Canneyt
On Tue, 20 Nov 2007, Carlos German Tejero wrote: Maybe, samebody can take a look of this http://ioda.sourceforge.net/, a full text search project (posible dead) written in fpc. I think this is actually a very good hint. Maybe we should evaluate this tool and see if we can use it for the

Re: [lazarus] Project inspector files sort order

2007-11-20 Thread Mattias Gaertner
On Tue, 20 Nov 2007 23:35:22 +0300 Andrey Gusev [EMAIL PROTECTED] wrote: In what order files list (files node) do sort of filenames - it quite unsorted in my opinion. (see snap). For long filenames lists it must be problematic, to navigate through they. It is reasonable, to expect of sort

Re: [lazarus] Anchors editor, BorderSpacing limited to 100

2007-11-20 Thread Mattias Gaertner
On Tue, 20 Nov 2007 22:34:24 +0100 Damien Gerard [EMAIL PROTECTED] wrote: On Nov 20, 2007, at 9:04 PM, Mattias Gaertner wrote: On Tue, 20 Nov 2007 20:53:04 +0100 Damien Gerard [EMAIL PROTECTED] wrote: On Nov 20, 2007, at 8:47 PM, Mattias Gaertner wrote: On Tue, 20 Nov 2007

Re: [lazarus] Search engine for Lazarus and Free Pascal concerned stuff

2007-11-20 Thread Chris Kirkpatrick
Hi Wanderlan - I have started at the 'ancestor' level of the LCL, and have produced documentation for several of the Classes in Controls, mainly TControl, TWinControl, TCustomControl; then I did some work on Dialogs, Forms (TForm, TApplication, TScreen and TScrollBox) and Graphics (TBitMap,

Re: [lazarus] Lazarus in Li nux not compileable for some time

2007-11-20 Thread CHRIS
Lord Satan a écrit : On Tue, 20 Nov 2007 20:06:37 +0100 Christian U. [EMAIL PROTECTED] wrote: For some time, iam not able to compile Lazarus in Linux has somebody an idea for this ? Compiler is fpc 2.2.0 Don't know, works here, same compiler.

Re: [lazarus] Search engine for Lazarus and Free Pascal concerned stuff

2007-11-20 Thread Wanderlan Santos dos Anjos
Ok Chris, I have noticed that you like to write ... I will take the deepest ancestor to TStringGrid, not documented yet, and will begin documenting from there. This approach is ok? How would you prefer to receive the material to review it? Is a standard patch ok? Or not? Perhaps XML, HTML,

[lazarus] Mac OS X : Bitmap ScanLine....

2007-11-20 Thread Dominique Louis
I know I've labeled this as Mac OS X, it's probably not specific to that OS. I've looked at the scanline demo and it works fine on Mac OS X. My question is when I try to use the code in my project using Delphi compatability mode, I get the error listed below... var lRow : Pointer;

Re: [lazarus] anchors to a hidden component

2007-11-20 Thread Mattias Gaertner
On Tue, 20 Nov 2007 14:56:55 -0500 Hess, Philip J [EMAIL PROTECTED] wrote: Hi Mattias, Will any of this result one day in a fix for this anchor bug? http://www.freepascal.org/mantis/view.php?id=8056 These things are not related. See my notes in the tracker. Mattias

Re: [lazarus] anchors to a hidden component

2007-11-20 Thread Giuliano Colla
Mattias Gaertner ha scritto: On Tue, 20 Nov 2007 15:55:45 +0100 Giuliano Colla [EMAIL PROTECTED] wrote: Recently the anchors behavior has changed. I have a form with a control anchored to another one. With the latest revisions it happens that when the second control is hidden, the visible

Re: [lazarus] anchors to a hidden component

2007-11-20 Thread Mattias Gaertner
On Wed, 21 Nov 2007 00:14:30 +0100 Giuliano Colla [EMAIL PROTECTED] wrote: Mattias Gaertner ha scritto: On Tue, 20 Nov 2007 15:55:45 +0100 Giuliano Colla [EMAIL PROTECTED] wrote: Recently the anchors behavior has changed. I have a form with a control anchored to another one.

Re: [lazarus] anchors to a hidden component

2007-11-20 Thread Giuliano Colla
Mattias Gaertner ha scritto: Now assumes the label.top is anchored to another control A. If A is moved then the Label and Edit should move too. With old behavior the Edit is not moved when the Label is invisible. With new behavior it will move. OK. Now I understand the reason for changing.

[lazarus] LAZARUS Buffer error at start with FPC 2.3.1

2007-11-20 Thread fedorax
Hello, With lazarus SVN 12943 and FPC 2.3.1 9386 startlazarus return a buffer error but work if i compile with fpc 2.2.0 ( Linux fedora 8 GTK or GTK 2) The errors in the terminal are: -- [TMainIDE.Destroy] A [TMainIDE.Destroy] B - inherited

Re: [lazarus] LAZARUS Buffer error at start with FPC 2.3.1

2007-11-20 Thread Vincent Snijders
fedorax schreef: Hello, With lazarus SVN 12943 and FPC 2.3.1 9386 startlazarus return a buffer error but work if i compile with fpc 2.2.0 ( Linux fedora 8 GTK or GTK 2) This error is caused by the ztream rewrite. Jesus Reyes confirmed that this bug exists since r9291 and has not been fixed

Re[2]: [lazarus]

2007-11-20 Thread Vasily I. Volchenko
Wiki pages are being constructed. Here is an example project showing all 3 components. ptest.tgz Description: Binary data