Re: [lazarus] patch for StdCtrls

2006-12-13 Thread Mattias Gaertner
On Sun, 10 Dec 2006 09:18:36 +0800 Funky Beast [EMAIL PROTECTED] wrote: Attached patch implements new properties for TCustomEdit and TCustomComboBox. Implemented: TCustomEdit: property AutoSelect. TCustomComboBox: property AutoSelect and property CharCase. Patch is diffed from the

RE: [lazarus] Font names shown in the respective font

2006-12-13 Thread George Birbilis
The LCL provides a Delphi compatible TFont. The widgetsets searches the nearest font. The gtk interface also understands XLD font names, where the font name is a 15 attribute filter. So, basically you can select every available font under windows and under gtk/X. But they are not cross

RE: [lazarus] repository

2006-12-13 Thread George Birbilis
IMO it is a good idea to provide a simple way/batch file to build lazarus. But IMHO it is a bad idea to put several batches/scripts for each platform into the main directory. It would be better to add a INSTALL.txt, describing the most common build commands for every platform and pointing to

Re: repository

2006-12-13 Thread Marco van de Voort
On Tue, 12 Dec 2006 11:20:45 +0100 Ale? Katona [EMAIL PROTECTED] wrote: Which library would people suggest for this? Should I go for it, would it be ok to use Indy or is there someother better / more stable / supported lib for Lazarus? First, you should know that as the author of

Re: [lazarus] Font names shown in the respective font

2006-12-13 Thread Marc Weustink
Mattias Gaertner wrote: On Mon, 11 Dec 2006 21:44:29 +0200 George Birbilis [EMAIL PROTECTED] wrote: Ignoring the font dialog since it's another thing (it has preview which covers the needs of the user a bit), the font name property editor (it shows a drop-down list, could show an owner-drawn

RE: [lazarus] repository

2006-12-13 Thread George Birbilis
Thanks, I'll make a .bat to set the FPC_PATH and FPC_BIN_PATH env vars and several .bat for each of that stuff that call the first .bat that sets the FPC path - so that you edit the paths only in one place (although I'd like it better if FPC installer was setting these env vars globally - a

Re: [lazarus] Re: patch for StdCtrls

2006-12-13 Thread Vincent Snijders
Mattias Gaertner schreef: On Wed, 13 Dec 2006 12:32:48 +0800 Funky Beast [EMAIL PROTECTED] wrote: Mattias Gaertner wrote: please add documentation for them. Mattias Here you go, also added documentation for AutoComplete and AutoCompleteTextOption. Thanks. Applied. The documentation

[lazarus] Re: patch for StdCtrls

2006-12-13 Thread Funky Beast
Vincent Snijders wrote: Mattias Gaertner schreef: On Wed, 13 Dec 2006 12:32:48 +0800 Funky Beast [EMAIL PROTECTED] wrote: Mattias Gaertner wrote: please add documentation for them. Mattias Here you go, also added documentation for AutoComplete and AutoCompleteTextOption. Thanks.

Re: [lazarus] How to integrate an Application into the Lazarus-IDE (for localization Lazarus Applications)

2006-12-13 Thread tanila
Hi, thank you very much for the Answers and your Feedback. I will try to make it now. I give you a hint if something useful has been created... Greetings Tanila _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] How to integrate an Application into the Lazarus-IDE (for localization Lazarus Applications)

2006-12-13 Thread tanila
Hi, thank you very much for the Answers and your Feedback. I will try to make it now. I give you a hint if something useful has been created... Greetings Tanila _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] How to integrate an Application into the Lazarus-IDE (forlocalization Lazarus Applications)

2006-12-13 Thread tanila
thank you I will have a look at your sources. _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: [lazarus] Font names shown in the respective font

2006-12-13 Thread lazarus . mramirez
Quoting Mattias Gaertner [EMAIL PROTECTED]: I'm not an font expert, so I don't know, what properties are needed by TFont to make it cross platform (if this is possible). Mattias Hope it helps: http://scripts.sil.org/cms/scripts/page.php?site_id=nrsicat_id=FontDownloads

Re: [lazarus] How to integrate an Application into the Lazarus-IDE (for localization Lazarus Applications)

2006-12-13 Thread tanila
Am Dienstag, den 12.12.2006, 23:09 +0100 schrieb Mattias Gaertner: This has already been started some time ago. Search for {$IFDEF TRANSLATESTRING} in the lazarus code. The code is in a very early state, although the author Vasily Volchenko said, he already used it. It has the clever idea to

Re: [lazarus] How to integrate an Application into the Lazarus-IDE (forlocalization Lazarus Applications)

2006-12-13 Thread tanila
Hi Darius, good Job. But isnt your work a rebuild of what gettext does except using xml files and having all translations in one File ? Or did I missunderstood your source ? My approach would be like this as I dicribed in the MSG to Mattias: - 1. Locate available Resource-Strings - 2.

Re: [lazarus] How to integrate an Application into the Lazarus-IDE (for localization Lazarus Applications)

