[Lazarus] Class documentation for DB unit

2009-10-27 Thread Juha Manninen
Hello. I open Help -- Online Help from Lazarus and then select FCL - Free Component Library. I get the page: http://lazarus-ccr.sourceforge.net/docs/fcl/ Description there says: The TDataset descendents have been implemented in a way that makes them compatible to the Delphi implementation of

Re: [Lazarus] Class documentation for DB unit

2009-10-27 Thread Vincent Snijders
Juha Manninen schreef: Hello. I open Help -- Online Help from Lazarus and then select FCL - Free Component Library. I get the page: http://lazarus-ccr.sourceforge.net/docs/fcl/ Description there says: The TDataset descendents have been implemented in a way that makes them compatible to

Re: [Lazarus] Class documentation for DB unit

2009-10-27 Thread Michael Van Canneyt
On Tue, 27 Oct 2009, Vincent Snijders wrote: Juha Manninen schreef: Hello. I open Help -- Online Help from Lazarus and then select FCL - Free Component Library. I get the page: http://lazarus-ccr.sourceforge.net/docs/fcl/ Description there says: The TDataset descendents have been

Re: [Lazarus] Getting Lazarus to run under Snow Leopard

2009-10-27 Thread dmitry boyarintsev
On Tue, Oct 27, 2009 at 2:23 PM, John Coarsey jcoar...@yahoo.com wrote: I have Snow Leopard and have Dev system installed, FPC 2.4, sources and Lazarus. I can build a project and get a success message but when I try to run (test) app form IDE get a assembler not found message. Shall this

[Lazarus] Unit search path

2009-10-27 Thread Juha Manninen
Hi, Lazarus can't find the correct dialogs unit. Instead it finds some wrong dialog.pas file under /usr/share/fpcsrc/. dialogs.pp seems to be under /usr/lib/lazarus/lcl. Where should I enter it? Maybe I screwed up something when I rebuilt Lazarus. However, now I uninstalled the whole thing and

Re: [Lazarus] Unit search path

2009-10-27 Thread Mattias Gärtner
Zitat von Juha Manninen juha.manni...@phnet.fi: Hi, Lazarus can't find the correct dialogs unit. Instead it finds some wrong dialog.pas file under /usr/share/fpcsrc/. dialogs.pp seems to be under /usr/lib/lazarus/lcl. Where should I enter it? Add LCL as requirement to your project (Project /

Re: [Lazarus] Unit search path

2009-10-27 Thread Juha Manninen
Hi, Add LCL as requirement to your project (Project / project inspector). Sorry, there was some other problem with my project. If I make a new project then everything works. Learning... Juha M. -- ___ Lazarus mailing list

Re: [Lazarus] [BIDI] Patch Fix TLabel, TStaticText Alignment

2009-10-27 Thread Zaher Dirkey
Moved to bug tracker as under Lazarus Patches http://bugs.freepascal.org/view.php?id=14915 Thanks On Sat, Oct 24, 2009 at 2:55 PM, Zaher Dirkey parm...@gmail.com wrote: Hi, When BidiMode = bdRightToLeft then Alignment property must be work in reversed way Patch file have to fix it, i made

Re: [Lazarus] more locals: variable values in sub-functions

2009-10-27 Thread Martin
David Emerson wrote: procedure foo; var a : longint; procedure bar; var b : longint; begin writeln (a); end; Given the above, is there a way to make the Locals window display the value of a while stepping through the code in proc bar? I believe the latest 0.9.29

[Lazarus] Library internals and interface based data aware controls

2009-10-27 Thread Juha Manninen
Hi, I have learned more about Lazarus / FPC by porting some Delphi code. It seems to be very usable now, I am impressed. I must admit I considered it as a hopeless project some years ago when I first noticed it. Not any more... But first a minor complaint. I often get errors like: Error:

Re: [Lazarus] more locals: variable values in sub-functions

2009-10-27 Thread Marc Weustink
Martin wrote: David Emerson wrote: procedure foo; var a : longint; procedure bar; var b : longint; begin writeln (a); end; Given the above, is there a way to make the Locals window display the value of a while stepping through the code in proc bar? I believe the

Re: [Lazarus] Library internals and interface based data aware controls

2009-10-27 Thread Marc Weustink
Juha Manninen wrote: Hi, I have learned more about Lazarus / FPC by porting some Delphi code. It seems to be very usable now, I am impressed. I must admit I considered it as a hopeless project some years ago when I first noticed it. Not any more... But first a minor complaint. I often get

Re: [Lazarus] Library internals and interface based data aware controls

2009-10-27 Thread Vincent Snijders
Juha Manninen schreef: Hi, I have learned more about Lazarus / FPC by porting some Delphi code. It seems to be very usable now, I am impressed. I must admit I considered it as a hopeless project some years ago when I first noticed it. Not any more... :-) But first a minor complaint. I

Re: [Lazarus] Getting Lazarus to run under Snow Leopard

2009-10-27 Thread dmitry boyarintsev
On Wed, Oct 28, 2009 at 1:37 AM, John Coarsey jcoar...@yahoo.com wrote: Thanks, I did all that and tried a simple app but when I click run I get a debugger error. Is there a source I can follow to do a simple hello world type app to get me started? Please, try to switch the debugger off:

Re: [Lazarus] more locals: variable values in sub-functions

2009-10-27 Thread Martin
Marc Weustink wrote: Martin wrote: David Emerson wrote: procedure foo; var a : longint; procedure bar; var b : longint; begin writeln (a); end; Given the above, is there a way to make the Locals window display the value of a while stepping through the code in proc bar?

Re: [Lazarus] Library internals and interface based data aware controls

2009-10-27 Thread Juha Manninen
Hi. It is unlikely that mode objfpc will be 'fixed', it will break a lot of existing code. Therefore the default Lazarus settings are to add {$mode objfpc}{$H+} to all new files to turn on string=ansistring. I understand the point but I don't fully agree with it. Sometimes old code must be

Re: [Lazarus] Library internals and interface based data aware controls

2009-10-27 Thread Hans-Peter Diettrich
Juha Manninen schrieb: It is unlikely that mode objfpc will be 'fixed', it will break a lot of existing code. Therefore the default Lazarus settings are to add {$mode objfpc}{$H+} to all new files to turn on string=ansistring. I understand the point but I don't fully agree with it. +1 It