Re: [Lazarus] Controls without a TCustomXClassname

2016-04-26 Thread Fabio Luis Girardi
BEdit = class(TCustomDBEdit) On this scenario, the entire functionality of TDBEdit shoud be implemented into TCustomDBEdit and TDBEdit only publishes the wanted features. Or Am I wrong? -- The best regards, Fabio Luis Girardi PascalSCADA Project http://sourceforge.net/projects/pascalscada

[Lazarus] Controls without a TCustomXClassname

2016-04-26 Thread Fabio Luis Girardi
regards, Fabio Luis Girardi PascalSCADA Project http://sourceforge.net/projects/pascalscada http://www.pascalscada.com -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] TApplication.UpdateMainForm

2016-02-17 Thread Fabio Luis Girardi
Em 17 de fev de 2016 18:41, "Mattias Gaertner" escreveu: > No. > Why can't you derive from TForm? > > Because TForm publishes some properties that I want keep in protected section. -- ___ Lazarus mailing list

[Lazarus] TApplication.UpdateMainForm

2016-02-17 Thread Fabio Luis Girardi
; My question is: The parameter AForm should be of type TCustomForm instead of TForm? -- The best regards, Fabio Luis Girardi PascalSCADA Project http://sourceforge.net/projects/pascalscada http://www.pascalscada.com -- ___ Lazarus mailing list L

Re: [Lazarus] Theoretical question about future of Lazarus

