Re: [Lazarus] TAChart: Request to review/apply patch 12758

2008-12-14 Thread Florian Klaempfl
Luiz Americo Pereira Camara schrieb: Florian Klaempfl escreveu: Alexander Klenin schrieb: On Fri, Dec 12, 2008 at 11:39, Paul Ishenin i...@kmiac.ru wrote: Same for Alexander Klenin - if you need to update TAChart very often then ask about write access to

Re: [Lazarus] Code Structure / SourceEdit and SyneEdit [Re: Mouse Link in SynEdit (only link-able items)]

2008-12-14 Thread Martin Friebe
Hans-Peter Diettrich wrote: Martin Friebe schrieb: A couple of remarks: -Individual drawer objects fro Gutter and TextArea (I will avoid Grid in the name, Grid is a specialization) The Grid is a hint on the organisation of the canvas, in rectangular cells. I've spent a lot of

Re: [Lazarus] Making components interpreted?

2008-12-14 Thread Thierry Coq
Marco van de Voort wrote: On Fri, Dec 05, 2008 at 11:35:26PM +0100, Thierry Coq wrote: The research could be sped up quite fast by looking at how Kylix implemented package loading some time ago. I think it had dynamic loading on Unix. Maybe, but there are both license issues, and

[Lazarus] Had a look at control.inc..

2008-12-14 Thread Samuel Herzog
Hi folks, I had some minutes of sparetime and went through control.inc. Two things I d' like to ask: 1.) sometimes parent/FParent are checked for nil, before the method access it, and sometime not. Is this by purpose or are this potential Access-Violation candidates. 2.) In my

[Lazarus] Inheritance of forms under WinCE

2008-12-14 Thread User
If I use inheritance of forms under WinCE I can not view correctly the application and it do not work correctly, is it not possible to use inheritance of forms under WinCE. My application: unit Unit1; {$mode objfpc}{$H+} interface uses Classes, SysUtils, FileUtil, LResources, Forms,

Re: [Lazarus] Had a look at control.inc..

2008-12-14 Thread Mattias Gaertner
On Sun, 14 Dec 2008 06:48:58 -0800 (PST) Samuel Herzog sam_her...@yahoo.com wrote: Hi folks, I had some minutes of sparetime and went through control.inc. Two things I d' like to ask: 1.) sometimes parent/FParent are checked for nil, before the method access it, and sometime not. Is this

Re: [Lazarus] Inheritance of forms under WinCE

2008-12-14 Thread User
Hi again, I solved the problem. The problem was that the status bar was located at the top, I put the status bar at the bottom and now the project runs correctly. 2008/12/14 User usuarioanonimomy...@gmail.com If I use inheritance of forms under WinCE I can not view correctly the application

Re: [Lazarus] Had a look at control.inc..

2008-12-14 Thread Samuel Herzog
For example: procedure TControl.ParentFontChanged; begin if csLoading in ComponentState then exit; if FParentFont then begin Font := FParent.Font; FParentFont := true; end; end; or procedure TControl.AnchorAsAlign(TheAlign: TAlign; Space: Integer); begin

Re: [Lazarus] Had a look at control.inc..

2008-12-14 Thread Mattias Gaertner
On Sun, 14 Dec 2008 08:48:48 -0800 (PST) Samuel Herzog sam_her...@yahoo.com wrote: For example: procedure TControl.ParentFontChanged; begin if csLoading in ComponentState then exit; if FParentFont then begin Font := FParent.Font; FParentFont := true; end; end;

Re: [Lazarus] TAChart: Request to review/apply patch 12758

2008-12-14 Thread Joost van der Sluis
Op zondag 14-12-2008 om 10:18 uur [tijdzone +0100], schreef Florian Klaempfl: Luiz Americo Pereira Camara schrieb: Florian Klaempfl escreveu: Alexander Klenin schrieb: On Fri, Dec 12, 2008 at 11:39, Paul Ishenin i...@kmiac.ru wrote: Same for Alexander Klenin - if you need to

[Lazarus] OnConnect lNet event under WinCE

2008-12-14 Thread User
Hi, I drop a visual lNet component (TLTCPComponent) onto a form and I try connect to a server. For example I put this into the OnClick button event: LTCPComponent1.Connect('192.168.1.34',67); Under WinCE always is fired the OnConnect event although the addres and the port are wrong (under Win32

Re: [Lazarus] TStringGrid: ColCount vs Columns.Count

2008-12-14 Thread Jesus Reyes
--- El mar 9-dic-08, Jesus Reyes jesus...@yahoo.com.mx escribió: As I think it's not just changing a couple of lines, I would like to know what other persons think about this feature, would it be welcomed no not? if there is enough demand we can do it. after that overwhelming demand (or

Re: [Lazarus] Code Structure / SourceEdit and SyneEdit [Re: Mouse Link in SynEdit (only link-able items)]

2008-12-14 Thread Hans-Peter Diettrich
Martin Friebe schrieb: The only reason I did skip the grid in the name is that a generic painter base class will not define a griod (or maybe it will but based on pixels). So it does not block anyone from implementing a proportional painter Okay, but a proportional representation will