Re: [Lazarus] Reading and writing TMemoryStream in events?

2010-11-14 Thread Paul Breneman
Bo Berglund wrote: On Tue, 09 Nov 2010 08:45:48 -0500, Paul Breneman wrote: ... It is a little hard to explain since my Comm DataModule has 2200 lines with input and output threads and a TThreadList for each, and that DataModule is created by another thread with message processing. The same

Re: [Lazarus] Free Pascal 2.4.2 released!

2010-11-14 Thread Hans-Peter Diettrich
Bo Berglund schrieb: If I do this in the directory C:\Programs\lazarus: C:\Programs\lazarus\fpc\2.4.2\bin\i386-win32\make.exe clean all will this recompile lazarus with the new fpc? Only if there is a Makefile in that directory. Or do I need to make some changes elsewhere first? I use to c

Re: [Lazarus] Free Pascal 2.4.2 released!

2010-11-14 Thread Sven Barth
On 14.11.2010 21:52, Bo Berglund wrote: I have inspected the environment variable path as follows (for readability I have replaced ; with CRLF so each path item will be on a separate line): [snip] Strange... can you please test the following: * add a path to the user path and check whether a

Re: [Lazarus] about TDBF from hfiandor 14 nov 2010

2010-11-14 Thread Bo Berglund
On Sun, 14 Nov 2010 12:42:44 -0500, "hector fiandor" wrote: >Dear members: > >I am learning the use of TDBF with a very low experience in BD. > >I have two tables and in the secondary table I have declared a field >connected with another field in the master table. >I ask: What component you sug

Re: [Lazarus] Free Pascal 2.4.2 released!

2010-11-14 Thread Bo Berglund
On Sun, 14 Nov 2010 21:00:20 +0100, Sven Barth wrote: >>> If you have used the installer for 2.4.2 the path >>> "C:\Programs\lazarus\fpc\2.4.2\bin\i386-win32" should already be in >>> %PATH% (and thus you could also just use "make" without the path...). >> >> I inspected the path by reading it on

Re: [Lazarus] Main Form goes behind other windows

2010-11-14 Thread Bo Berglund
On Sun, 14 Nov 2010 12:44:13 -0200, Antônio wrote: >Set you form style as fsSystemStayOnTop. > I don't think he wants the application to be *always* on top, just that if it is hidden by ONE application it should not be behind ALL other applications, just behind this single one. So if thta is then

Re: [Lazarus] Free Pascal 2.4.2 released!

2010-11-14 Thread Sven Barth
On 14.11.2010 20:25, Bo Berglund wrote: C:\Programs\lazarus\> C:\Programs\lazarus\fpc\2.4.2\bin\i386-win32\make.exe clean all FPC=Some\Other\Dir\With\fpc.exe OK, that is the info I needed to know, but meanwhile I have been told that there also exists a lazarus "configuration" in %APPDATA% and t

Re: [Lazarus] Lazarus 1.1

2010-11-14 Thread Marco van de Voort
On Sat, Nov 13, 2010 at 02:37:23PM -0500, Michael Joyner wrote: > *deer eyed in the headlights look* > > "But it does! It does! it's a bigger number!" > > Psychology. Having a 1.x release is good for the psychology of the > end-users. If one wants to apply marketing matras, you must also check i

Re: [Lazarus] Free Pascal 2.4.2 released!

2010-11-14 Thread Bo Berglund
On Sun, 14 Nov 2010 11:45:24 +0100, Sven Barth wrote: >On 14.11.2010 00:06, Bo Berglund wrote: >> On Sat, 13 Nov 2010 23:45:39 +0100, Bo Berglund >> wrote: >> You can install into that folder without problems. As said the two IDEs won't conflict with each other (except the file associ

[Lazarus] about TDBF from hfiandor 14 nov 2010

2010-11-14 Thread hector fiandor
Dear members: I am learning the use of TDBF with a very low experience in BD. I have two tables and in the secondary table I have declared a field connected with another field in the master table. I ask: What component you suggest to read the fields in the master and select one of them? Ano

Re: [Lazarus] When do I need a component rather than a plain object?

2010-11-14 Thread Sven Barth
On 14.11.2010 16:25, Frank Church wrote: Does TObject have all the capabilities of TComponent apart from things like streaming and being used from the IDE component palette? I want to create an object which has all the capabilities like getting and setting properties, and I want to know whether

[Lazarus] When do I need a component rather than a plain object?

2010-11-14 Thread Frank Church
Does TObject have all the capabilities of TComponent apart from things like streaming and being used from the IDE component palette? I want to create an object which has all the capabilities like getting and setting properties, and I want to know whether I need to inherit from TObject or from some

Re: [Lazarus] Main Form goes behind other windows

2010-11-14 Thread Maxim Ganetsky
14.11.2010 17:37, Lee Jenkins пишет: I have a small application I'm writing in Lazarus. Whenever a form other than the main form is shown and closed the main form of the application hides behind any other window I may have open. It get sent behind other windows. How can I avoid this behavior?

Re: [Lazarus] Main Form goes behind other windows

2010-11-14 Thread Antônio
Set you form style as fsSystemStayOnTop. Antônio -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

[Lazarus] Main Form goes behind other windows

2010-11-14 Thread Lee Jenkins
I have a small application I'm writing in Lazarus. Whenever a form other than the main form is shown and closed the main form of the application hides behind any other window I may have open. It get sent behind other windows. How can I avoid this behavior? Vista32/Lazarus rev. 25961 -- Wa

Re: [Lazarus] Free Pascal 2.4.2 released!

2010-11-14 Thread Sven Barth
On 14.11.2010 11:47, Michael Van Canneyt wrote: On Sun, 14 Nov 2010, Bo Berglund wrote: On Sat, 13 Nov 2010 23:45:39 +0100, Bo Berglund wrote: You can install into that folder without problems. As said the two IDEs won't conflict with each other (except the file associations, but most appl

Re: [Lazarus] Multiple FPC versions for Lazarus 0.9.28.2?

2010-11-14 Thread Sven Barth
On 14.11.2010 08:30, Bo Berglund wrote: I have downloaded and installed FPC 2.4.2 into my Lazarus install tree under fpc where I already had subdir 2.2.4. So I installed FPC into subdir 2.4.2. Lazarus itself was installed from the official SourceForge Windows distribution lazarus-0.9.28.2-fpc-2.2

Re: [Lazarus] Free Pascal 2.4.2 released!

2010-11-14 Thread Michael Van Canneyt
On Sun, 14 Nov 2010, Bo Berglund wrote: On Sat, 13 Nov 2010 23:45:39 +0100, Bo Berglund wrote: You can install into that folder without problems. As said the two IDEs won't conflict with each other (except the file associations, but most applications have a similar problem ^^). Thanks fo

Re: [Lazarus] Free Pascal 2.4.2 released!

2010-11-14 Thread Sven Barth
On 14.11.2010 00:06, Bo Berglund wrote: On Sat, 13 Nov 2010 23:45:39 +0100, Bo Berglund wrote: You can install into that folder without problems. As said the two IDEs won't conflict with each other (except the file associations, but most applications have a similar problem ^^). Thanks for