2015-10-12 Thread Fabio Luis Girardi
> > Lazarus with support for dynamic packages? (once FPC supports them which > isn't that far in the future anymore ;) ) > +1 -- The best regards, Fabio Luis Girardi PascalSCADA Project http://sourceforge.net/projects/pascalscada http://www.pas

Re: [Lazarus] Custom control clicks

2015-09-10 Thread Fabio Luis Girardi
Perfect!! Em 09/09/2015 19:38, "Mattias Gaertner" escreveu: > On Wed, 9 Sep 2015 23:16:09 +0100 > Martin Frb wrote: > > > On 09/09/2015 22:53, Mattias Gaertner wrote: > > > This should do the trick: > > > > > > >

[Lazarus] Custom control clicks

2015-09-09 Thread Fabio Luis Girardi
a Component Editor. -- The best regards, Fabio Luis Girardi PascalSCADA Project http://sourceforge.net/projects/pascalscada http://www.pascalscada.com -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org

[Lazarus] Way to detect control resize start-stop

2015-09-04 Thread Fabio Luis Girardi
The LCL has some mechanism to detect when a control is being re-sized and when resize is done? -- The best regards, Fabio Luis Girardi PascalSCADA Project http://sourceforge.net/projects/pascalscada http://www.pascalscada.com -- ___ Lazarus mailing

Re: [Lazarus] Cross Codebot surface drawing examples

2015-03-26 Thread Fabio Luis Girardi
! -- The best regards, Fabio Luis Girardi PascalSCADA Project http://sourceforge.net/projects/pascalscada http://www.pascalscada.com -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo

Re: [Lazarus] Cross Codebot surface drawing examples

2015-03-26 Thread Fabio Luis Girardi
it is. -- Leonardo M. Ramé http://leonardorame.blogspot.com -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus -- The best regards, Fabio Luis Girardi PascalSCADA

Re: [Lazarus] [fpc-pascal] Raspberry Pi

2015-02-13 Thread Fabio Luis Girardi
regards, Fabio Luis Girardi PascalSCADA Project http://sourceforge.net/projects/pascalscada http://www.pascalscada.com -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Maybe a bug: click on TImage behind another control with SetShape

2014-11-22 Thread Fabio Luis Girardi
Here is it: http://bugs.freepascal.org/view.php?id=20381 2014-11-21 22:24 GMT-02:00 Fabio Luis Girardi fluisgira...@gmail.com: I found this bug on bug tracker. I followed your idea and send a patch that solves this. I'll try another approach tomorrow. Thank you very much! Em 21/11/2014 20

Re: [Lazarus] Maybe a bug: click on TImage behind another control with SetShape

2014-11-22 Thread Fabio Luis Girardi
-22 10:01 GMT+01:00 Fabio Luis Girardi fluisgira...@gmail.com: Here is it: http://bugs.freepascal.org/view.php?id=20381 2014-11-21 22:24 GMT-02:00 Fabio Luis Girardi fluisgira...@gmail.com: I found this bug on bug tracker. I followed your idea and send a patch that solves this. I'll try

Re: [Lazarus] Maybe a bug: click on TImage behind another control with SetShape

2014-11-22 Thread Fabio Luis Girardi
The problem is the concept of transparent. 2014-11-22 10:40 GMT-02:00 Fabio Luis Girardi fluisgira...@gmail.com: I think that we aren't talking about the same thing. I think that a transparent control must retain clicks to another controls if it is uppermost and in front of these controls. I

Re: [Lazarus] Maybe a bug: click on TImage behind another control with SetShape

2014-11-21 Thread Fabio Luis Girardi
-20 19:21 GMT+01:00 Fabio Luis Girardi fluisgira...@gmail.com: I don't know if this is a bug or not. I created a control from a TCustomControl that draws a polyline with a transparent background. The transparent effect has been using SetShape procedure using a bitmap of 1 bit color depth

[Lazarus] Maybe a bug: click on TImage behind another control with SetShape

2014-11-20 Thread Fabio Luis Girardi
of a instance of my polyline control don't receive the click messages, but a TButton instance receives. So, I don't know if this is a bug or I have to do something in my control to send these messages to TImage behind. Some idea? -- The best regards, Fabio Luis Girardi PascalSCADA Project http

[Lazarus] LCLMessageGlue Status

2014-10-31 Thread Fabio Luis Girardi
Hello!! I'm doing a virtual keyboard for lazarus using the LCLMessageGlue unit, but methods LCLSendKeyUpEvent and LCLSendKeyDownEvent are not working. So, what's the current status of LCLMessageGlue unit? -- The best regards, Fabio Luis Girardi PascalSCADA Project http://sourceforge.net

[Lazarus] Copy only visible lines from the editor

2014-10-06 Thread Fabio Luis Girardi
I don't know if this feature exists on Lazarus, but is possible to copy to clipboard only visible lines? See the attached picture to see a example... -- The best regards, Fabio Luis Girardi PascalSCADA Project http://sourceforge.net/projects/pascalscada http://www.pascalscada.com

Re: [Lazarus] Bugtracker

2014-07-14 Thread Fabio Luis Girardi
+1 Em 14/07/2014 04:46, zeljko zel...@holobit.net escreveu: Does not work (again). zeljko -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus --

Re: [Lazarus] CeCILL-C licence and Lazarus?

2014-03-24 Thread Fabio Luis Girardi
http://www.geoffray-levasseur.org/ http://0linux.org/ GNU/PG public key : A25E944254C62E34A8E58DCF688A5F74289C1897 Errare humanum est sed perseverare diabolicum aut cretinum. -- The best regards, Fabio Luis Girardi PascalSCADA Project http://sourceforge.net/projects/pascalscada

Re: [Lazarus] linux linking (Solved)

2014-03-18 Thread Fabio Luis Girardi
parce que la protection avast! Antivirus est active. http://www.avast.com -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus -- The best regards, Fabio Luis Girardi

[Lazarus] CeCILL-C licence and Lazarus?

2014-03-17 Thread Fabio Luis Girardi
Somebody used this licence to release components for Lazarus? -- The best regards, Fabio Luis Girardi PascalSCADA Project http://sourceforge.net/projects/pascalscada http://www.pascalscada.com -- ___ Lazarus mailing list Lazarus

Re: [Lazarus] What GetChildParent does in designer and reader?

2014-03-05 Thread Fabio Luis Girardi
But I'll keep trying to implement this. Em 04/03/2014 21:34, Fabio Luis Girardi fluisgira...@gmail.com escreveu: I'll try this approach. At the moment this is a good workaround... :) Em 04/03/2014 21:22, luiz americo pereira camara luiz...@oi.com.br escreveu: Hi Fabio, I'd like to share

