[Lazarus] Improving Lazarus and Include file handling [feature request]

2010-06-22 Thread Graeme Geldenhuys
Hi, Lazarus IDE is already very generous with errors in code - yet still allows syntax highlighting or jumping around inside the code. Can Lazarus IDE be improved just a little bit more with Include file handling. The tiOPF project (and some of my projects) use include files for the Compiler Mode

Re: [Lazarus] Docking into main window

2010-06-22 Thread Mattias Gaertner
On Tue, 22 Jun 2010 02:51:48 +0200 Hans-Peter Diettrich drdiettri...@aol.com wrote: Mattias Gaertner schrieb: I have both packages installed, and, in fact I can dock the editor to the main window. The problem is the main window just allows to resize its height to approx. 100pixels.

Re: [Lazarus] Improving Lazarus and Include file handling [feature request]

2010-06-22 Thread Mattias Gaertner
On Tue, 22 Jun 2010 09:00:23 +0200 Graeme Geldenhuys graemeg.li...@gmail.com wrote: Hi, Lazarus IDE is already very generous with errors in code - yet still allows syntax highlighting or jumping around inside the code. Can Lazarus IDE be improved just a little bit more with Include file

Re: [Lazarus] Improving Lazarus and Include file handling [feature request]

2010-06-22 Thread Michael Van Canneyt
On Tue, 22 Jun 2010, Mattias Gaertner wrote: On Tue, 22 Jun 2010 09:00:23 +0200 Graeme Geldenhuys graemeg.li...@gmail.com wrote: Hi, Lazarus IDE is already very generous with errors in code - yet still allows syntax highlighting or jumping around inside the code. Can Lazarus IDE be

Re: [Lazarus] Improving Lazarus and Include file handling [feature request]

2010-06-22 Thread Mattias Gaertner
On Tue, 22 Jun 2010 09:57:03 +0200 (CEST) Michael Van Canneyt mich...@freepascal.org wrote: On Tue, 22 Jun 2010, Mattias Gaertner wrote: On Tue, 22 Jun 2010 09:00:23 +0200 Graeme Geldenhuys graemeg.li...@gmail.com wrote: Hi, Lazarus IDE is already very generous with errors in

Re: [Lazarus] Improving Lazarus and Include file handling [feature request]

2010-06-22 Thread Michael Van Canneyt
On Tue, 22 Jun 2010, Mattias Gaertner wrote: On Tue, 22 Jun 2010 09:00:23 +0200 Graeme Geldenhuys graemeg.li...@gmail.com wrote: Hi, Lazarus IDE is already very generous with errors in code - yet still allows syntax highlighting or jumping around inside the code. Can Lazarus IDE be

Re: [Lazarus] Improving Lazarus and Include file handling [feature request]

2010-06-22 Thread Graeme Geldenhuys
On 22 June 2010 09:30, Mattias Gaertner nc-gaert...@netcologne.de wrote: Yes. A quick fix could be added. So you can right click on the message and then get some options: Do you mean those popup menus in the Messages window? I guess that could work. Here are some of the errors I get when

Re: [Lazarus] Exists a macro to FPC path to use at fpc.cfg file?

2010-06-22 Thread Graeme Geldenhuys
2010/6/21 jarcmaster jarcmas...@gmail.com: hi, how do I  UNSUSCRIBE from this? Visit: http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus -- Regards, - Graeme - ___ fpGUI - a cross-platform Free Pascal GUI toolkit

Re: [Lazarus] Docking into main window

2010-06-22 Thread Hans-Peter Diettrich
Mattias Gaertner schrieb: The anchordocking clears the constraints. I guess you are using the easydockmgr. The constraints should be set only by the default layout manager. As soon as another layout manager is used, no constraints should apply to forms. The docking manager handles Bounds,

Re: [Lazarus] Docking into main window

