Re: [lazarus] MacOS X - Lazarus - TDBF

2006-05-15 Thread Vincent Snijders
Panagiotis Sidiropoulos schreef: Trying to install TDBF package I get error message: /usr/share/lazarus/components/tdbf/RegisterDBF.pas(25,34) Fatal: Can't find unit Dbf DBF unit is placed in FPC/DB folder but can't be reached. At Environment options FPC folder is properly declared. FPC

Re: [lazarus] Request for PR noise !

2006-05-15 Thread Marc Santhoff
Am Sonntag, den 14.05.2006, 23:15 +0200 schrieb Mattias Gaertner: The IDE is not only form designing. Many people would like to use one IDE for all of their source - pascal GUIs, php/html/js webpages, c++ tools/libs, perl/python/bash scripts ... We have already syntax highlighers for all of

Re: [lazarus] Request for PR noise !

2006-05-15 Thread Vincent Snijders
Michael Van Canneyt schreef: On Mon, 15 May 2006, Marc Santhoff wrote: For most things like shell scripts (don't hit me ;) I use JEdit. What I really love is having the Pos1 key jumping to the start of the indented text on the first hit. Could lazarus' editor be made that way? If so, how

[lazarus] why there is no win32 component tab?

2006-05-15 Thread roozbeh gholizadeh
Well.i just also saw a post on forums,somebody asking why there is no richedit components,and answers was it is not availble on other platforms? I was wondering is it against lazarus policies to have components for specefic oses/interfaces?should everything be on whatever interface? why not

[lazarus] TSQLite3Dataset: SqliteReturnString

2006-05-15 Thread Thierry Andriamirado
It seems that once SqliteReturnString SQLITE_OK for a dataset, all the TSQLite3Datasets in the app loose their synchs with the SQLite3 engine. In case of conflict, for example when editing data in a dbGrid, if an 'unique' constraint causes SqliteReturnString SQLITE_OK : * the DBGrid keep the

Re: [lazarus] Request for PR noise !

2006-05-15 Thread Thierry Andriamirado
Le samedi 13 mai 2006 à 18:55 -0300, Flávio Etrusco a écrit : but as somebody already said some days ago in another thread, I think mixing religion with anything is a bad idea... I wouldn't mind I remember, after megido (?), and the beginning of Lazarus, I thought this name was a bad idea. why

Re: [lazarus] why there is no win32 component tab?

2006-05-15 Thread Michael Van Canneyt
On Mon, 15 May 2006, roozbeh gholizadeh wrote: Well.i just also saw a post on forums,somebody asking why there is no richedit components,and answers was it is not availble on other platforms? I was wondering is it against lazarus policies to have components for specefic

Re: [lazarus] Request for PR noise !

2006-05-15 Thread Marc Santhoff
Am Montag, den 15.05.2006, 10:01 +0200 schrieb Vincent Snijders: Michael Van Canneyt schreef: On Mon, 15 May 2006, Marc Santhoff wrote: For most things like shell scripts (don't hit me ;) I use JEdit. What I really love is having the Pos1 key jumping to the start of the

[lazarus] Re: Lazarus File bigger then Delphi File?

2006-05-15 Thread roozbeh gholizadeh
On Wed, 10 May 2006 17:33:02 +0330, Jonas A. [EMAIL PROTECTED] wrote: let me ask you a few questions: are you still using 1.44 floppies? are you sending compiled execs 20 times a day via 56k modem connection? no? then why 1 or 2 mb bigger is so bad for you? Well apparently this is not a good

Re: [lazarus] [patch] popmenu.align added

2006-05-15 Thread Vincent Snijders
darekM schreef: Mattias Gaertner napisał(a): We can add the property as public if you promise to implement it next week for at least one widgetset. How to achieve this, when 3 my patch waiting on mailing list, and 2-5 on my computer. Yes. Sometimes I got the feeling I'm the

Re: [lazarus] why there is no win32 component tab?

2006-05-15 Thread Oro06
Michael Van Canneyt wrote: On Mon, 15 May 2006, roozbeh gholizadeh wrote: Well.i just also saw a post on forums,somebody asking why there is no richedit components,and answers was it is not availble on other platforms? I was wondering is it against lazarus policies to have components for

Re: [lazarus] MacOS X - Lazarus - TDBF

2006-05-15 Thread Panagiotis Sidiropoulos
! And now what? I work on a project scheduled to be compatible with Windows, Linux and MacOSX. It is based on TDBF regarding database support. I worked hard to finish Linux version hoping that porting to MacOSX would be very easy because of similar infrastructure. I missed the information

Re: [lazarus] MacOS X - Lazarus - TDBF

2006-05-15 Thread Joost van der Sluis
firebird, sqlite, mysql, oracle? In that order, I would say. On Mon, 2006-05-15 at 11:55 +0300, Panagiotis Sidiropoulos wrote: ! And now what? I work on a project scheduled to be compatible with Windows, Linux and MacOSX. It is based on TDBF regarding database support. I worked hard

Re: [lazarus] why there is no win32 component tab?

2006-05-15 Thread Felipe Monteiro de Carvalho
On 5/15/06, roozbeh gholizadeh [EMAIL PROTECTED] wrote: I was wondering is it against lazarus policies to have components for specefic oses/interfaces?should everything be on whatever interface? why not having win32 component tab page with special win32 components on win32-lazarus?and same for

Re: [lazarus] MacOS X - Lazarus - TDBF

2006-05-15 Thread Panagiotis Sidiropoulos
I would prefer a database not needed to be install in order to use, Just open executable and use it. Is it possible this with any of these and which. Thank you. Panagiotis On May 15, 2006, at 2:14 PM, Joost van der Sluis wrote: firebird, sqlite, mysql, oracle? In that order, I would

Re: [lazarus] MacOS X - Lazarus - TDBF

2006-05-15 Thread Joost van der Sluis
I meant the embedded versions. So you only have to provide a .dll or .so library to make it work. On Mon, 2006-05-15 at 14:41 +0300, Panagiotis Sidiropoulos wrote: I would prefer a database not needed to be install in order to use, Just open executable and use it. Is it possible this with any

Re: [lazarus] tdateedit bug

2006-05-15 Thread Vincent Snijders
barko schreef: Yes, this is ok, but when i use tdateedit on modal form, there is problem... date can't be selected with popup form... try test project which I send it before to list... On Sat, 13 May 2006 19:30:31 +0200, Vincent Snijders [EMAIL PROTECTED] wrote: barko wrote: hi! Here is

Re: [lazarus] Who needs Unicode controls.

2006-05-15 Thread lazarus . mramirez
But I would like to see that implemented via composition rather than extension. I have read the Unicode Standard docs. But What do you mean by composition rather than extension. As I remember, each (Unicode) character like Arabic, are stored a as a sequence of data that a S.O. rendering

Re: [lazarus] Who needs Unicode controls.

2006-05-15 Thread lazarus . mramirez
The question is: should the LCL use the 'native' string type and let the applications write three times the code. Or should the LCL use UTF-8 and map internally in the interfaces and let the applications write once and compile anywhere. Maybe BOTH STUFF. There are some O.S.'es that support

Re: [lazarus] Re: Who needs Unicode controls.

2006-05-15 Thread lazarus . mramirez
Well the only solution i see is something like tnt componenets. Maybe, and have an especial property editor for those wide properties, since the text property cannot be used directly. using encoded string you have to decode them and then use those functions! Some applications on windowze

Re: [lazarus] Who needs Unicode controls.

2006-05-15 Thread Felipe Monteiro de Carvalho
On 5/15/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Maybe BOTH STUFF. There are some O.S.'es that support some kind of Unicode, others no. The idea is that utf-8 would be converted to whatever format the os uses. Having to code twice is just like how it currently works today, and then you

Re: [lazarus] Who needs Unicode controls.

2006-05-15 Thread lazarus . mramirez
But I would like to see that implemented via composition rather than extension. Composition means something like this ? : a href=http://www.unicode.org/reports/tr17/index.html#CharacterEncodingModel; http://www.unicode.org/reports/tr17/index.html#CharacterEncodingModel/a - Marco Aurelio

Re: [lazarus] why there is no win32 component tab?

2006-05-15 Thread lazarus . mramirez
richedit components,and answers was it is not availble on other platforms? RichEdit format is a file format like HTML or PDF, uses tag and its difficult to implement. win32-lazarus?and same for other oses or interfaces? The is a Lin32 tab I think. - Marco Aurelio Ramirez Carrillo [EMAIL

Re: [lazarus] Request for PR noise !

2006-05-15 Thread Tony Maro
Michael Van Canneyt wrote: On Sun, 14 May 2006, Ido Kanner wrote: Nicholas Wirth once said that a language requires good name (I don't recall the exact quote), without a good name the language will fail. In that case he did a poor PR job, obviously. Obviously the name C++ is why

[lazarus] Commande syntax error (makefile -- can't compile)

2006-05-15 Thread Alexandre Leclerc
When I try to compile either fpc or lazarus from svn, I always get errors on each line of makefile. I just can't compile. I do not understand why. Is it my make version? (MAKE Version 5.2 Copyright (c) 1987, 2000 Borland) -- Alexandre Leclerc

Re: [lazarus] Commande syntax error (makefile -- can't compile)

2006-05-15 Thread Vincent Snijders
Alexandre Leclerc wrote: When I try to compile either fpc or lazarus from svn, I always get errors on each line of makefile. I just can't compile. I do not understand why. Is it my make version? (MAKE Version 5.2 Copyright (c) 1987, 2000 Borland) Yes, you need the gnu make distributed with

Re: [lazarus] Commande syntax error (makefile -- can't compile)

2006-05-15 Thread Alexandre Leclerc
2006/5/15, Vincent Snijders [EMAIL PROTECTED]: Alexandre Leclerc wrote: When I try to compile either fpc or lazarus from svn, I always get errors on each line of makefile. I just can't compile. I do not understand why. Is it my make version? (MAKE Version 5.2 Copyright (c) 1987, 2000

Re: [lazarus] Commande syntax error (makefile -- can't compile)

2006-05-15 Thread L505
When I try to compile either fpc or lazarus from svn, I always get errors on each line of makefile. I just can't compile. I do not understand why. Is it my make version? (MAKE Version 5.2 Copyright (c) 1987, 2000 Borland) rename Borland make to something else, gnu make and Borland make

[lazarus] Try compiling laz from command line... Fatal: Can't find unit Contnrs

2006-05-15 Thread Alexandre Leclerc
(Under windows) I have a stable 2.0.2 fpc in /fpc/2.0.2/ I did make all; make install a new fpc from svn and it is installed in /pp/bin... I copied the missing files from the stable released to the new version in the /bin folder to get the additionnal gnu tools. Now if I set my path to the

Re: [lazarus] Commande syntax error (makefile -- can't compile)

2006-05-15 Thread Alexandre Leclerc
2006/5/15, L505 [EMAIL PROTECTED]: When I try to compile either fpc or lazarus from svn, I always get errors on each line of makefile. I just can't compile. I do not understand why. Is it my make version? (MAKE Version 5.2 Copyright (c) 1987, 2000 Borland) rename Borland make to

Re: [lazarus] TSQLite3Dataset: SqliteReturnString

2006-05-15 Thread Luiz Americo
Thierry Andriamirado escreveu: It seems that once SqliteReturnString SQLITE_OK for a dataset, all the TSQLite3Datasets in the app loose their synchs with the SQLite3 engine. In case of conflict, for example when editing data in a dbGrid, if an 'unique' constraint causes SqliteReturnString

Re: [lazarus] Who needs Unicode controls.

2006-05-15 Thread Al Boldi
[EMAIL PROTECTED] wrote: But I would like to see that implemented via composition rather than extension. I have read the Unicode Standard docs. But What do you mean by composition rather than extension. As I remember, each (Unicode) character like Arabic, are stored a as a sequence of

Re: [lazarus] Try compiling laz from command line... Fatal: Can't find unit Contnrs

2006-05-15 Thread Daniel Dugan
check fpc.cfgDanielAlexandre Leclerc [EMAIL PROTECTED] wrote: (Under windows)I have a stable 2.0.2 fpc in /fpc/2.0.2/I did "make all; make install" a new fpc from svn and it is installedin /pp/bin... I copied the missing files from the stable released tothe new version in the /bin folder

Re: [lazarus] Try compiling laz from command line... Fatal: Can't find unit Contnrs

2006-05-15 Thread Alexandre Leclerc
2006/5/15, Daniel Dugan [EMAIL PROTECTED]: check fpc.cfg I see; this is the place. Thank you. Is there a way to call a program to generate such a file with the good paths inside? (I try to complete a batch file that can build fpc/lazarus from svn automatically to get an out of the box

[lazarus] How to change separator decimal successfully?

2006-05-15 Thread Cohako Lazarus
How to change separator decimal successfully, using Lazarus Windows version?The my default decimal separator in regional configurations (control panel) is comma and the thousand separator is point. This is way numbers are displyed for my language (Brazil - Portuguese). The Lazarus unknows. It

Re: [lazarus] Request for PR noise !

2006-05-15 Thread Flávio Etrusco
Enough about naming issues ;-) And enough about suggesting Lazarus as generic RAD. Why don't use Eclipse then? No sir, I pretty much like Pascal syntax, with ':=' for attribution and no braces blocks ;-) Back to the original subject, maybe (unfortunately) one can think that they were not very

Re: [lazarus] Compiling laz from svn + statistically linked components

2006-05-15 Thread Alexandre Leclerc
2006/5/13, Mattias Gaertner [EMAIL PROTECTED]: If you want to use two different lazarus with different setups, then start the second with /path/of/the/second/lazarus --primary-config-path=/home/username/.secondlazarus This way you can test new packages or new lazarus versions comfortably

[lazarus] pascalscript-3.0.3.54 not compiling (component)

2006-05-15 Thread Alexandre Leclerc
Well, is there a latest svn version that hes the problem corrected and that I dont know off? :) Compiled with latest fpc/laz svn. C:\lazarus\components\pascalscript\Source\uPSR_forms.pas(214,34) Error: identifier idents no member HELPCOMMAND

Re: [lazarus] TStringGrid, ComboBox, Win32

2006-05-15 Thread Thierry Andriamirado
It seems like the problem bellow remains in the current svn versions: The edit field is not hidden anymore when clicking on the down arrow, an item can be choosen from the picklist, but the old value allways replaces it when I leave the field. This problem occurs only on win32 (under wine), not

Re: [lazarus] Request for PR noise !

2006-05-15 Thread Rob
If you want to gain users and/or developers, the application name needs to be known around the world. For this reason the name is very important and to my own experience Lazarus is not a good name. Allthough I am only an amateur programmer (used to program with VBA, VB within Access mostly) I

Re: [lazarus] TSQLite3Dataset: SqliteReturnString

2006-05-15 Thread Thierry Andriamirado
Le lundi 15 mai 2006 à 14:21 -0300, Luiz Americo a écrit : Editing in the TDbGrid does not call the sqlite database, so SqlitereturnString has no meaning. SqliteReturnString only has a meaning after calling ExecSql, Open, CreateTable etc functions. TSqliteDataset does not handle unique,

Re: [lazarus] New Install on GNU/Linux

2006-05-15 Thread Gustavo Enrique Jimenez
Hi all I can't install lazarus 0.9.14. I have a debian box. I've downloaded rpm packages, changed it with alien to deb packages, and I did a dpkg -i lazarus . The ide compiles ok, run, and open my projects. But, when I press ctrl+F9 to build the project, lazarus seems to link against gkt2. I

Re: [lazarus] New Install on GNU/Linux

2006-05-15 Thread Gustavo Enrique Jimenez
On 5/15/06, Gustavo Enrique Jimenez [EMAIL PROTECTED] wrote: The ide compiles ok, run, and open my projects. But, when I press ctrl+F9 to build the project, lazarus seems to link against gkt2. I don't have the error messages, but is something related to gtkproc.inc Did you check the menu

Re: [lazarus] New Install on GNU/Linux

2006-05-15 Thread Gustavo Enrique Jimenez
Usually you shouldn´t have to worry about gtkproc or config files. Changing them can in fact lead to trouble. It seems that the problem is not a source code problem. I thnik it is a installation problem: as I said, I get the code from deb package, wich I have converted from rpm package with

Re: [lazarus] CheckBox inside StringGrid? How?

2006-05-15 Thread Jesús Reyes A.
- Original Message - From: bobby [EMAIL PROTECTED] To: lazarus@miraclec.com Sent: Saturday, May 13, 2006 8:13 AM Subject: [lazarus] CheckBox inside StringGrid? How? How to make a StringGrid that will have checkboxes in first column? Is it possible? regards Boban Spasic Take a

Re: [lazarus] New Install on GNU/Linux

2006-05-15 Thread Gustavo Enrique Jimenez
I advise you to try the subversion install. It´s very easy, and never gives me trouble. Try to keep free pascal installed the way it is currently and install lazarus from subversion. Lazarus subversion version is very stable on linux. There are instructions on the wiki. I will try. But I do

Re: [lazarus] New Install on GNU/Linux

2006-05-15 Thread Felipe Monteiro de Carvalho
On 5/15/06, Gustavo Enrique Jimenez [EMAIL PROTECTED] wrote: I will try. But I do multiplatform applications :), and I need the same stable version in linux as in windows. My experience so far was that if I use the latest stable on one OS, and the subsequent subversion on another I don´t have

Re: [lazarus] New Install on GNU/Linux

2006-05-15 Thread Marc Santhoff
Am Montag, den 15.05.2006, 23:25 -0300 schrieb Gustavo Enrique Jimenez: I advise you to try the subversion install. It´s very easy, and never gives me trouble. Try to keep free pascal installed the way it is currently and install lazarus from subversion. Lazarus subversion version is

Re: [lazarus] New Install on GNU/Linux

2006-05-15 Thread Vincent Snijders
Gustavo Enrique Jimenez wrote: Usually you shouldn´t have to worry about gtkproc or config files. Changing them can in fact lead to trouble. It seems that the problem is not a source code problem. I thnik it is a installation problem: as I said, I get the code from deb package, wich I