Re: [lazarus] question about the code completion feature of Lazarus

2006-05-10 Thread Vincent Snijders
Bogusław Brandys schreef: Vincent Snijders wrote: Older versions also showed protected properties, even if they were not accessible. Maybe this is hapenning here too? Vincent. Could it be selectable using configuration option (to show only public/published properties/methods) ? For

RE: [lazarus] Lazarus for core devel in one of our project! -- Multilangual support

2006-05-10 Thread Tiziano - Mekar Srl -
This was a big issue for my applications written with Delphi5 (standard) that did not have any support for resourcestrings translations, but this is another story... Just in these days i was studying the way Lazarus manage resourcestrings and .po files, for: a) in order to understand how to

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

2006-05-10 Thread Mattias Gaertner
On Wed, 10 May 2006 09:16:44 +0200 darekm [EMAIL PROTECTED] wrote: Mattias Gaertner wrote: On Tue, 09 May 2006 23:17:13 +0200 darekm [EMAIL PROTECTED] wrote: HI as in subject and some const Where is the code that implements the property? what code

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

2006-05-10 Thread Gandi Wibowo
Sorry.Should be:strip --strip-all project.exe It's only reduce a half, the file size is still bigger than delphi. It's 3+ MB

Re: [lazarus] New help doc format?

2006-05-10 Thread Bogusław Brandys
Graeme Geldenhuys wrote: On 09/05/06, Michael Van Canneyt [EMAIL PROTECTED] wrote: sqlite is good candidate too (multiplatform,single file,fast, only one dll/so required) Sorry, but no: - No external dependencies, please. I agree on this. It must be a self standing format without any

Re: [lazarus] New help doc format?

2006-05-10 Thread Bogusław Brandys
George Lober wrote: Alexandre Leclerc wrote: 2006/5/9, Vincent Snijders [EMAIL PROTECTED]: A drawback of chm, that I don't know about free tools to generate it except the Microsoft Help Workshop, which is windows only. No problem for me, because windows is my main platform, but still. I

Re: [lazarus] New help doc format?

2006-05-10 Thread Michael Van Canneyt
On Wed, 10 May 2006, Bogusaw Brandys wrote: Graeme Geldenhuys wrote: On 09/05/06, Michael Van Canneyt [EMAIL PROTECTED] wrote: sqlite is good candidate too (multiplatform,single file,fast, only one dll/so required) Sorry, but no: - No external dependencies, please. I agree on this. It

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

2006-05-10 Thread Gandi Wibowo
Sorry.Should be:strip --strip-all project.exe It's only reduce a half, the file size is still bigger than delphi. It's 3+ MB

Re: [lazarus] question about the code completion feature of Lazarus

2006-05-10 Thread Michael Van Canneyt
On Wed, 10 May 2006, Adrian Maier wrote: Hello, I have noticed that sometimes the code-completion (Ctrl-space) is not entirely accurate. I mean, sometimes it contains class members that in fact don't exist ( the non-existance is detected at compilation time ). For instance : i have an

Re: [lazarus] question about the code completion feature of Lazarus

2006-05-10 Thread Bogusław Brandys
Vincent Snijders wrote: Adrian Maier schreef: Hello, I have noticed that sometimes the code-completion (Ctrl-space) is not entirely accurate. I mean, sometimes it contains class members that in fact don't exist ( the non-existance is detected at compilation time ). For instance : i

Re: [lazarus] question about the code completion feature of Lazarus

2006-05-10 Thread Michael Van Canneyt
On Wed, 10 May 2006, Bogusaw Brandys wrote: Vincent Snijders wrote: Adrian Maier schreef: Hello, I have noticed that sometimes the code-completion (Ctrl-space) is not entirely accurate. I mean, sometimes it contains class members that in fact don't exist ( the non-existance is detected

Re: [lazarus] question about the code completion feature of Lazarus

