RE: [lazarus] repository

2006-12-12 Thread George Birbilis
Nonsense. The .svn folders contain a whole copy of the files. ??? Strange, I'd expect them to contain signatures (MD5 or something) and get the whole copy from the server when needed to diff (after all the files [each one separately] aren't huge) SVN does keep a copy in the .svn

Re: [lazarus] repository

2006-12-12 Thread Graeme Geldenhuys
On 12/12/06, George Birbilis [EMAIL PROTECTED] wrote: parts of each file etc. However having all those copies at each client is extra safety I suppose in case of disaster... I find that a very useful feature as well! Btw, I guess SVN doesn't download the files at the .svn folder, but creates

[lazarus] file exe

2006-12-12 Thread faread wajdy
how to make file exe in lazarus in order that i can try a program that was made to another OS? thank's - Cheap Talk? Check out Yahoo! Messenger's low PC-to-Phone call rates.

RE: [lazarus] repository

2006-12-12 Thread George Birbilis
Once a file exists, SVN only get the difference on each update, to minimize network traffic. Only the first checkout is a complete copy of each file. I suppose it downloads the real file, then copies to the .svn folder, not get it twice _ avast! Antivirus http://www.avast.com :

[lazarus] Can not load MySQL Client

2006-12-12 Thread Ferry Setiawan
I try connect to mysql database using TMySQLConnection, but there is an error said Can not load MySQL Client. Is it Installed? (libmysql.dll). and i already installed mysql at my computer. Can anybody tell me why? Thanks and regards Ferry S

Re: [lazarus] Borland project file to makefile?

2006-12-12 Thread Vincent Snijders
George Birbilis schreef: Else does the command-line compiler accept some kind of project group (or file with sequential list of projects) to build? See also lazbuild: http://wiki.lazarus.freepascal.org/Lazarus_Documentation#Tools l Vincent

Re: repository

2006-12-12 Thread Aleš Katona
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? Vincent asked me to comment on this so here goes: First, you should know that as the author of LNet I'm biased towards it but

Re: [lazarus] Can not load MySQL Client

2006-12-12 Thread Joost van der Sluis
Do you actually have the file 'libmysql.dll' on your computer? If so, place it in your system32-directory, or in the same directory as the executable you're running. On Tue, 2006-12-12 at 16:43 +0700, Ferry Setiawan wrote: I try connect to mysql database using TMySQLConnection, but there is an

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

2006-12-12 Thread tanila
Hi all, I would like to write an app that takes all Forms and Datamodules of a Lazarus Project. I played arround with gnu gettext and the supported features in Lazarus. Everything is very fine but i would like to have a more useful and flexible solution. This app should generate a file with all

[lazarus] Can't link lazarus under opensuse 10.2

2006-12-12 Thread Uwe Grauer
After switching to opensuse 10.2 i'm getting the following error on compiling lazarus. I'm using Free Pascal Compiler version 2.0.4 [2006/08/20] for i386 lazarus Revision: 10180 Free Pascal Compiler version 2.0.4 [2006/08/20] for i386 Copyright (c) 1993-2006 by Florian Klaempfl Target OS: Linux

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

2006-12-12 Thread Darius Blaszijk
Hi Tanila, I would like to write an app that takes all Forms and Datamodules of a Lazarus Project. I played arround with gnu gettext and the supported features in Lazarus. Everything is very fine but i would like to have a more useful and flexible solution. I actually played with something

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

2006-12-12 Thread George Birbilis
But therefore need access to all Forms in the current opened Laz-Project inside the IDE. How can i solve this Problem. Delphi had OpenTools API. Maybe Lazarus IDE has similar? Has someone any tips i could do that ? Are some Prople interested in having such a translation tool inside Lazarus

RE: [lazarus] Gambas

2006-12-12 Thread Pieter Valentijn
Yes This is cost of sales (when you sell something you dedut the cost price from a balans account and put it on a loss account) This way you know what you made proffit loss. If you buy in goods you don't make a loss you merly exchange cash for goods. When you sell the goods you deduct the cost

Re: [lazarus] Can't link lazarus under opensuse 10.2

2006-12-12 Thread Michael Van Canneyt
On Tue, 12 Dec 2006, Uwe Grauer wrote: After switching to opensuse 10.2 i'm getting the following error on compiling lazarus. I'm using Free Pascal Compiler version 2.0.4 [2006/08/20] for i386 lazarus Revision: 10180 Free Pascal Compiler version 2.0.4 [2006/08/20] for i386 Copyright