Re: [Lazarus] What GetChildParent does in designer and reader?

2014-03-04 Thread Fabio Luis Girardi
mytesthelper.pas(40,20) Error: identifier idents no member RemoveHandlerComponentAdded Lazarus 1.3 2014-03-03 18:56 GMT-03:00 Mattias Gaertner nc-gaert...@netcologne.de: On Mon, 3 Mar 2014 16:47:30 -0300 Fabio Luis Girardi fluisgira...@gmail.com wrote: Hi!! Attached the code of my

Re: [Lazarus] What GetChildParent does in designer and reader?

2014-03-04 Thread Fabio Luis Girardi
Maybe RemoveHandlerAddClicked is a replacement? 2014-03-04 9:43 GMT-03:00 Fabio Luis Girardi fluisgira...@gmail.com: mytesthelper.pas(40,20) Error: identifier idents no member RemoveHandlerComponentAdded Lazarus 1.3 2014-03-03 18:56 GMT-03:00 Mattias Gaertner nc-gaert...@netcologne.de

Re: [Lazarus] What GetChildParent does in designer and reader?

2014-03-04 Thread Fabio Luis Girardi
Hi Mattias!! This solution don't work too. 2014-03-04 9:46 GMT-03:00 Fabio Luis Girardi fluisgira...@gmail.com: Maybe RemoveHandlerAddClicked is a replacement? 2014-03-04 9:43 GMT-03:00 Fabio Luis Girardi fluisgira...@gmail.com: mytesthelper.pas(40,20) Error: identifier idents no member

Re: [Lazarus] What GetChildParent does in designer and reader?

2014-03-04 Thread Fabio Luis Girardi
TFrameClass instances as needed configuring them at initialization through the IDbCtrlItem interface - Bind to dataset events and update the controls accordingly Luiz 2014-03-04 10:41 GMT-03:00 Fabio Luis Girardi fluisgira...@gmail.com: Hi Mattias!! This solution don't work too. 2014-03-04

Re: [Lazarus] What GetChildParent does in designer and reader?

2014-03-03 Thread Fabio Luis Girardi
adding a component to a form. Mattias -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus -- The best regards, Fabio Luis Girardi PascalSCADA Project http://sourceforge.net

Re: [Lazarus] What GetChildParent does in designer and reader?

2014-03-03 Thread Fabio Luis Girardi
Hi!! Attached the code of my prototype of TDBCtrlGrid. It works as expected on Delphi (except the function GetDesignerDropTarget that don't exists on Delphi TWinControl), but it don't works as expected on Lazarus. 2014-03-03 10:17 GMT-03:00 Fabio Luis Girardi fluisgira...@gmail.com: Hi

Re: [Lazarus] Não encontra o parametro?

2014-03-03 Thread Fabio Luis Girardi
. -- William de Oliveira Ferreira -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus -- The best regards, Fabio Luis Girardi PascalSCADA Project http

Re: [Lazarus] Não encontra o parametro?

2014-03-03 Thread Fabio Luis Girardi
No problema!!! :) 2014-03-03 17:07 GMT-03:00 William Oliveira Ferreira bdexterholl...@gmail.com: Sorry Guy, I thought i was sending to a brazilian list... =( -- The best regards, Fabio Luis Girardi PascalSCADA Project http://sourceforge.net/projects/pascalscada http

[Lazarus] What GetChildParent does in designer and reader?

2014-02-27 Thread Fabio Luis Girardi
Thanks. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] What GetChildParent does in designer and reader?

2014-02-27 Thread Fabio Luis Girardi
of the stream. I don't know an example. Mattias -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus -- The best regards, Fabio Luis Girardi PascalSCADA Project http

Re: [Lazarus] What GetChildParent does in designer and reader?

