Re: [lazarus] Why is this code failing in Windows

2007-10-20 Thread Jeff Steinkamp
- Original Message - From: Marc Santhoff [EMAIL PROTECTED] To: Jeff Steinkamp [EMAIL PROTECTED] Cc: Lazarus Mailing List lazarus@miraclec.com Sent: Friday, October 19, 2007 20:58 Subject: Re: [lazarus] Why is this code failing in Windows Am Freitag, den 19.10.2007, 20:00 -0700

Re: [lazarus] Win32 Lazarus IDE Set Breakpoint minor quibble

2007-10-20 Thread Micha Nelissen
James Chandler Jr wrote: be to add just a few more pixels of white space to the left of lines in the source code panel. That would provide a bigger target to 'hit' the whitespace before the line, rather than accidentally clicking the gutter instead. The gutter width is configurable in editor

Re: [lazarus] The reliability of this mailing list

2007-10-20 Thread Graeme Geldenhuys
On 19/10/2007, Adrian Maier [EMAIL PROTECTED] wrote: How reliably does the lazarus@miraclec.com mailing list work? A few days ago i've posted a question that was re-sent quickly to everybody , and also received some good answers very quickly. I've had myself randomly unsubscribed from the

Re: [lazarus] The reliability of this mailing list

2007-10-20 Thread Adrian Maier
On 10/20/07, Graeme Geldenhuys [EMAIL PROTECTED] wrote: On 19/10/2007, Adrian Maier [EMAIL PROTECTED] wrote: How reliably does the lazarus@miraclec.com mailing list work? A few days ago i've posted a question that was re-sent quickly to everybody , and also received some good

Re: [lazarus] Win32 Lazarus IDE Set Breakpoint minor quibble

2007-10-20 Thread Valdas Jankūnas
Micha Nelissen rašė: James Chandler Jr wrote: be to add just a few more pixels of white space to the left of lines in the source code panel. That would provide a bigger target to 'hit' the whitespace before the line, rather than accidentally clicking the gutter instead. The gutter width is

Re: [lazarus] KOL-CE release