2010-06-22 Thread Mattias Gärtner
Zitat von Hans-Peter Diettrich drdiettri...@aol.com: Mattias Gaertner schrieb: The anchordocking clears the constraints. I guess you are using the easydockmgr. The constraints should be set only by the default layout manager. As soon as another layout manager is used, no constraints should

[Lazarus] Cheetah logo - clipart and lineart

2010-06-22 Thread Alexsander Rosa
http://www.google.com/images?q=cheetahhl=entbs=isch:1,itp:clipart http://www.google.com/images?q=cheetahhl=entbs=isch:1,itp:lineart -- Alexsander da Rosa Twitter: @alexrosa -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

[Lazarus] Store empty string property in *.lfm

2010-06-22 Thread theo
Hello Is it possible to store an empty string property? The property is getting a default value a creation time (GetUserDir), If the user enters an empty string to the obj. insp. it is shown as empty but still has the value it got at creation time when run. I've tried things like: property

[Lazarus] deployment tools

2010-06-22 Thread ik
Hello List. I'm looking for a deployment tools such as Puppet http://www.puppetlabs.com/puppet/introduction/that allow me to automate complex deployment on systems. I prefer compiled tool rather then Python/Ruby tool because the servers that you intend to install should have only the libraries

Re: [Lazarus] Exists a macro to FPC path to use at fpc.cfg file?

2010-06-22 Thread Marcos Douglas
On Mon, Jun 21, 2010 at 4:36 PM, Marcos Douglas m...@delfire.net wrote: On Mon, Jun 21, 2010 at 12:25 PM, Michael Van Canneyt mich...@freepascal.org wrote: Strange. Apparently it happens only when substituting the {$I %VARIABLE%}. I assumed it happens also in the config file :/ Well, maybe

Re: [Lazarus] Write to root window?

2010-06-22 Thread Jon Foster
Marc Weustink wrote: Jon Foster wrote: I imagine its possible but I haven't a clue to know even where to beg in looking. Is it possible to write to the root window in X (i386 Linux)? I'd like to manipulate some images and write them there. I can't remember if writing is supported, but DC

Re: [Lazarus] Exists a macro to FPC path to use at fpc.cfg file?

2010-06-22 Thread Mattias Gaertner
On Tue, 22 Jun 2010 10:28:26 -0300 Marcos Douglas m...@delfire.net wrote: On Mon, Jun 21, 2010 at 4:36 PM, Marcos Douglas m...@delfire.net wrote: On Mon, Jun 21, 2010 at 12:25 PM, Michael Van Canneyt mich...@freepascal.org wrote: Strange. Apparently it happens only when substituting the

Re: [Lazarus] Exists a macro to FPC path to use at fpc.cfg file?

2010-06-22 Thread Marcos Douglas
On Tue, Jun 22, 2010 at 12:23 PM, Mattias Gaertner nc-gaert...@netcologne.de wrote: On Tue, 22 Jun 2010 10:28:26 -0300 Marcos Douglas m...@delfire.net wrote: On Mon, Jun 21, 2010 at 4:36 PM, Marcos Douglas m...@delfire.net wrote: On Mon, Jun 21, 2010 at 12:25 PM, Michael Van Canneyt

Re: [Lazarus] Store empty string property in *.lfm

2010-06-22 Thread Mattias Gaertner
On Tue, 22 Jun 2010 13:58:44 +0200 theo x...@theo.ch wrote: Hello Is it possible to store an empty string property? The property is getting a default value a creation time (GetUserDir), If the user enters an empty string to the obj. insp. it is shown as empty but still has the value it

Re: [Lazarus] Store empty string property in *.lfm

2010-06-22 Thread theo
Thanks for your answer Matthias String properties always have as default value the empty string. But you can define a stored procedure. See the TControl.Caption property. I don't get what you mean. There I read: property Caption: TCaption read GetText write SetText stored

[Lazarus] Why no WordWrap in TCheckBox, TRadioButton etc