2014-02-27 Thread Fabio Luis Girardi
2014-02-27 9:24 GMT-03:00 Mattias Gaertner nc-gaert...@netcologne.de: On Thu, 27 Feb 2014 09:07:49 -0300 Fabio Luis Girardi fluisgira...@gmail.com wrote: So, to resolve some issues to make a TDBCtrlGrid for lazarus, designer should use this function to determine the real parent of a child

Re: [Lazarus] What GetChildParent does in designer and reader?

2014-02-27 Thread Fabio Luis Girardi
2014-02-27 10:07 GMT-03:00 Mattias Gaertner nc-gaert...@netcologne.de: On Thu, 27 Feb 2014 09:32:31 -0300 Fabio Luis Girardi fluisgira...@gmail.com wrote: [...] No. Lazarus allow me to add a child to my control, but I want redirect these childs to use a Panel inside of my TCustomControl

Re: [Lazarus] What GetChildParent does in designer and reader?

2014-02-27 Thread Fabio Luis Girardi
2014-02-27 11:14 GMT-03:00 Mattias Gaertner nc-gaert...@netcologne.de: On Thu, 27 Feb 2014 10:26:04 -0300 Fabio Luis Girardi fluisgira...@gmail.com wrote: 2014-02-27 10:07 GMT-03:00 Mattias Gaertner nc-gaert...@netcologne.de: On Thu, 27 Feb 2014 09:32:31 -0300 Fabio Luis Girardi

Re: [Lazarus] Bug creating a new control?

2014-02-23 Thread Fabio Luis Girardi
If I try put a new control in the row panel of my control, lazarus always sets form1 as the parent of this new control instead of my control or the row panel inside of my control. On 22/02/14 16:04, Fabio Luis Girardi wrote: A mode detailed explanation [snip...] Maybe the detailed

Re: [Lazarus] Bug creating a new control?

2014-02-22 Thread Fabio Luis Girardi
No... this don't work too. Controls still using form1 as parent, not rowpanel. :( Em 22/02/2014 05:52, patspiper patspi...@gmail.com escreveu: On 22/02/14 02:50, Fabio Luis Girardi wrote: Hi all! I started the TDBCtrlGrid implementation some days ago. At this point, I don't know

[Lazarus] TDBCtrlGrid implementation

2014-02-21 Thread Fabio Luis Girardi
on a Windows 2003 server 32 bits. -- The best regards, Fabio Luis Girardi PascalSCADA Project http://sourceforge.net/projects/pascalscada http://www.pascalscada.com -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http

[Lazarus] Bug creating a new control?

2014-02-21 Thread Fabio Luis Girardi
on a Windows 2003 server 32 bits. -- The best regards, Fabio Luis Girardi PascalSCADA Project http://sourceforge.net/projects/pascalscada http://www.pascalscada.com -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http

[Lazarus] TDBCtrlGrid

2013-12-11 Thread Fabio Luis Girardi
need override any other procedure/function to tell to IDE that the parent of controls inserted inside of subpanel will have the subpanel as parent? -- The best regards, Fabio Luis Girardi PascalSCADA Project http://sourceforge.net/projects/pascalscada http://www.pascalscada.com

Re: [Lazarus] Build Lazarus on Linux? Make is deprecated?

2013-08-08 Thread Fabio Luis Girardi
2013/8/8 Reinier Olislagers reinierolislag...@gmail.com On 08/08/2013 02:03, Fabio Luis Girardi wrote: Some days ago, I tried to build the latest Lazarus revision, but, using make, it can't be done? Why not? What revision? What error messages are you seeing? What FPC version are you using

Re: [Lazarus] Build Lazarus on Linux? Make is deprecated?

2013-08-08 Thread Fabio Luis Girardi
Yes, make is installed. 2013/8/8 Mattias Gaertner nc-gaert...@netcologne.de Fabio Luis Girardi fluisgira...@gmail.com hat am 8. August 2013 um 13:11 geschrieben: It has some tricks to build Lazarus with FPC of Codetyphon (4.41)? 2013/8/8 Fabio Luis Girardi fluisgira

Re: [Lazarus] Build Lazarus on Linux? Make is deprecated?