2006-05-10 Thread Vincent Snijders
Adrian Maier schreef: Hello, I have noticed that sometimes the code-completion (Ctrl-space) is not entirely accurate. I mean, sometimes it contains class members that in fact don't exist ( the non-existance is detected at compilation time ). For instance : i have an objectconnection:

Re: [lazarus] JUnit and Delphi

2006-05-10 Thread Graeme Geldenhuys
On 09/05/06, Dean Zobec [EMAIL PROTECTED] wrote: Yes, I've seen the tests in the tiOPF svn repository. I think it's a good idea to add this compatibility code to fpcunit with a little improvement: I would declare the CheckEquals methods as class methods, to be able to use them outside the

Re: [lazarus] question about the code completion feature of Lazarus

2006-05-10 Thread Alexander Todorov
On 5/10/06, Adrian Maier [EMAIL PROTECTED] wrote: Hello, I have noticed that sometimes the code-completion (Ctrl-space) is not entirely accurate. I mean, sometimes it contains class members that in fact don't exist ( the non-existance is detected at compilation time ). For instance : i

Re: [lazarus] New help doc format?

2006-05-10 Thread Graeme Geldenhuys
On 10/05/06, Michael Van Canneyt [EMAIL PROTECTED] wrote: A lot slower I think. Hence the reason most help systems seem to generate some type of index system when building the help files. Michael Hess has a system that does this for HTML. So at least we have someone with the knowledge of how

Re: [lazarus] question about the code completion feature of Lazarus

2006-05-10 Thread Mattias Gaertner
On Wed, 10 May 2006 10:19:22 +0300 Adrian Maier [EMAIL PROTECTED] wrote: Hello, I have noticed that sometimes the code-completion (Ctrl-space) is not entirely accurate. I mean, sometimes it contains class members that in fact don't exist ( the non-existance is detected at compilation

Re: [lazarus] question about the code completion feature of Lazarus

2006-05-10 Thread Mattias Gaertner
On Wed, 10 May 2006 09:52:56 +0200 (Romance Daylight Time) Michael Van Canneyt [EMAIL PROTECTED] wrote: On Wed, 10 May 2006, Bogusaw Brandys wrote: Vincent Snijders wrote: Adrian Maier schreef: Hello, I have noticed that sometimes the code-completion (Ctrl-space) is not

Re: [lazarus] question about the code completion feature of Lazarus

2006-05-10 Thread Adrian Maier
On 5/10/06, Alexander Todorov [EMAIL PROTECTED] wrote: On 5/10/06, Adrian Maier [EMAIL PROTECTED] wrote: Hello, I have noticed that sometimes the code-completion (Ctrl-space) is not entirely accurate. I mean, sometimes it contains class members that in fact don't exist ( the

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

2006-05-10 Thread darekm
Mattias Gaertner wrote: On Tue, 09 May 2006 23:17:13 +0200 darekm [EMAIL PROTECTED] wrote: HI as in subject and some const Where is the code that implements the property? what code property Alignment: TPopupAlignment read FAlignment write FAlignment default paLeft; its

[lazarus] Re: Too many patches?

2006-05-10 Thread roozbeh gholizadeh
On Tue, 09 May 2006 20:56:36 +0330, Giuliano Colla [EMAIL PROTECTED] wrote: Sorry, I posted twice the patch, because I got a message specifying that my message had been blocked because an attachment had a double extension (.tar.bz2). I renamed the file, sent it again, and as soon as I had

Re: [lazarus] New help doc format?

2006-05-10 Thread Michael Van Canneyt
On Wed, 10 May 2006, Graeme Geldenhuys wrote: On 09/05/06, L505 [EMAIL PROTECTED] wrote: Or, you could search the HTML/XML files.. but it would be slower than just searching a DB directly. A lot slower I think. Hence the reason most help systems seem to generate some type of index system

Re: [lazarus] New help doc format?