2010-06-22 Thread Žilvinas Ledas
Hello all, what is the reason that there is no WordWrap property/feature for TCheckBox, TRadioButton etc? Regards Žilvinas -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Store empty string property in *.lfm

2010-06-22 Thread Luiz Americo Pereira Camara
theo escreveu: Hello Is it possible to store an empty string property? The property is getting a default value a creation time (GetUserDir), If the user enters an empty string to the obj. insp. it is shown as empty but still has the value it got at creation time when run. I've tried things

Re: [Lazarus] Why no WordWrap in TCheckBox, TRadioButton etc

2010-06-22 Thread zeljko
On Tuesday 22 June 2010 18:40, Žilvinas Ledas wrote: Hello all, what is the reason that there is no WordWrap property/feature for TCheckBox, TRadioButton etc? because it's not supported by all widgetsets (and even I don't know which one supports it). zeljko --

Re: [Lazarus] Why no WordWrap in TCheckBox, TRadioButton etc

2010-06-22 Thread Žilvinas Ledas
So, basically it means that TLabel is custom drwan and TCheckBox, TRadioButton are not? On 2010-06-22 20:47, zeljko wrote: On Tuesday 22 June 2010 18:40, Žilvinas Ledas wrote: Hello all, what is the reason that there is no WordWrap property/feature for TCheckBox, TRadioButton etc?

Re: [Lazarus] Store empty string property in *.lfm

2010-06-22 Thread Mattias Gaertner
On Tue, 22 Jun 2010 18:18:38 +0200 theo x...@theo.ch wrote: Thanks for your answer Matthias String properties always have as default value the empty string. But you can define a stored procedure. See the TControl.Caption property. I don't get what you mean. There I read:

Re: [Lazarus] Store empty string property in *.lfm

2010-06-22 Thread theo
Thanks for your suggestions. TWriter does not support that directly. But you can do something like this: Yes, this is probably cleaner than my workaround with none. But it needs one extra boolean field, and the none solution should be safe too. (Afaik there is no system where none without

Re: [Lazarus] Why no WordWrap in TCheckBox, TRadioButton etc

2010-06-22 Thread Felipe Monteiro de Carvalho
2010/6/22 Žilvinas Ledas zilvinas.le...@dict.lt: So, basically it means that TLabel is custom drwan and TCheckBox, TRadioButton are not? Indeed. But you can always create your own custom-drawn TCheckBox or TRadioButton. -- Felipe Monteiro de Carvalho --

[Lazarus] Anchor-Docking Bugs

2010-06-22 Thread Eugen Bolz
Hey, it is awesome to see that Docking is already working :) But I have some Bugs: Under Windows 7 (also months ago on Vista) the Docking had, and still has, these two Bugs: 1. Just Click, without moving your mouse, on a Docking-Header, after that the Desktop gets a 3px height and full

Re: [Lazarus] Anchor-Docking Bugs

2010-06-22 Thread Mattias Gaertner
On Wed, 23 Jun 2010 00:17:07 +0200 Eugen Bolz i...@eugen-bolz.de wrote: Hey, it is awesome to see that Docking is already working :) There are still a lot todos. But I have some Bugs: Under Windows 7 (also months ago on Vista) the Docking had, and still has, these two Bugs: 1.

Re: [Lazarus] Anchor-Docking Bugs

2010-06-22 Thread Martin
On 23/06/2010 00:00, Mattias Gaertner wrote: But I have some Bugs: Under Windows 7 (also months ago on Vista) the Docking had, and still has, these two Bugs: 1. Just Click, without moving your mouse, on a Docking-Header, after that the Desktop gets a 3px height and full length - big Rect (hard

[Lazarus] Obtaining screen geometry

2010-06-22 Thread Brad Campbell
G'day all, My application remembers where it was previously by doing a simple save of the current geometry. Top/Left/Width/Height. This appears to have worked well for a while now, but one of the users has just reported he ordinarily uses a dual head setup with my little app on the right hand