Re: [Lazarus] New experimantal beta feature - View same source in multiple Windows

2009-11-21 Thread Hans-Peter Diettrich
Mattias Gaertner schrieb: The unit ldockctrl is only about anchordocking. You don't need to use or alter it for your docking manager. LDockCtrl describes the interface that is nailed into the IDE units and methods. It would be very hard to remove all that stuff, and after all it has to repla

Re: [Lazarus] Process Detection

2009-11-21 Thread Matt Shaffer
I don't know of one directly in FPC, but on Windows, you could use the Windows API, and on linux, you could pipe the output from programs like top, probably. On Sat, Nov 21, 2009 at 7:29 PM, Terry A. Haimann wrote: > Is there a function or procedure in Free Pascal/Lazarus thhat can detect or > l

[Lazarus] Process Detection

2009-11-21 Thread Terry A. Haimann
Is there a function or procedure in Free Pascal/Lazarus thhat can detect or list running applications. I prefer it to be as os nutral as possible. I just want to see if an application is running and if it isn't to start it automatically. Thx, Terry -- _

Re: [Lazarus] QT binding works!

2009-11-21 Thread Mattias Gaertner
On Wed, 18 Nov 2009 10:37:55 -0800 David Emerson wrote: > Mattias Gaertner wrote: > > The debug output window is for the debugger output. > > The above line is more likely in the 'Messages' window and you can > > right click it and do 'Save all messages to file'. > > Ah, thanks, wonderful -- I s

Re: [Lazarus] Using latest FPC devel version with Lazarus

2009-11-21 Thread Mattias Gaertner
On Sat, 21 Nov 2009 19:13:53 +0200 Juha Manninen wrote: > On lauantai, 21. marraskuuta 2009 13:24:32 Mattias Gaertner wrote: > > Juha Manninen wrote: > > > However I wasn't able to configure Lazarus "FPC source". It complained > > > that the directory doesn't look right or something, > > > > Ma

Re: [Lazarus] Form Resource Files

2009-11-21 Thread Mattias Gaertner
On Sat, 21 Nov 2009 07:19:45 -0600 Andrew Brunner wrote: > The form units are not listed in the path but are used by other units > somewhere down the line in the dependencies. I don't want to have to > add the forms to the project. I don't see a point in adding forms that > have no form variable

Re: [Lazarus] Using latest FPC devel version with Lazarus

2009-11-21 Thread Juha Manninen
On lauantai, 21. marraskuuta 2009 13:24:32 Mattias Gaertner wrote: > Juha Manninen wrote: > > However I wasn't able to configure Lazarus "FPC source". It complained > > that the directory doesn't look right or something, > > Maybe you should read the message more carefully. It explains what > dir

Re: [Lazarus] missing field in Fieldsdef

2009-11-21 Thread ik
Solved. The field was varchar with big size (2048). While firebird allow it, the TStringField seems to not like it. Ido http://ik.homelinux.org/ On Sat, Nov 21, 2009 at 1:38 AM, ik wrote: > Hello, > > I wrote query that does select in TSQLQuery. It gives me all the fields I > made select on

Re: [Lazarus] Form Resource Files

2009-11-21 Thread Andrew Brunner
The form units are not listed in the path but are used by other units somewhere down the line in the dependencies. I don't want to have to add the forms to the project. I don't see a point in adding forms that have no form variable to the project either. I often delete the form variable because I

Re: [Lazarus] Using latest FPC devel version with Lazarus

2009-11-21 Thread Mattias Gaertner
On Sat, 21 Nov 2009 11:56:40 +0200 Juha Manninen wrote: > On lauantai, 21. marraskuuta 2009 01:43:48 Mattias Gaertner wrote: > > On Thu, 19 Nov 2009 14:34:29 +0200 > > Juha Manninen wrote: > > > $ cd /tools/install > > > $ ./create_fpc_rpm.sh nodocs /path/to/your/fpc/sources/fpc > > > > > > It

Re: [Lazarus] New experimantal beta feature - View same source in multiple Windows

2009-11-21 Thread Mattias Gaertner
On Sat, 21 Nov 2009 11:30:23 +0100 Hans-Peter Diettrich wrote: > Martin schrieb: > > > => All this is not likely to be fixed soon => the idea is to wait what > > happens to IDE docking > > I'm just trying to hook into IDE docking, by replacing the LDockCtrl > unit. Since LDockCtrl is part of

Re: [Lazarus] New experimantal beta feature - View same source in multiple Windows

2009-11-21 Thread Hans-Peter Diettrich
Martin schrieb: => All this is not likely to be fixed soon => the idea is to wait what happens to IDE docking I'm just trying to hook into IDE docking, by replacing the LDockCtrl unit. Since LDockCtrl is part of the LCL package, it IMO can be overridden in a (local test) Lazarus project by a

Re: [Lazarus] Using latest FPC devel version with Lazarus

2009-11-21 Thread Juha Manninen
On lauantai, 21. marraskuuta 2009 01:43:48 Mattias Gaertner wrote: > On Thu, 19 Nov 2009 14:34:29 +0200 > Juha Manninen wrote: > > $ cd /tools/install > > $ ./create_fpc_rpm.sh nodocs /path/to/your/fpc/sources/fpc > > > > It worked and compiled the whole FPC and created packages. > > However, it

Re: [Lazarus] Form Resource Files

2009-11-21 Thread Mattias Gaertner
On Fri, 20 Nov 2009 21:14:53 -0600 Andrew Brunner wrote: > Presently I have form resource files unversioned in my repository. > I'm realizing that Lazarus won't create the files automatically if not > present and forces me to open the unit viewing the form, moving it, > and saving - to force Laza