Re: [Lazarus] Platform dependent modifier for common shortcut-keys?

2011-10-06 Thread Felipe Monteiro de Carvalho
On Wed, Oct 5, 2011 at 11:24 PM, Bart bartjun...@gmail.com wrote: Would it be a bad idea to define a constand that equals ssCtrl on non-Mac and ssMeta on a Mac? ... If so, should this be an LCL feature (since it mostly concerns GUI widgets), or should it be done in the classes unit? I think

Re: [Lazarus] compiling lazarus packages with fpc only

2011-10-06 Thread Mattias Gaertner
On Thu, 06 Oct 2011 07:59:03 +0200 Marc Santhoff m.santh...@web.de wrote: Hi to everyone, I'd like to know: Is it possible to have fpc compile a source package that is created only as a lazarus package by using the .lpk-file, or do I have to make a second sort of building configuration

Re: [Lazarus] compiling lazarus packages with fpc only

2011-10-06 Thread Marc Santhoff
Am Donnerstag, den 06.10.2011, 08:52 +0200 schrieb Mattias Gaertner: On Thu, 06 Oct 2011 07:59:03 +0200 Marc Santhoff m.santh...@web.de wrote: Hi to everyone, I'd like to know: Is it possible to have fpc compile a source package that is created only as a lazarus package by using the

Re: [Lazarus] A change in LCL require your TCustomForm descendants to have a resource or to use a CreateNew constructor

2011-10-06 Thread Vincent Snijders
2011/2/2 Paul Ishenin i...@kmiac.ru: Hello, Lazarus mailing list. I've changed the behavior of TCustomForm.Create constructor. Now it raises an exception if your TCustomForm descendant has no resource. 1. Why the change is needed. Historically TCustomForm has 2 constructors: Create() - for

[Lazarus] Does Lazarus have file name and line number macros for inserting into DebugLn/WriteLn statements?

2011-10-06 Thread Frank Church
Does Lazarus have file name and line number macros for inserting into DebugLn/WriteLn statements? -- Frank Church === http://devblog.brahmancreations.com -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] Does Lazarus have file name and line number macros for inserting into DebugLn/WriteLn statements?

2011-10-06 Thread Vincent Snijders
2011/10/6 Frank Church vfcli...@gmail.com: Does Lazarus have file name and line number macros for inserting into DebugLn/WriteLn statements? No. But FPC has: http://www.freepascal.org/docs-html/prog/progsu38.html#x44-430001.1.38 Vincent -- ___

Re: [Lazarus] Does Lazarus have file name and line number macros for inserting into DebugLn/WriteLn statements?

2011-10-06 Thread Frank Church
On 6 October 2011 13:08, Vincent Snijders vincent.snijd...@gmail.comwrote: 2011/10/6 Frank Church vfcli...@gmail.com: Does Lazarus have file name and line number macros for inserting into DebugLn/WriteLn statements? No. But FPC has:

Re: [Lazarus] Does Lazarus have file name and line number macros for inserting into DebugLn/WriteLn statements?

2011-10-06 Thread Howard Page-Clark
On 06/10/11 1:12, Frank Church wrote: all that remains is the name of the current procedure :) There is already $ProcedureName() you can use in a code template (see Tools-Code Templates). H -- ___ Lazarus mailing list

[Lazarus] Enclose selection causes Lazarus to hang?

2011-10-06 Thread Frank Church
In my version of Lazarus (0.9.30 svn 31861) using the Edit | Enclose selection dialog causes Lazarus to hang if it includes a line with debugger breakpoint. Is that a known bug? Is it fixed in recent versions? -- Frank Church === http://devblog.brahmancreations.com --

Re: [Lazarus] Enclose selection causes Lazarus to hang?

2011-10-06 Thread Martin
On 06/10/2011 14:17, Frank Church wrote: In my version of Lazarus (0.9.30 svn 31861) using the Edit | Enclose selection dialog causes Lazarus to hang if it includes a line with debugger breakpoint. Is that a known bug? Is it fixed in recent versions? Doesn't hang here. But as all those

[Lazarus] Testing Lazarus 0.9.30.2RC1 and had WinCE problem

2011-10-06 Thread Tommi Prami
BAsically same project is the Win32 version (only difference should be project file) But the WinCE project fails like this : Recompiling WSLCLClasses, checksum changed for LCLProc C:\lazarus\lcl\lclclasses.pp(32,12) Fatal: Can't find unit WSLCLClasses used by LCLClasses Seems weird. File is

Re: [Lazarus] Enclose selection causes Lazarus to hang?

2011-10-06 Thread Frank Church
On 6 October 2011 14:25, Martin laza...@mfriebe.de wrote: On 06/10/2011 14:17, Frank Church wrote: In my version of Lazarus (0.9.30 svn 31861) using the Edit | Enclose selection dialog causes Lazarus to hang if it includes a line with debugger breakpoint. Is that a known bug? Is it

[Lazarus] Inconsistent ScrolledClientRect calculation

2011-10-06 Thread Hans-Peter Diettrich
TControl.ScrolledClientRect offsets *all* fields in the TRect by the scroll offsets. This is *incorrect*, when the TRect is initialized to ClientRect, where the second set of coordinates is the Width and Heigth, not the BottomRight corner of the area. Obviously Width and Height are insensitive