Re: [lazarus] Console app problems

2007-01-02 Thread Christian Iversen
On Sunday 31 December 2006 01:51, Lee Jenkins wrote: Christian Iversen wrote: I much prefer for X := 0 to 99 do begin FooStuff(); end; Hmm. That's nice too. Naturally it's a matter of taste, but I really cannot get used to the indenting of begin-end. It just looks wierd to me,

Re: [lazarus] Console app problems

2007-01-02 Thread Marco van de Voort
On Tue, Jan 02, 2007 at 03:19:32PM +0100, Christian Iversen wrote: It's something like for (int x = 0; x 99; x++) { FooStuff(); } Doesn't that look odd, too? No, why? I always do that. _ To unsubscribe:

Re: [lazarus] Console app problems

2007-01-02 Thread Christian Iversen
On Tuesday 02 January 2007 17:36, Marco van de Voort wrote: On Tue, Jan 02, 2007 at 03:19:32PM +0100, Christian Iversen wrote: It's something like for (int x = 0; x 99; x++) { FooStuff(); } Doesn't that look odd, too? No, why? I always do that. I don't know, it just

Re: [lazarus] Console app problems

2007-01-02 Thread Lee Jenkins
Christian Iversen wrote: On Sunday 31 December 2006 01:51, Lee Jenkins wrote: Christian Iversen wrote: I much prefer for X := 0 to 99 do begin FooStuff(); end; Hmm. That's nice too. Naturally it's a matter of taste, but I really cannot get used to the indenting of begin-end. It just

[lazarus] [lcl internals] - keyboard handling

2007-01-02 Thread Giulio Bernardi
Hi, even looking at sources of various interfaces, I cannot really understand how the interface should behave in respect to lcl when handling keyboard events. Let's look at keydown case: (note: for event considered handled I mean the interface should tell native widgetset that the event has

Re: [lazarus] Console app problems

2007-01-02 Thread Christian Iversen
On Tuesday 02 January 2007 19:33, Lee Jenkins wrote: Christian Iversen wrote: On Sunday 31 December 2006 01:51, Lee Jenkins wrote: Christian Iversen wrote: I much prefer for X := 0 to 99 do begin FooStuff(); end; Hmm. That's nice too. Naturally it's a matter of taste,

Re: [lazarus] [lcl internals] - keyboard handling

2007-01-02 Thread Vincent Snijders
Giulio Bernardi schreef: Hi, even looking at sources of various interfaces, I cannot really understand how the interface should behave in respect to lcl when handling keyboard events. I don't understand it either, but I never finished reading this page till the end:

Re: [lazarus] Console app problems

2007-01-02 Thread Micha Nelissen
Lee Jenkins wrote: for (int x = 0; x 99; x++) { FooStuff(); } Doesn't that look odd, too? This is exactly the way that I format those blocks in C#! And without braces ? Like: for (int x = 0; x 99; x++) FooStuff(); ? Or FooStuff indented 2 more spaces ? Micha

Re: [lazarus] Console app problems

2007-01-02 Thread Lee Jenkins
Micha Nelissen wrote: And without braces ? Like: for (int x = 0; x 99; x++) FooStuff(); ? Or FooStuff indented 2 more spaces ? Micha The indentation. Lee -- Warm Regards, Lee _ To unsubscribe: mail [EMAIL

[lazarus] Rebuilding IDE with sqlite3 support

2007-01-02 Thread Lee Jenkins
I keep getting a error: Error: Unable to open file 'clean' When trying to rebuild the ide. Do I have to reinstall from source to rebuild new lpk packages into the IDE? I tried installing from source originally, but had a mess of problems with the IDE not finding any packages, etc so I