Re: [Lazarus] Component compilation problem with lazarus 2.2

2021-11-18 Thread Gabriele Cappelletto via lazarus
excuse me. hope this format is correct Il 19/11/2021 08:22, Bo Berglund via lazarus ha scritto: On Thu, 18 Nov 2021 10:59:32 +0100, Gabriele Cappelletto via lazarus wrote: Could you please STOP posting HTML-only messages to this mail list? They are completely unreadable and ALL your posts

Re: [Lazarus] Component compilation problem with lazarus 2.2

2021-11-18 Thread Bo Berglund via lazarus
On Thu, 18 Nov 2021 10:59:32 +0100, Gabriele Cappelletto via lazarus wrote: Could you please STOP posting HTML-only messages to this mail list? They are completely unreadable and ALL your posts seem to look like this... > > > > > >I think I have solved it, at least I think > >

Re: [Lazarus] Component compilation problem with lazarus 2.2

2021-11-18 Thread Gabriele Cappelletto via lazarus
I think I have solved it, at least I think Il 18/11/21 10:08, Gabriele Cappelletto via lazarus ha scritto: Without the PageClass line: = TExtPanel_Tab; not working, how do you port in lazarus 2.2? Thank Il 01/10/21

Re: [Lazarus] Component compilation problem with lazarus 2.2

2021-11-18 Thread Gabriele Cappelletto via lazarus
Without the PageClass line: = TExtPanel_Tab; not working, how do you port in lazarus 2.2? Thank Il 01/10/21 18:19, Howard Page-Clark via lazarus ha scritto: On 01/10/2021 16:32, Gabriele Cappelletto via lazarus wrote:

Re: [Lazarus] Component compilation problem with lazarus 2.2

2021-10-04 Thread Gabriele Cappelletto via lazarus
It works, thanks Il 01/10/21 18:19, Howard Page-Clark via lazarus ha scritto: On 01/10/2021 16:32, Gabriele Cappelletto via lazarus wrote: Sorry, I also allocate the complete file

Re: [Lazarus] Component compilation problem with lazarus 2.2

2021-10-01 Thread Howard Page-Clark via lazarus
On 01/10/2021 16:32, Gabriele Cappelletto via lazarus wrote: Sorry, I also allocate the complete file Hello to all, This code compiles with lazarus 2.0.12 constructor TExtTabPanel.Create(AOwner : TComponent); begin {$IFDEF LCL} ᅵᅵ PageClass := TExtPanel_Tab; {$ENDIF} ᅵ inherited

[Lazarus] Component compilation problem with lazarus 2.2

2021-10-01 Thread Gabriele Cappelletto via lazarus
Sorry, I also allocate the complete file Hello to all, This code compiles with lazarus 2.0.12 constructor TExtTabPanel.Create(AOwner : TComponent); begin {$IFDEF LCL} ᅵᅵ PageClass := TExtPanel_Tab; {$ENDIF}

[Lazarus] Component compilation problem with lazarus 2.2

2021-10-01 Thread Gabriele Cappelletto via lazarus
Hello to all, This code compiles with lazarus 2.0.12 constructor TExtTabPanel.Create(AOwner : TComponent); begin {$IFDEF LCL} ᅵᅵ PageClass := TExtPanel_Tab; {$ENDIF} ᅵ inherited Create(AOwner); ᅵ Disabled := False; ᅵ