Page 1 of 1

Error on update - Property 'ShowCaption' does not exist in base class

Posted: Mon Nov 27, 2017 5:31 pm
by thefunkyjoint
Hi,

I was using CEF 3.3163.1671.g700dc25 without problems and today i download the latest version. When i try to install it, i get the error as shown on the attachment. I'm using Delphi 2007.

"[DCC Error] uBufferPanel.pas(151): E2147 Property 'ShowCaption' does not exist in base class".

Any hints to solve it ?

Thanks

Re: Error on update - Property 'ShowCaption' does not exist in base class

Posted: Mon Nov 27, 2017 5:40 pm
by salvadordf
This is a conditional compilation problem. If your Delphi version doesn't have that property just delete that property and build again while I fix this.

What Delphi version do you have ?

Edit : I see Delphi 2007 :P

Re: Error on update - Property 'ShowCaption' does not exist in base class

Posted: Mon Nov 27, 2017 5:55 pm
by thefunkyjoint
Thank you, i deleted the property and it worked ! :D