2007-10-20 Thread anteusz
Yury Sidorov wrote: Hi, Today I made the first public release of KOL-CE library. KOL-CE is Free Pascal/Lazarus port of KOLMCK devloped by Vladimir Kladov (http://kolmck.net). KOL-CE allows to create very compact Win32/WinCE GUI applications (starting from ~40KB executable for project with

Re: [lazarus] KOL-CE release

2007-10-20 Thread Yury Sidorov
From: [EMAIL PROTECTED] Yury Sidorov wrote: Hi, Today I made the first public release of KOL-CE library. KOL-CE is Free Pascal/Lazarus port of KOLMCK devloped by Vladimir Kladov (http://kolmck.net). KOL-CE allows to create very compact Win32/WinCE GUI applications (starting from ~40KB

Re: [lazarus] KOL-CE release

2007-10-20 Thread anteusz
Yury Sidorov wrote: Hi, Today I made the first public release of KOL-CE library. KOL-CE is Free Pascal/Lazarus port of KOLMCK devloped by Vladimir Kladov (http://kolmck.net). KOL-CE allows to create very compact Win32/WinCE GUI applications (starting from ~40KB executable for project with

Re: [lazarus] KOL-CE release

2007-10-20 Thread Yury Sidorov
From: [EMAIL PROTECTED] Hi! I did not get very far. I got error creating component TKOLForm. Please report bugs, submit patches and ask questions at project's page at SourceForge: http://sourceforge.net/projects/kol-ce/ Yury.

Re: [lazarus] KOL-CE release

2007-10-20 Thread Yury Sidorov
From: [EMAIL PROTECTED] I did not get very far. I got error creating component TKOLForm. Grr. I updated to latest svn version of Lazarus and indeed there is AV error when trying to drop TKOLForm component on the form. I'll fix it ASAP. Yury.

Re: [lazarus] KOL-CE release

2007-10-20 Thread anteusz
Yury Sidorov wrote: From: Yury Sidorov [EMAIL PROTECTED] From: [EMAIL PROTECTED] I did not get very far. I got error creating component TKOLForm. Grr. I updated to latest svn version of Lazarus and indeed there is AV error when trying to drop TKOLForm component on the form. I'll fix it

Re: [lazarus] KOL-CE release

2007-10-20 Thread Yury Sidorov
From: [EMAIL PROTECTED] Yury Sidorov wrote: False alarm :) AV error during TKOLForm creation indicates that you forgot to set projectDest property of TKOLProject component. I fixed this AV to proper message in svn trunk, but it is not critical bug for the current release version which can be

Re: [lazarus] KOL-CE release

2007-10-20 Thread Christian U.
Because KOL library is used, not LCL :) KOL is very optimized for smartlinking and code size and have simpler internal structure. I think it could be an good idea to add an second method of formhandling to lazarus that generates .pas sources that creates and destroys forms instead of .lfm

Re: [lazarus] KOL-CE release

2007-10-20 Thread Michael Van Canneyt
On Fri, 19 Oct 2007, Yury Sidorov wrote: Hi, Today I made the first public release of KOL-CE library. KOL-CE is Free Pascal/Lazarus port of KOLMCK devloped by Vladimir Kladov (http://kolmck.net). KOL-CE allows to create very compact Win32/WinCE GUI applications (starting from ~40KB

Re: [lazarus] KOL-CE release

2007-10-20 Thread Yury Sidorov
From: Michael Van Canneyt [EMAIL PROTECTED] On Fri, 19 Oct 2007, Yury Sidorov wrote: Hi, Today I made the first public release of KOL-CE library. KOL-CE is Free Pascal/Lazarus port of KOLMCK devloped by Vladimir Kladov (http://kolmck.net). KOL-CE allows to create very compact Win32/WinCE

Re: [lazarus] Win32 Lazarus IDE Set Breakpoint minor quibble

2007-10-20 Thread James Chandler Jr
Hi Micha Valdas explained it perfectly. Here is an illustration: http://www.errnum.com/tmpimages/LazEditorLineSpacing.png The amount of white space at the beginning of the line might depend on the font. Perhaps there are fonts which naturally display 'adequate' white space in this window. I

[lazarus] Error when Updgrading to lastest ( 20/10 ) snapshot...

2007-10-20 Thread Dominique Louis
Hi all, this is possibly a silly error on my part. I have just updated to the latest snapshot version of Lazarus/FPC. When I try and compile my Mac OS X project the unit carbonprinters_h.inc is opened and the TCarbonPrinter class is highlighted and the console window error message is :

RE: [lazarus] Error when Updgrading to lastest ( 20/10 ) snapshot...

2007-10-20 Thread Hess, Philip J
Are you trying to use the osprinters unit? Don't do that. Use the Printers and/or PrintersDlgs units or else Lazarus will try to compile osprinters with the non-implemented Carbon printer files. You'll also probably have to put something like this in Other Unit Files path:

Re: [lazarus] Error when Updgrading to lastest ( 20/10 ) snapshot...

2007-10-20 Thread Jesus Reyes
--- Dominique Louis [EMAIL PROTECTED] escribió: Hi all, this is possibly a silly error on my part. I have just updated to the latest snapshot version of Lazarus/FPC. When I try and compile my Mac OS X project the unit carbonprinters_h.inc is opened and the TCarbonPrinter class is

[lazarus] Carbon IDE

2007-10-20 Thread Hess, Philip J
PaulIsh added a list of issues with the Carbon-based Lazarus IDE and I've added to it. Please add any other issues you discover so we can have a complete list of everything that needs to be addressed for a working and Mac-ready IDE:

[lazarus] Focus to TStringGrid cell

2007-10-20 Thread Yoyong Hernan
Hi all, How can I move the focus to specified cell in TStringGrid? Like if I have a 4x4 grid, how do I focus a cell in row 3, column 4. Regards, YH

Re: [lazarus] Error when Updgrading to lastest ( 20/10 ) snapshot...

2007-10-20 Thread Dominique Louis
Hi Philip, Hess, Philip J wrote: Are you trying to use the osprinters unit? Don't do that. Use the Printers and/or PrintersDlgs units or else Lazarus will try to compile osprinters with the non-implemented Carbon printer files. I'm not specifically trying to to use it. I had a pre-existing

Re: [lazarus] Error when Updgrading to lastest ( 20/10 ) snapshot...

2007-10-20 Thread Dominique Louis
Gracias Jesus, Do you happen to know at roughly what time the snapshots are done? Saludos, Dominique Jesus Reyes wrote: --- Dominique Louis [EMAIL PROTECTED] escribió: Hi all, this is possibly a silly error on my part. I have just updated to the latest snapshot version of

Re: [lazarus] Focus to TStringGrid cell

2007-10-20 Thread Jesus Reyes
--- Yoyong Hernan [EMAIL PROTECTED] escribió: Hi all, How can I move the focus to specified cell in TStringGrid? Like if I have a 4x4 grid, how do I focus a cell in row 3, column 4. Regards, YH Try with: grid.Row:=2; grid.Col:=3; Jesus Reyes A.

Re: [lazarus] Error when Updgrading to lastest ( 20/10 ) snapshot...

2007-10-20 Thread Vincent Snijders
Dominique Louis schreef: Gracias Jesus, Do you happen to know at roughly what time the snapshots are done? Look here to see the times, which match the upload time pretty accurate: ftp://ftp.hu.freepascal.org/pub/lazarus/ Vincent

Re: [lazarus] Error when Updgrading to lastest ( 20/10 ) snapshot...

2007-10-20 Thread Dominique Louis
Thanks Vincent. Vincent Snijders wrote: Dominique Louis schreef: Gracias Jesus, Do you happen to know at roughly what time the snapshots are done? Look here to see the times, which match the upload time pretty accurate: ftp://ftp.hu.freepascal.org/pub/lazarus/ Vincent

Re: [lazarus] Focus to TStringGrid cell

2007-10-20 Thread Yoyong Hernan
Thanks, it took me several week-ends before knowing this. I even installed Delphi Explorer :(. Thanks again Jesus! Regards, YH On 10/21/07, Jesus Reyes [EMAIL PROTECTED] wrote: --- Yoyong Hernan [EMAIL PROTECTED] escribió: Hi all, How can I move the focus to specified cell in

[lazarus] Building Lazarus for linux-sparc

2007-10-20 Thread Mark Morgan Lloyd
I've got Lazarus 0.9.23 building and generally running for Linux on a SPARC system, nothing special needed to be done although there's a few e.g. debugger issues that I need to investigate. Underlying FPC is 2.2.0 built from scratch. Reverting to 0.9.22 make all works without problems, but

Re: [lazarus] KOL-CE release

2007-10-20 Thread Luca Olivetti
En/na Michael Van Canneyt ha escrit: Any plans to port to X11 (linux/bsd/mac) ? and maemo/hildon (aka gnome mobile)? Bye -- Luca _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject

Re: [lazarus] Form.Align without effect

2007-10-20 Thread Mattias Gaertner
On Thu, 18 Oct 2007 09:59:48 +0200 Thomas Moritz [EMAIL PROTECTED] wrote: This setting: Form1.Align:=alClient; //or alTop was ignored. You can help? Thanks. Linux/ FPC 2.2.0 / Lazarus 0.9.23 Beta Can you provide a complete example? Mattias

Re: [lazarus] Close component?

2007-10-20 Thread Mattias Gaertner
On Thu, 18 Oct 2007 20:39:28 +0200 Tobias Giesen [EMAIL PROTECTED] wrote: Hello, I think this is a bug report, but also a question. When I start Lazarus and it loads my project, the first thing it does often is ask me the following: Close component? Close component

Re: [lazarus] i18n Question

2007-10-20 Thread Luis Rodrigues
On Tue, 2007-10-16 at 01:03 +0200, Mattias Gaertner wrote: On Mon, 15 Oct 2007 16:28:23 +0100 Luis Rodrigues [EMAIL PROTECTED] wrote: We're using FOnReadStringProperty from reader.inc to translate the string properties, how about TStrings how can this be done? Ideas please. First