2006-05-10 Thread Graeme Geldenhuys
On 09/05/06, Joost van der Sluis [EMAIL PROTECTED] wrote: What does OpenOffice use for it's help-files? OpenOffice uses 4 files per help file/topic. .cfg .db .ht and .jar The .jar file contants .xhp files which are XML files. The also have a few .css files lying around in the help

Re: [lazarus] New help doc format?

2006-05-10 Thread Graeme Geldenhuys
On 09/05/06, L505 [EMAIL PROTECTED] wrote: Linux - has no standard help! Man Pages! Ok, ok but I am maybe referring more to the GUI side [and xman doens't count! ;-) ]. Applications like Mozilla FireFox, OpenOffice.org, KDevelop etc doesn't release man pages. Man pages are inherently used

Re: [lazarus] New help doc format?

2006-05-10 Thread Graeme Geldenhuys
On 09/05/06, L505 [EMAIL PROTECTED] wrote: Or, you could search the HTML/XML files.. but it would be slower than just searching a DB directly. A lot slower I think. Hence the reason most help systems seem to generate some type of index system when building the help files. Regards, - Graeme

Re: [lazarus] New help doc format?

2006-05-10 Thread Graeme Geldenhuys
On 09/05/06, Michael Van Canneyt [EMAIL PROTECTED] wrote: sqlite is good candidate too (multiplatform,single file,fast, only one dll/so required) Sorry, but no: - No external dependencies, please. I agree on this. It must be a self standing format without any 3rdParty requirements.

[lazarus] MacOSX Intel and Lazarus

2006-05-10 Thread Panagiotis Sidiropoulos
I'm trying to install Lazarus on a MacBookPro based on Intel processor. Following directions provided by forums and wiki I got into point I can open Lazarus but getting following error: dyld: Library not loaded: /sw/lib/libglib-1.2.0.dylib Referenced from: /usr/local/share/lazarus/./lazarus

Re: [lazarus] MacOSX Intel and Lazarus

2006-05-10 Thread Alexander Todorov
On 5/9/06, Panagiotis Sidiropoulos [EMAIL PROTECTED] wrote: I'm trying to install Lazarus on a MacBookPro based on Intel processor. Following directions provided by forums and wiki I got into point I can open Lazarus but getting following error: dyld: Library not loaded:

Re: [lazarus] MacOSX Intel and Lazarus

2006-05-10 Thread Micha Nelissen
Panagiotis Sidiropoulos wrote: Reason: no suitable image found. Did find: /sw/lib/libglib-1.2.0.dylib: mach-o, but wrong architecture Trace/BPT trap Phrase wrong architecture make me think it is maybe a wrong library installation. I think fink installed the powerpc libraries,

RE: [lazarus] MacOSX Intel and Lazarus

2006-05-10 Thread Panagiotis Sidiropoulos
I think fink installed the powerpc libraries, instead of the intel ones. I think too this is the problem. Are there intel libraries too ? Do you know how I can cehck this? Panagiotis -Original Message- From: Micha Nelissen [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 10, 2006

RE: [lazarus] MacOSX Intel and Lazarus

2006-05-10 Thread Panagiotis Sidiropoulos
Do you think that it is smart to work on an Intel based Mac? Should I start with a PPC based Mac? Panagiotis -Original Message- From: Alexander Todorov [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 10, 2006 12:19 PM To: lazarus@miraclec.com Subject: Re: [lazarus] MacOSX Intel and

RE: [lazarus] MacOSX Intel and Lazarus

2006-05-10 Thread Panagiotis Sidiropoulos
Try to install the devel packages, e.g. gdk-pixbuf-dev and related to see if this will help. I think I already did this by running command - sudo /sw/bin/apt-get install gdk-pixbuf gtk+ gtk+-data gtk+-shlibs gtk-doc gtk-engines As described at -

Re: [lazarus] MacOSX Intel and Lazarus

2006-05-10 Thread Alexander Todorov
On 5/10/06, Panagiotis Sidiropoulos [EMAIL PROTECTED] wrote: Do you think that it is smart to work on an Intel based Mac? Should I start with a PPC based Mac? Panagiotis I myself would prefer a PPC Mac system but, IMO Apple idea is that Intel processors replace all power pc cpus. However

Re: [lazarus] MacOSX Intel and Lazarus

2006-05-10 Thread Patrick Chevalley
Hi, I install Lazarus on Mac/Intel without problem using the Lazarus snapshot package. The procedure is almost the same as describe in the wiki for ppc. The only difference is Fink do not have binary package for Intel at the moment so it is necessary to accept to rebuild from source. Do not

RE: [lazarus] MacOSX Intel and Lazarus

2006-05-10 Thread Panagiotis Sidiropoulos
I do not use any assembler. So, your suggestion is to replace Intel based Mac with a PPC based. I suppose FPC and Lazarus port to Intel based is still on the road against PPC based version which is developping for long time. Regards, Panagiotis -Original Message- From: Alexander Todorov

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

2006-05-10 Thread S0vNarK0m
May be to use it in design time in Object Inspector? On Wed, 10 May 2006 12:16:15 +0400, Mattias Gaertner [EMAIL PROTECTED] wrote: On Wed, 10 May 2006 09:16:44 +0200 darekm [EMAIL PROTECTED] wrote: Mattias Gaertner wrote: On Tue, 09 May 2006 23:17:13 +0200 darekm [EMAIL PROTECTED] wrote:

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

2006-05-10 Thread Jonas A.
Gandi Wibowo wrote: It's only reduce a half, the file size is still bigger than delphi. It's 3+ MB need smaller? :) http://upx.sourceforge.net/ startlazarus.exe after strip --strip-all and upx -9 544kB _ To unsubscribe:

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

2006-05-10 Thread Micha Nelissen
Gandi Wibowo wrote: Sorry.Should be: strip --strip-all project.exe It's only reduce a half, the file size is still bigger than delphi. It's 3+ MB There was a bug in older versions so that not all debug sections were removed. You should get 1 - 1.5MB stripped approx. Micha

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

2006-05-10 Thread S0vNarK0m
Upx is a trick, try to upx Delphi exe On Wed, 10 May 2006 17:48:42 +0400, Jonas A. [EMAIL PROTECTED] wrote: Gandi Wibowo wrote: It's only reduce a half, the file size is still bigger than delphi. It's 3+ MB need smaller? :) http://upx.sourceforge.net/ startlazarus.exe after strip

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

2006-05-10 Thread Marc Weustink
S0vNarK0m wrote: May be to use it in design time in Object Inspector? Yes... and that will magically change the align of the menu itself ? What we mean where is the code which does something with this property. Being able to set it is one thing, but there should be some code involved for

[lazarus] Exception when opening certain dialogs in IDE (64 bit linux)

2006-05-10 Thread Crause, Christo \(JC\)
I am trying to run Lazarus (build 9246) on x86_64-redhat-linux with FPC 2.0.3 (build 3429). When opening certain dialogs in the IDE, I get exceptions. As an example, this error was generated by clicking on Environment | Environment options: TApplication.HandleException Invalid floating point

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

2006-05-10 Thread Jonas A.
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? btw, delphi is NOT multiplatform. whant smaller exec linux+windows? buy delphi, buy kylix, have a hard time

Re: [lazarus] Exception when opening certain dialogs in IDE (64 bit linux)

2006-05-10 Thread Vincent Snijders
Crause, Christo (JC) schreef: I am trying to run Lazarus (build 9246) on x86_64-redhat-linux with FPC 2.0.3 (build 3429). When opening certain dialogs in the IDE, I get exceptions. As an example, this error was generated by clicking on Environment | Environment options:

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

2006-05-10 Thread S0vNarK0m
Why? May be that property will be used in paint procedure only? It can be true to add code, that will be call component redrawing, but i'm not shure that it will be useful for popmenu. On Wed, 10 May 2006 18:06:21 +0400, Marc Weustink [EMAIL PROTECTED] wrote: S0vNarK0m wrote: May be to

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

2006-05-10 Thread Marc Weustink
S0vNarK0m wrote: Why? May be that property will be used in paint procedure only? Since only the FAlignment variable got added, which paint code will use it do you think ? I think none (since it all compiled before it got added). Marc It can be true to add code, that will be call

Re: [lazarus] New help doc format?

2006-05-10 Thread L505
Even CHM format creates multiple files and depends on them. I actually meant HLP format on Win32 _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at

Re: [lazarus] Lazarus for core devel in one of our project! -- Multilangual support

2006-05-10 Thread Christian U.
I fail to see where your problem is here with the current implementation. Lazarus uses po-files and LCL will be able to use those too. Yes, maybe thers no problem but, i think when we include a translate tool in lazarus and make ourself incompatible to the gettext tools the translation tool is

Re: [lazarus] Lazarus for core devel in one of our project! -- Multilangual support

2006-05-10 Thread Mattias Gaertner
On Wed, 10 May 2006 18:05:43 +0200 Christian U. [EMAIL PROTECTED] wrote: I fail to see where your problem is here with the current implementation. Lazarus uses po-files and LCL will be able to use those too. Yes, maybe thers no problem but, i think when we include a translate tool in

[lazarus] Lazarus Help System Requirements

2006-05-10 Thread lazarus . mramirez
Overview Hi, I started a new thread in order to summarize the comments about a Help System or Help File Format for Lazarus, or even FPC. Sorry, but I think the Re: [lazarus] New help doc format? thread was getting to big, and focused in how to implement a help system, and forgot the

Re: [lazarus] Lazarus for core devel in one of our project! -- Multilangual support

2006-05-10 Thread Vincent Snijders
Christian U. wrote: See also the gettext support in the LCL. LCL ? thers gettext support in the LCL i use unit gettext from FCL ?! Sorry, I meant FCL. But see also the translation unit in the LCL for po-file support, which essentially gettext like too, IMHO. Vincent

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

2006-05-10 Thread Mattias Gaertner
On Wed, 10 May 2006 17:55:05 +0200 darekM [EMAIL PROTECTED] wrote: Mattias Gaertner napisa?(a): On Wed, 10 May 2006 09:16:44 +0200 darekm [EMAIL PROTECTED] wrote: Mattias Gaertner wrote: On Tue, 09 May 2006 23:17:13 +0200 darekm [EMAIL PROTECTED] wrote:

Re: [lazarus] Lazarus Help System Requirements

2006-05-10 Thread Vincent Snijders
[EMAIL PROTECTED] wrote: Overview Hi, I started a new thread in order to summarize the comments about a Help System or Help File Format for Lazarus, or even FPC. Sorry, but I think the Re: [lazarus] New help doc format? thread was getting to big, and focused in how to implement a help

Re: [lazarus] New help doc format?

2006-05-10 Thread Felipe Monteiro de Carvalho
On 5/10/06, L505 [EMAIL PROTECTED] wrote: I don't see the big deal with external dependencies because almost all programs have one or more external dependencies: a system DLL/DSO, a config file, etc. I have. Lazarus works for Windows CE, does sqlite work on it? Remember - HTML files ARE an

Re: [lazarus] Lazarus for core devel in one of our project! -- Multilangual support

2006-05-10 Thread Christian U.
Yes, maybe thers no problem but, i think when we include a translate tool in lazarus and make ourself incompatible to the gettext tools the translation tool is useless, sorry. Its useable but only for internal formats as borland with it dll stuff. Also unuseable. I cant write an Imageprogram,

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

2006-05-10 Thread darekM
Mattias Gaertner napisa(a): On Wed, 10 May 2006 17:55:05 +0200 darekM [EMAIL PROTECTED] wrote: Mattias Gaertner napisa?(a): On Wed, 10 May 2006 09:16:44 +0200 darekm [EMAIL PROTECTED] wrote: Mattias Gaertner wrote:

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

2006-05-10 Thread Mattias Gaertner
On Wed, 10 May 2006 20:31:24 +0200 darekM [EMAIL PROTECTED] wrote: Mattias Gaertner napisa?(a): On Wed, 10 May 2006 17:55:05 +0200 darekM [EMAIL PROTECTED] wrote: Mattias Gaertner napisa?(a): On Wed, 10 May 2006 09:16:44 +0200 darekm [EMAIL PROTECTED] wrote:

Re: [lazarus] New help doc format?

2006-05-10 Thread L505
I don't see the big deal with external dependencies because almost all programs have one or more external dependencies: a system DLL/DSO, a config file, etc. I have. Lazarus works for Windows CE, does sqlite work on it? http://sqlite-wince.sourceforge.net/ But I wouldn't want to read or

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

2006-05-10 Thread darekM
Mattias Gaertner napisa(a): On Wed, 10 May 2006 20:31:24 +0200 darekM [EMAIL PROTECTED] wrote: Mattias Gaertner napisa?(a): On Wed, 10 May 2006 17:55:05 +0200 darekM [EMAIL PROTECTED] wrote: Mattias Gaertner napisa?(a):

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

2006-05-10 Thread Mattias Gaertner
On Wed, 10 May 2006 21:38:18 +0200 darekM [EMAIL PROTECTED] wrote: [...] Nothing personal. We need to make sure, that no useless properties are added to the LCL only to let .dfm load with lesser errors or some Delphi code gives less errors. Why not. First of all: Lazarus is beta

[lazarus] Suggestions for Improvement

2006-05-10 Thread Al Boldi
Greetings! Congrats for the delphi replacement. It's rather neat, despite the following suggestions: 1. Lazarus ?!? Cheetah would be a better name, IMHO! 2. Replace the delphi dfm with a real code init (java style). 3. Allow to link in other langs (via plugin eclipse style). Thanks! -- Al

[lazarus] Db Tests framework

2006-05-10 Thread Joost van der Sluis
Hi all, I'm working on a collection of unit tests to test fpc's DB-units. I just started and already found and fixed a range of small bugs. But like in a good OS-tradition, I want to share it. I can do that on my own svn-server, but maybe that this can be added to the fpc-projects svn? That

[lazarus] Fpcunit question

2006-05-10 Thread Joost van der Sluis
Hi all, If I have several tests defined for a component. The component is created and destroyed in the setup and teardown procedures. And then one test is done. But now, when all tests are performed. I want to run those tests again, but then with one different value for a property of the

Re: [lazarus] Db Tests framework

2006-05-10 Thread Michael Van Canneyt
On Wed, 10 May 2006, Joost van der Sluis wrote: Hi all, I'm working on a collection of unit tests to test fpc's DB-units. I just started and already found and fixed a range of small bugs. But like in a good OS-tradition, I want to share it. I can do that on my own svn-server, but maybe

Re: [lazarus] Suggestions for Improvement

2006-05-10 Thread Felipe Monteiro de Carvalho
Hello, On 5/10/06, Al Boldi [EMAIL PROTECTED] wrote: 2. Replace the delphi dfm with a real code init (java style). What are the advantages? dfm format is compatible with Delphi, so I can build the same software with both. 3. Allow to link in other langs (via plugin eclipse style). Please

Re: [lazarus] Suggestions for Improvement

2006-05-10 Thread Mattias Gaertner
On Wed, 10 May 2006 23:08:33 +0300 Al Boldi [EMAIL PROTECTED] wrote: Greetings! Congrats for the delphi replacement. Thanks. Although it is a little bit humiliating to call lazarus a 'delphi replacement'. The biggest part of the development time of FPC/Lazarus was spent on features, that

Re: [lazarus] Db Tests framework

2006-05-10 Thread Joost van der Sluis
I'm working on a collection of unit tests to test fpc's DB-units. I just started and already found and fixed a range of small bugs. But like in a good OS-tradition, I want to share it. I can do that on my own svn-server, but maybe that this can be added to the fpc-projects svn? That

Re: [lazarus] Db Tests framework

2006-05-10 Thread Michael Van Canneyt
On Wed, 10 May 2006, Joost van der Sluis wrote: I'm working on a collection of unit tests to test fpc's DB-units. I just started and already found and fixed a range of small bugs. But like in a good OS-tradition, I want to share it. I can do that on my own svn-server, but maybe

Re: [lazarus] Suggestions for Improvement

2006-05-10 Thread Michael Van Canneyt
On Wed, 10 May 2006, Mattias Gaertner wrote: On Wed, 10 May 2006 23:08:33 +0300 Al Boldi [EMAIL PROTECTED] wrote: Greetings! Congrats for the delphi replacement. Thanks. Although it is a little bit humiliating to call lazarus a 'delphi replacement'. The biggest part of the

[lazarus] Icons

2006-05-10 Thread Arí Ricardo Ody
1. How do I can associate an icon to a project in the way it appears in the desktop? 2. How do I can associate an icon that will be show in the top left corner of the Form window? (I'd try to load a picture in the Icomn property of the Form but nothing happen) Greetings from São Paulo -

Re: [lazarus] Db Tests framework

2006-05-10 Thread Vincent Snijders
Michael Van Canneyt wrote: On Wed, 10 May 2006, Joost van der Sluis wrote: I'm working on a collection of unit tests to test fpc's DB-units. I just started and already found and fixed a range of small bugs. But like in a good OS-tradition, I want to share it. I can do that on my own

Re: [lazarus] Fpcunit question

2006-05-10 Thread Dean Zobec
Joost van der Sluis wrote: Hi all, If I have several tests defined for a component. The component is created and destroyed in the setup and teardown procedures. And then one test is done. But now, when all tests are performed. I want to run those tests again, but then with one different

Re: [lazarus] Db Tests framework

2006-05-10 Thread Joost van der Sluis
On Wed, 2006-05-10 at 22:58 +0200, Vincent Snijders wrote: Michael Van Canneyt wrote: On Wed, 10 May 2006, Joost van der Sluis wrote: I'm working on a collection of unit tests to test fpc's DB-units. I just started and already found and fixed a range of small bugs. But like in a good

Re: [lazarus] Suggestions for Improvement

2006-05-10 Thread Al Boldi
Mattias Gaertner wrote: Al Boldi [EMAIL PROTECTED] wrote: 1. Lazarus ?!? Cheetah would be a better name, IMHO! Sounds like cheater. I know. May be good, may be bad. Definitely good ;) 3. Allow to link in other langs (via plugin eclipse style). You can link to other languages if they

Re: [lazarus] Fpcunit question

2006-05-10 Thread Joost van der Sluis
On Wed, 2006-05-10 at 23:01 +0200, Dean Zobec wrote: Joost van der Sluis wrote: Hi all, If I have several tests defined for a component. The component is created and destroyed in the setup and teardown procedures. And then one test is done. But now, when all tests are performed. I

Re: [lazarus] New help doc format?

2006-05-10 Thread Felipe Monteiro de Carvalho
On 5/10/06, Bogusław Brandys [EMAIL PROTECTED] wrote: Not so fast. Look deeper into source code and you will find calls to M$ OCX :-( I haven't time to confirm that but it looks like a crap based on M$ ActiveX for generating CHM (other parts are good - for Winhelp,RTF etc) I also took a closer