RE: [lazarus] Gambas

2006-12-12 Thread George Birbilis
Do you make finnacial software for your market? osFinancials has a verry good basis for accounting. Im sure most of the reports are just a mater of the right SQL and some transformation. Not yet (you never know), but I'll keep osFinancials in mind Have done mostly low level integration work

Re: [lazarus] repository

2006-12-12 Thread Mattias Gaertner
On Tue, 12 Dec 2006 01:00:30 +0200 George Birbilis [EMAIL PROTECTED] wrote: There is no singleton IDE option. Why would you want to have this ? How will you debug lazarus with itself, in such a case ? It is cause I use Windows Explorer (many people use that for organizing project files)

Re: [lazarus] Graphical Object Inheritance Tree

2006-12-12 Thread Mattias Gaertner
On Mon, 11 Dec 2006 20:43:26 +0300 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 don't know of any other UML tool that does either... Anyway, here

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

2006-12-12 Thread Mattias Gaertner
On Tue, 12 Dec 2006 19:12:41 +0100 Pieter Valentijn [EMAIL PROTECTED] wrote: I ment for that panel to be inside the scroll box. That way theres only one control to think about. If your code does the job then theres no need to maintain it :-) The panel idea will work on all widgetsets, it is

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

2006-12-12 Thread Mattias Gaertner
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 one instead) would

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

2006-12-12 Thread Vincent Snijders
Mattias Gaertner schreef: On Tue, 12 Dec 2006 19:12:41 +0100 Pieter Valentijn [EMAIL PROTECTED] wrote: I ment for that panel to be inside the scroll box. That way theres only one control to think about. If your code does the job then theres no need to maintain it :-) The panel idea will

[lazarus] MSLU for delphi unit

2006-12-12 Thread Micha Nelissen
Hi, For those aiming at unicode support for the win32 widgetset in the lcl, the following url may be interesting: http://www.cs.wisc.edu/~rkennedy/mslu Micha _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] repository

2006-12-12 Thread Mattias Gaertner
On Tue, 12 Dec 2006 00:41:10 +0200 George Birbilis [EMAIL PROTECTED] wrote: In fact it should be Set path=%fpcmakepath%;%path% So that the %fpcmakepath% takes precedence (the leftmost ones are checked first), in case other MAKE are in the path from MS or Borland or other tools 1) Can

Re: [lazarus] Borland project file to makefile?

2006-12-12 Thread Mattias Gaertner
On Tue, 12 Dec 2006 11:38:58 +0200 George Birbilis [EMAIL PROTECTED] wrote: Is there some utility to convert borland project files to makefiles? No. (there are better alternatives than a Makefile for FPC/Laz projects, e.g. fpmake) Haven't checked btw if Laz project files are makefiles or

Re: repository

2006-12-12 Thread Mattias Gaertner
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? Vincent asked me to comment on this so here goes:

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

2006-12-12 Thread Mattias Gaertner
On Tue, 12 Dec 2006 15:08:28 +0100 tanila [EMAIL PROTECTED] wrote: Hi all, I would like to write an app that takes all Forms and Datamodules of a Lazarus Project. I played arround with gnu gettext and the supported features in Lazarus. Everything is very fine but i would like to have a

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

2006-12-12 Thread Mattias Gaertner
On Tue, 12 Dec 2006 20:04:01 +0200 George Birbilis [EMAIL PROTECTED] wrote: But therefore need access to all Forms in the current opened Laz-Project inside the IDE. How can i solve this Problem. Delphi had OpenTools API. Maybe Lazarus IDE has similar? IDEIntf Has someone any tips i

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

2006-12-12 Thread Michael Van Canneyt
On Tue, 12 Dec 2006, 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

Re: [lazarus] Can not load MySQL Client

2006-12-12 Thread Ferry Setiawan
i already have it, thanks for your advice, i have tried and it's work Thanks Ferry S Joost van der Sluis wrote: Do you actually have the file 'libmysql.dll' on your computer? If so, place it in your system32-directory, or in the same directory as the executable you're running. On Tue,

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

2006-12-12 Thread Graeme Geldenhuys
On 12/12/06, Mattias Gaertner [EMAIL PROTECTED] wrote: 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). I have to agree, that it is quite difficult to handle fonts on multiple platforms. fpGUI handles this in a very