2013-08-08 Thread Fabio Luis Girardi
Exact, CodeTyphon creates a fpc64 instead of fpc link to ppcx64 :( 2013/8/8 Mattias Gaertner nc-gaert...@netcologne.de Fabio Luis Girardi fluisgira...@gmail.com hat am 8. August 2013 um 13:29 geschrieben: Yes, make is installed. Sorry, I meant fpc is not in the PATH. Mattias

Re: [Lazarus] Build Lazarus on Linux? Make is deprecated?

2013-08-08 Thread Fabio Luis Girardi
It has some tricks to build Lazarus with FPC of Codetyphon (4.41)? 2013/8/8 Fabio Luis Girardi fluisgira...@gmail.com I updated to latest lazarus revision yesterday. When I type make clean all this messages appears (in portuguese): make: -iVSPTPSOTO: Comando não encontrado make -C ide

Re: [Lazarus] Build Lazarus on Linux? Make is deprecated?

2013-08-08 Thread Fabio Luis Girardi
As I said, I'm using the FPC of Codetyphon 4.41. Maybe the Codetyphon team made some changes... 2013/8/8 Fabio Luis Girardi fluisgira...@gmail.com As I said, I'm using the FPC of Codetyphon 4.41. Maybe the Codetyphon team made some changes... 2013/8/8 Mattias Gaertner nc-gaert

Re: [Lazarus] Build Lazarus on Linux? Make is deprecated?

2013-08-08 Thread Fabio Luis Girardi
Yes, I think that's related with Codetyphon... Em 08/08/2013 10:44, Mattias Gaertner nc-gaert...@netcologne.de escreveu: Fabio Luis Girardi fluisgira...@gmail.com hat am 8. August 2013 um 15:07 geschrieben: As I said, I'm using the FPC of Codetyphon 4.41. Maybe the Codetyphon

Re: [Lazarus] Build Lazarus on Linux? Make is deprecated?

2013-08-08 Thread Fabio Luis Girardi
Barth pascaldra...@googlemail.com On 08.08.2013 13:09, Fabio Luis Girardi wrote: I updated to latest lazarus revision yesterday. When I type make clean all this messages appears (in portuguese): make: -iVSPTPSOTO: Comando não encontrado make -C ide cleanide make[1]: -iVSPTPSOTO: Comando

[Lazarus] Build Lazarus on Linux? Make is deprecated?

2013-08-07 Thread Fabio Luis Girardi
Some days ago, I tried to build the latest Lazarus revision, but, using make, it can't be done? Something has been changed? I searched on Forum and Wiki and both tell me to type: make clean all To build Lazarus. Documentation is out of date? -- The best regards, Fabio Luis Girardi

[Lazarus] LCLMessageGlue Example

2013-07-27 Thread Fabio Luis Girardi
regards, Fabio Luis Girardi PascalSCADA Project http://sourceforge.net/projects/pascalscada http://www.pascalscada.com -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

[Lazarus] Custom control

2013-07-24 Thread Fabio Luis Girardi
Hi!! Somebody knows how make a custom control with background transparency on GTK2/QT? My idea is that a control behind of this custom control must be displayed (if this control is behind of a non painted area) Problem example attached. Ideas? -- The best regards, Fabio Luis Girardi

Re: [Lazarus] Custom control

2013-07-24 Thread Fabio Luis Girardi
ControlStyle := ControlStyle - [csOpaque]; don't have effect, even in QT 2013/7/24 Fabio Luis Girardi fluisgira...@gmail.com: ControlStyle := ControlStyle - [csOpaque]; don't have effect, even in QT 2013/7/24 Vojtěch Čihák vojtech.ci...@atlas.cz: It works for me but only in Qt. You have

Re: [Lazarus] Custom control

2013-07-24 Thread Fabio Luis Girardi
csParentBackground and csOpaque flags are not implemented for all platforms. Vojtěch __ Od: Fabio Luis Girardi fluisgira...@gmail.com Komu: Vojtěch Čihák vojtech.ci...@atlas.cz Datum: 24.07.2013 22:54 Předmět: Re: [Lazarus] Custom

[Lazarus] Package main source on project lpr

2013-07-02 Thread Fabio Luis Girardi
LPR. Why? -- The best regards, Fabio Luis Girardi PascalSCADA Project http://sourceforge.net/projects/pascalscada http://www.pascalscada.com -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman

Re: [Lazarus] Package main source on project lpr

2013-07-02 Thread Fabio Luis Girardi
, Fabio Luis Girardi fluisgira...@gmail.com wrote: Why Lazarus includes on the project LPR the main source of each package used instead of only add the package path to the project unit path and the unit of the used component to the uses clause of respective form/datamodule? E.g: If I include

Re: [Lazarus] Package main source on project lpr

2013-07-02 Thread Fabio Luis Girardi
This looks good! Thanks for reply Mattias 2013/7/2 Mattias Gaertner nc-gaert...@netcologne.de: On Tue, 2 Jul 2013 11:14:04 -0300 Fabio Luis Girardi fluisgira...@gmail.com wrote: Hi to everybody! A friend are working in redesigning all PascalSCADA packages, with the main target to remove

Re: [Lazarus] [Lazarusdev] WinCE users please

2012-04-15 Thread Fabio Luis Girardi
/listinfo/lazarus -- The best regards, Fabio Luis Girardi PascalSCADA Project http://sourceforge.net/projects/pascalscada http://www.pascalscada.com -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org

[Lazarus] How get a handle for a TComponent descendant under GTK2

2012-04-09 Thread Fabio Luis Girardi
, what's the correct way to get a handle for a TComponent? -- The best regards, Fabio Luis Girardi PascalSCADA Project http://sourceforge.net/projects/pascalscada http://www.pascalscada.com -- ___ Lazarus mailing list Lazarus

Re: [Lazarus] Lazarus and FPC teams need direction for marketing/promotion

2012-02-25 Thread Fabio Luis Girardi
the Delphi support, it increases my headaches). The development of project website is stopped now, but in some days I'll put something like that PascalSCADA recomends Lazarus+FPC to convert Delphi users in Lazarus users. -- The best regards, Fabio Luis Girardi PascalSCADA Project http