2006-12-13 Thread tanila
Hi Vincent, I tried to compile Lazarus with the TRANSLATESTRING. Shouldn't there exist a menu entry in Projects to create PO files etc as i have seen in the source of lazarus ? The lft-file was existend bevore, too. Or did I make a mistake ? How do I compile right with that Option ? Greetings

Re: [lazarus] How to integrate an Application into the Lazarus-IDE (for localization Lazarus Applications)

2006-12-13 Thread Vincent Snijders
tanila schreef: Hi Vincent, I tried to compile Lazarus with the TRANSLATESTRING. Shouldn't there exist a menu entry in Projects to create PO files etc as i have seen in the source of lazarus ? The lft-file was existend bevore, too. I have never compiled with TRANSLATESTRING before, so I don't

Re: [lazarus] code completion and class methods problem

2006-12-13 Thread Micha Nelissen
Graeme Geldenhuys wrote: complained about how long it took to get bugs fixed or features implement. He waited 5 years for a feature and 2 years for a bug fix. Lazarus rock! :-) Unfortunately, not all bugs are fixed so quickly; just take a look at the bug tracker ;-). Micha

RE: [lazarus] Trying to make TScrollingWinControl more useful...

2006-12-13 Thread Pieter Valentijn
Ok I can understaind but atleast theres a simpel workaround that will work in Delphi to. Met vriendelijke groet, Pieter Valentijn Delphidreams http://www.delphidreams.nl -Oorspronkelijk bericht- Van: Vincent Snijders [mailto:[EMAIL PROTECTED] Verzonden: dinsdag 12 december 2006

Re: [lazarus] repository

2006-12-13 Thread Mattias Gaertner
On Wed, 13 Dec 2006 12:12:29 +0200 George Birbilis [EMAIL PROTECTED] wrote: Thanks, I'll make a .bat to set the FPC_PATH and FPC_BIN_PATH env vars and several .bat for each of that stuff that call the first .bat that sets the FPC path - so that you edit the paths only in one place

Re: [lazarus] repository

2006-12-13 Thread Mattias Gaertner
On Wed, 13 Dec 2006 12:07:52 +0200 George Birbilis [EMAIL PROTECTED] wrote: IMO it is a good idea to provide a simple way/batch file to build lazarus. But IMHO it is a bad idea to put several batches/scripts for each platform into the main directory. It would be better to add a

[lazarus] Treating TProcess output

2006-12-13 Thread Arí Ricardo Ody
I'm developing little application for compress/uncompress data using tarball or Zip with a graphical front end. When I submit a tarball command with an error via TProcess I am not receiving the same messages that appear in the screen when I type the same tarball command via linux konsole. I

Re: [lazarus] Graphical Object Inheritance Tree

2006-12-13 Thread Mattias Gaertner
On Wed, 13 Dec 2006 14:51:48 +0300 Al Boldi [EMAIL PROTECTED] wrote: Mattias Gaertner wrote: Al Boldi [EMAIL PROTECTED] wrote: Graeme Geldenhuys wrote: ModelMaker is a brilliant tool and well worth learning. I just don't think is supports include files though. Then again, i

Re: [lazarus] Treating TProcess output

2006-12-13 Thread Vincent Snijders
Arí Ricardo Ody schreef: I'm developing little application for compress/uncompress data using tarball or Zip with a graphical front end. When I submit a tarball command with an error via TProcess I am not receiving the same messages that appear in the screen when I type the same tarball

Re: [lazarus] How to integrate an Application into the Lazarus-IDE (for localization Lazarus Applications)

2006-12-13 Thread Mattias Gaertner
On Wed, 13 Dec 2006 18:12:30 +0100 tanila [EMAIL PROTECTED] wrote: Am Dienstag, den 12.12.2006, 23:09 +0100 schrieb Mattias Gaertner: This has already been started some time ago. Search for {$IFDEF TRANSLATESTRING} in the lazarus code. The code is in a very early state, although the author

Re: [lazarus] How to integrate an Application into the Lazarus-IDE (for localization Lazarus Applications)

2006-12-13 Thread Mattias Gaertner
On Wed, 13 Dec 2006 18:51:51 +0100 tanila [EMAIL PROTECTED] wrote: Hi Vincent, I tried to compile Lazarus with the TRANSLATESTRING. Shouldn't there exist a menu entry in Projects to create PO files etc as i have seen in the source of lazarus ? Yes. As I said: It is in an early state.

Re: [lazarus] Graphical Object Inheritance Tree

2006-12-13 Thread Al Boldi
Mattias Gaertner wrote: On Wed, 13 Dec 2006 14:51:48 +0300 Al Boldi [EMAIL PROTECTED] wrote: Mattias Gaertner wrote: Al Boldi [EMAIL PROTECTED] wrote: Graeme Geldenhuys wrote: ModelMaker is a brilliant tool and well worth learning. I just don't think is supports include

[lazarus] Base64 examples?

2006-12-13 Thread Lee
Hi, Is there any examples of using the TBase64Encoding/TBase64Decoding units around? I've read the doc on it but am still have a bit of trouble understanding how to use them. Thank you. -- Warm Regards, Lee _ To