[Lazarus] Lazarus 0.9.30.2 + FPC 2.6.0

2012-01-07 Thread Fabio Luis Girardi
Has some chance of a package Lazarus 0.9.30.2 + FPC 2.6.0 Win32+WinCE maybe released? -- The best regards, Fabio Luis Girardi PascalSCADA Project http://sourceforge.net/projects/pascalscada http://www.pascalscada.com -- ___ Lazarus mailing list

Re: [Lazarus] Free Pascal 2.6.0 released!

2012-01-03 Thread Fabio Luis Girardi
the development http://www.freepascal.org/develop.var page how to obtain the latest sources and support development. -- The best regards, Fabio Luis Girardi PascalSCADA Project http://sourceforge.net/projects/pascalscada http://www.pascalscada.com

[Lazarus] Snapshots: FPC 2.5.1 x FPC 2.7.1

2011-10-29 Thread Fabio Luis Girardi
I'm looking at Lazarus snapshots folder and I'm curious: What's the difference between Lazarus with FPC 2.5.1 and Lazarus with FPC 2.7.1? -- The best regards, Fabio Luis Girardi PascalSCADA Project http://sourceforge.net/projects/pascalscada http://www.pascalscada.com

[Lazarus] Examples of TListView.OnCustomDrawItem

2011-07-14 Thread Fabio Luis Girardi
I searched on web and lazarus examples, but I don't found any example of how use TListView.OnCustomDrawItem to color each row using latest lazarus version. Somebody did something like this? Regards, Fabio -- ___ Lazarus mailing list

Re: [Lazarus] Inserting many components on form

2011-07-12 Thread Fabio Luis Girardi
I found another way to do this: extend the TCollection and write a new procedure Add to allow choose what's the item class the user wants create and make a Property editor for this new Collection class, that will call this new Add method (yes, can be more easy if the Add procedure of the